Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build, looses my .mem files
Message
From
06/09/2000 18:21:37
 
 
To
06/09/2000 18:07:27
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00413218
Message ID:
00413229
Views:
16
>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?

Store this value in a table field and increment it there.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform