Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Cannot access the selected table
Message
From
21/09/1999 20:23:51
 
 
To
21/09/1999 15:46:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00267307
Message ID:
00267396
Views:
18
>Hello,
>I get an error message, which I cannot interpret, and I don't know what I can do about this.
>I have a table, from which I create a view. I use this table again with a different alias, (all on the same screen), and I make a cursor from this alias.
>
>The abovementioned error message occurs, while attempting to run the SQL statement.
>Is the problem the view, which is still open?
>Any ideas?
>Thanks for your time.

You SQL-statement populates some list/combo rowsource, correct? If yes, then you should unlink combo/list from its rowsource right before the Select:
Mycombo.Rowsource=''
Select ...
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform