Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract BMP pic from Memo field with binary data
Message
 
 
To
26/04/2008 16:30:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01313308
Message ID:
01313316
Views:
10
A BMP is not changed by CREATEBINARY() in this case. Try
USE mytable
lcBmpFile = "whatever.bmp"
STRTOFILE(PicField, lcBmpFile) 
>
>I have stored bmp pics in memo binary fields using CREATEBINARY()
>
>How can I extract back the bmp pic from the memo binary field?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform