Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uploading pictures into FoxPro
Message
From
11/11/1999 15:01:56
 
 
To
11/11/1999 14:05:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00290228
Message ID:
00290256
Views:
21
Hi Jeffrey,

>How can I save a bitmap to a table?

If you have VFP6,
replace Memo with FileToStr('myBmp.bmp')
and is stores the Bitmap in a memo field, and to get it out, use StrToFile(). If you don't have VFP6 look at COPY MEMO TO and APPEND MEMO or something like that. Its been a while.
Previous
Reply
Map
View

Click here to load this message in the networking platform