Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access the selected table Error message ?
Message
From
12/02/2004 10:44:37
 
 
To
12/02/2004 09:55:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00876612
Message ID:
00876688
Views:
17
>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.
>

A better way to handle this is to call the combo's Requery method after you've repopulated the cursor.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform