Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables closing unexpectatnly
Message
From
29/04/2016 13:10:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01635656
Message ID:
01635663
Views:
79
This message has been marked as a message which has helped to the initial question of the thread.
>Any other things like this to look for, for accidentally closing a table when it should still be open?

If you see in the IDE, too, the easiest is to put USED("alias") in the Watch window and set a breakpoint. If you're not seeing it and have to rely on what happens at runtime, you might add some logging to the form that throws LIST STAT TO FILE periodically. I assume your error log already lists what tables are open when the error occurs; if not, add that.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform