wodcrypt visual foxpro a simple example needed! - WeOnlyDo Discussion board

wodcrypt visual foxpro a simple example needed! (General questions)

by Adanshai, Friday, July 30, 2004, 20:55 (7208 days ago)

do anyone know a simple wodcrypt crypting example in visual foxpro, I just downloaded this product (evalution only) - before I decide to buy this product I need some to make sure that this product works with Visual foxpro 7 & 8.

Waiting for comments.

regards

Re: wodcrypt visual foxpro a simple example needed

by wodSupport, Friday, July 30, 2004, 22:08 (7208 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