Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot access selected table
Message
De
17/07/1998 05:19:12
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/07/1998 04:23:38
Ravindra Harve
Gulf Agency Co. (Dubai) L.L.C
Dubai, Émirats Arabes Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00118488
Message ID:
00118501
Vues:
15
>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
Simply move that SQL to combo.rowsource and set rowsourcetype = SQL.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform