Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract BMP pic from Memo field with binary data
Message
From
27/04/2008 17:57:01
 
 
To
27/04/2008 17:29:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01313308
Message ID:
01313394
Views:
6
Hi,

Please try:
CREATE CURSOR tempc (tememo W )
lcPict = GETPICT()
lcPicstring=FILETOSTR(lcPict)
INSERT INTO tempc(tememo) VALUES (lcPicstring)

lcNewPict=STRTOFILE(tempc.tememo,PUTFILE())
Regards
Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform