Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor and a combobox
Message
De
22/12/2003 17:14:19
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
22/12/2003 16:38:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00861417
Message ID:
00861434
Vues:
23
>I GET Cannot acces the table

Several possible things: your table is closed somewhere; it lives in a different data session; another cursor with the same name is created elsewhere.

What I usually do is to have a property of the combo named cAlias, so my combo.init looks something like this:
this.cAlias=sys(2014)
select *... into cursor (this.cAlias)
this.rowsourcetype=6
this.rowsource=this.cAlias+".field1,field2"
This way the cursor is there for combo's private use, and nothing touches it.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform