Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cryptor Issue
Message
From
14/06/2006 09:02:55
 
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01128425
Message ID:
01128969
Views:
17
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 !!!!!!!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform