Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cryptor Issue
Message
De
14/06/2006 09:02:55
 
 
À
13/06/2006 12:31:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01128425
Message ID:
01128969
Vues:
23
public &pcCryptorObject.
local lcDataFolder, lnStatus, lcPassword, lnMethod

*-- DECLARE DLL statements for reading/writing to private INI files
DECLARE INTEGER GetPrivateProfileString IN Win32API ;
String cSection, String cKey, String cDefault, String @cBuffer, ;
Integer nBufferSize, String cINIFile

lcDataFolder = space(255)
lcIniFile = CurDir() + "CW2K.Ini"
lnBytes = GetPrivateProfileString(;
"System Defaults","DataFolder","",@lcDataFolder,;
len(lcDataFolder),lcIniFile)
lcDataFolder = addbs(curdir()+lcDataFolder)


*---- This is where I put the WAIT WINDOW TIMEOUT -----*
*-- I only need the delay for VFP 8, not VFP 6
Wait Window “Creating Encryption Monitor” TIMEOUT 5
&pcCryptorObject. = CREATEOBJECT("XitechCryptor.Cryptor")
...
GOOOOOOOO BUCS !!!!!!!!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform