Topic: Store selected filenames in a tablegrid

Hi, how can I select filenames from my hard disk and store them in a tablegrid, so later i can open a file selecting it from the tablegrid

Re: Store selected filenames in a tablegrid

Hello v_pozidis

For this purpose, you can use component 'Save File in Database'.
Use property CopyTo to indicate what will be the folder choosen.
And for property Type, choose LinkFile.

I use it in my application managing my familial inventory.
This component is usefull for storing invoices in a dedicated folder.

JB

Re: Store selected filenames in a tablegrid

Hello,


Example, how to open multiple files to store in database:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.

Re: Store selected filenames in a tablegrid

thank you it's just what I was looking for.