Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From a newbee: How could I load an image on a form?
Message
From
08/12/1999 15:08:50
 
 
To
08/12/1999 10:41:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00300328
Message ID:
00300560
Views:
23
Hi M-J,

>I have table with a general field. I would like the user to be able to select an image on disk and save it in my field and see it on my form.
>How can I do this ?

I don't use General Fields, I use Memo fields to store images. You can use FileToStr() to put the image into the field, then StrToFile() to get it out. With these commands, you can try to sync a BMP file with the record pointer and a Picture object on your form.
Previous
Reply
Map
View

Click here to load this message in the networking platform