Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open table at peak hours
Message
 
To
07/09/2008 02:35:07
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345521
Message ID:
01345658
Views:
11
Hi Jerry,

> at the peak hours, when updated the windows always shows open table form.

This sounds like there's an error opening the tables which is handled locally but not resolved. This would happen when a routine returns .F. because it couldn't open the table, but the calling code ignores this error value. A subsequent SELECT statement would then open the table dialog. You can use SET TABLEPROMPT OFF to avoid the dialog. Instead you would then get an error message on the SELECT statement which might help you to find the actual problem.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform