Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build, looses my .mem files
Message
From
06/09/2000 18:07:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Build, looses my .mem files
Miscellaneous
Thread ID:
00413218
Message ID:
00413218
Views:
48
VFP6.0

In my application I use .mem files to track various identifing numbers like so..

RESTORE from customercounter.mem additive
nextcustomer = customercounter + 1
REPLACE customerid with nextcustomer
SET safety off
customercounter = nextcustomer
SAVE to customercounter.mem all like customercounter
SET safety on

This works fine when I run the application from the project window, but when I Build the .exe and run it, it stops working.

WHY, and is there a better way to do this?
Next
Reply
Map
View

Click here to load this message in the networking platform