Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pseudo 16-bit encryption VFP8/FPD26 Shared Table
Message
 
To
18/03/2003 10:02:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00767011
Message ID:
00767406
Views:
12
Hi Tracy,

>Of course, if I try to run the same utility in VFP7, it cannot unencrypt the values. Does anyone have any ideas?
SELECT alias
SET NOCPTRANS TO fieldname
This tells VFP to use the binary values from the field and not convert them to the Windows code page. Codepage conversions are not reversible. Using CPCONVERT() to convert the value back to DOS therefore doesn't work.

--
Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform