Re: wodcrypt visual foxpro a simple example needed - WeOnlyDo Discussion board

Re: wodcrypt visual foxpro a simple example needed (General questions)

by wodSupport, Friday, July 30, 2004, 22:08 (7207 days ago) @ Adanshai

Adanshai,

I'm sorry we (WeOnlyDo!) cannot help you with samples, perhaps there is some customer who knows FoxPro good enough to write some basic sample.

All I can offer is our support if you find problems.

I'm not FoxPro programmer, but I think you can intialize wodCrypt using these commands:

[code]LOCAL crypt, inblob, outblob

crypt = CreateObject('WeOnlyDo.Crypt.1')
inblob = CreateObject('WeOnlyDo.FileBlob.1')
outblob = CreateObject('WeOnlyDo.FileBlob.1')
[/code]

and after that just call appropriate methods, similar as in

http://www.weonlydo.com/Crypt/Help/HowDoI.html

except translated to FoxPro syntax.

Hope it helps.
Kreso


Complete thread: