Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access selected table
Message
From
14/05/1998 09:25:20
 
 
To
14/05/1998 09:14:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00099386
Message ID:
00099395
Views:
17
>Hi all!
>
>Sometimes when I use a main form and then I open a new modal form to choose some data which was created by the select command and I want to refresh the data of the modal form with the selet command I receive this error message: Cannot access selected table.
>
>Anyone has an idea what is wrong?
>
>IVAN

I met this message when I forget to clen up rowsource for combo/list, i.e. if I have situation when Combo.Rowsource is cursor alias and I have to rebuilt the cursor (to get new recordset) I should firstly clean rowsource:
Thisform.Combo.Rowsource=""
Select ... Into Cursor cur1 && error will popup here if previous line missed
Thisform.Combo.Rowsource="cur1"
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform