Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot access the selected table Error message ?
Message
De
12/02/2004 10:44:37
 
 
À
12/02/2004 09:55:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00876612
Message ID:
00876688
Vues:
16
>Hi,
>error Cannot access to select table will occur if you re-populate your data source that bind to any control (ex. cursor to combobox) without first set unbind it (rowsource = ""). It happend because VFP always destroy the cursor before it re-populate it.
>Therefore, to solve you problem, either you change your cursor alias name (if it is for another control but same data) or unbind your combobox and re-bind.
>

A better way to handle this is to call the combo's Requery method after you've repopulated the cursor.

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform