Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid - controlsource secondary table don't works
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00307064
Message ID:
00307141
Vues:
23
Pablo,

The grid is created before the form's INit runs (the Form's Init is the LAST thing that runs sduring the creation of a form). If you opne the table in teh Form's Init then it is not open when teh grid is created and its Init runs so you get the error, alias is not found because the alias doesn't exist yet.


By waiting to set teh column's controlsource until after the table has been open you don't get the error because the alias does exist.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform