Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB code to VFP
Message
De
09/03/2005 14:02:38
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
09/03/2005 13:37:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00994098
Message ID:
00994109
Vues:
24
Hi Paul!

>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:
Local loEncryption as Object
loEncryption = CreateObject("Dll_Encryption.clsEncryption")
loEncryption.Encryption(DSN_OPER)
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform