Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encrypted dbf file.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00808797
Message ID:
00808929
Views:
38
>I am kinda new to VFP, how do I use that code that you sent to unencrypt the dbf file?
>
>TKS
>Brad


Copy the code Sergey gave you into a text file with a 'prg' extension.

From the command box in VFP, you could open a program file with something like:
modify command test
this will open an editing window (test.prg) in the current directory.

Copy and paste Sergey's code into it.

Assuming you have another prg file (lets call it functions.prg) with the code you gave for the encrypt and decrypt procedures, add the following to the top of test.prg:
set procedure to functions
substituting the path and filename where they are.

Then run the test program with:
do test
All of this can be done easily from the command box.

Holler if you have any problems.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform