Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extract BMP pic from Memo field with binary data
Message
De
27/04/2008 17:57:01
 
 
À
27/04/2008 17:29:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01313308
Message ID:
01313394
Vues:
7
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform