Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB code to VFP
Message
 
À
09/03/2005 13:37:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00994098
Message ID:
00994111
Vues:
19
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform