Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot access selected table
Message
De
17/07/1998 04:23:38
Ravindra Harve
Gulf Agency Co. (Dubai) L.L.C
Dubai, Émirats Arabes Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Cannot access selected table
Divers
Thread ID:
00118488
Message ID:
00118488
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform