Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open tables method
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00343314
Message ID:
00343318
Views:
30
Michelle,

What I would try is this;
NODEFAULT
DoDefault()
* Your code here
The error you are getting is that the OpenTables method opens the table after your code runs. Your DoDefault() is opening them first, then your code, then it tries to open the tables again but they are already open.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform