Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How VFP handles Binary data?
Message
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00531339
Message ID:
00531559
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform