Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access the selected table Error message ?
Message
From
12/02/2004 09:55:30
 
 
To
12/02/2004 09:47:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00876612
Message ID:
00876661
Views:
16
Hi,
error Cannot access to select table will occur if you re-populate your data source that bind to any control (ex. cursor to combobox) without first set unbind it (rowsource = ""). It happend because VFP always destroy the cursor before it re-populate it.
Therefore, to solve you problem, either you change your cursor alias name (if it is for another control but same data) or unbind your combobox and re-bind.

HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform