Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How VFP handles Binary data?
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00531339
Message ID:
00531559
Vues:
24
Jess,

I was only using a jpg file to prove to you that VFP can indeed handle binary data inside a memo.

I think you may have an issue passing the memo field directly back to the OCX:

cBinary = Thisform.OleOCX.GetFingerPrint()
Replace mydbffile.memofield With cBinary

lcCheckFingerPrint = mydbffile.memofield && convert from memo back to string
cBinaryCheck = Thisform.OleOCX.CheckFingerPrint(lcCheckFingerPrint) && send string

>This is exactly my problem. Actually the OCX emits binary data. It is not a file.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform