Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to extract General Field's Data into File ?
Message
From
20/08/1999 00:13:41
 
 
To
19/08/1999 21:16:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00255653
Message ID:
00255709
Views:
15
>Hi all Falks~
>I have a question about General Field.
>In my Table, there is a one General Field and it contains bmp files.
>But now I must extract it's data ( bmp files ) into files.
>
>How can I do for it ?
>Have you any idea ?
>
>Thanks.
>Dongbum Lee

Haven't tried it, but since it's just binary data, you should be able to just:

lvData = MyTable.GeneralField
=STRTOFILE(lvData, "MyFile.bmp")
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform