We have made a file library with large files and would like to manage them through 1C, the question is how to attach files to catalog items without of loading them into infobase? We would like to display a hyperlink which will open that file in a certain program.
Sorry but it was bad example for you, because in this sample application files are stored in StoredFiles catalog, which has attribute FileData of ValueStorage type This is not good when you are dealing with large files. Instead of storing files inside the database it's better to store them on a special storage. In this case you have to store only file path as I mentioned above
Yep, I've got the idea. So I took path from FileDialog and put it in an attribute which is displayed on a form as a field of Label field type and checked Hyperlink checkbox. Then I added the Click event handler as follows: