Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SFUtility : How do I control?
Message
From
16/02/2022 11:19:34
 
 
To
16/02/2022 11:05:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01683581
Message ID:
01683582
Views:
57
>Hello all,
>
>I want to encrypt content of some fields. For that I want to use Craig Boyd's FLL VFPEncrypt. So I will have to use the functions Encrypt and Decrypt.
>
>I also use Stonefield Database Toolkit. In the libraries used by SDT there is one class called SFUtility. In SFUtility there is a method called Encrypt.
>
>how can I make sure that I use the Encrypt in VFPEncrypt when I need that version and and how can I make sure that Encrypt of SFUtility is also used when needed?
>
>Regards

If the SF version is a method of a class, you call it by yourclass.encrypt(). The FLL version you call directly, Encrypt().
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform