Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to extract General Field's Data into File ?
Message
De
20/08/1999 00:13:41
 
 
À
19/08/1999 21:16:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00255653
Message ID:
00255709
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform