Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access selected table
Message
 
To
17/07/1998 04:23:38
Ravindra Harve
Gulf Agency Co. (Dubai) L.L.C
Dubai, United Arab Emirates
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00118488
Message ID:
00118506
Views:
14
Hi Ravindra,

Add a NOFILTER to your SQL as it is one of the possible reasons why this error comes up.

>I have the following code in the GotFocus Event of a Combo Box (Combo1)
>
>select distinct loc_mast.loc_name,tran_trans.location ;
>from data\tran_trans,data\loc_mast where tran_trans.location = loc_mast.loc_code ;
>order by loc_mast.loc_name into cursor locarea
>
>this.boundColumn=2
>this.rowsource='locarea.loc_name,location'
>this.rowsourcetype=2
>
>After I lose focus from this control and move to the next control and due to some reason I use Shift+Tab to go back to combo1 control I get the following error
>
>"Cannot Access Selected Table"
>
>Pls. Help
>
>Regards
>Ravi
Previous
Reply
Map
View

Click here to load this message in the networking platform