Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display JPG in a form
Message
From
18/01/2000 16:45:08
 
 
To
18/01/2000 16:10:13
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00276185
Message ID:
00319636
Views:
36
>>I'd just store a filename reference to a jpg somewhere on disk
>>inside the table. Then just set the Image.Picture property to that filename.
>
>But what if you have several hundred images? Then you have to maintain them outside of the database, which could be more difficult than just storing them (somehow, somewhere) within a table?

You could store them in a binary memo field and extract it out to a file as needed with STRTOFILE(). That way, you get to have a single file (well, only two) to keep track of.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform