Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB code to VFP
Message
 
To
09/03/2005 13:37:43
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00994098
Message ID:
00994111
Views:
22
>Hi all,
>
>I need your help to convert VB to VFP for the codes below because I already put dll_encryption.dll in c:\WINNT\system32 and I can run the encrytion.exe to encrypt or decrypt outside VFP wihout problem, but I want to integrate inside VFP instead.
>
>VB codes :
>Dim objEncryption
>Set objEncryption = Server.CreateObject("Dll_Encryption.clsEncryption")
>objEncryption.Encryption(DSN_OPER)
>
>VFP codes:
>.....
>.....
>
>and how to call that function from VFP too.
>
>TIA


Try this:
objEncryption = CreateObject("Dll_Encryption.clsEncryption")
objEncryption.Encryption(DSN_OPER)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform