Re: wodcrypt visual foxpro a simple example needed (General questions)
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:
- wodcrypt visual foxpro a simple example needed! - Adanshai, 2004-07-30, 20:55
- Re: wodcrypt visual foxpro a simple example needed - wodSupport, 2004-07-30, 22:08