Hi!,
My Q:
I am having a map on disk holding lots of jpg-files.
Now I want to organise things using VFP, putting details of the JPG's into a table.
Than, when browsing to the table I like to view the contents of the JPG.
I found a way using general field but experienced that (watching the size of the vfp-file) that the jpg was kind of 'copied' into the vfp-table.
Any idea what;s a better way?
-Bart
My Q:
I am having a map on disk holding lots of jpg-files.
Now I want to organise things using VFP, putting details of the JPG's into a table.
Than, when browsing to the table I like to view the contents of the JPG.
I found a way using general field but experienced that (watching the size of the vfp-file) that the jpg was kind of 'copied' into the vfp-table.
Code:
APPEND GENERAL foto FROM 'C:\pictures\k.ooms.jpg'
Any idea what;s a better way?
-Bart