Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding free table to form DE at runtime
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Adding free table to form DE at runtime
Divers
Thread ID:
01501164
Message ID:
01501164
Vues:
95
Hi All,
i need to add a free table to form DE at run time (load event ) event and remove it at destroy event

yes you may ask you can load it at load event instead of add to DE but this is a special issue and
working from DE so ;

i have tried to add a free table to DE at run time like below but unsuccessful :(

how would be your suggestions ?
TIA
this.Dataenvironment.addObject('MyCursor','Cursor')
this.Dataenvironment.MyCursor.cursorsource='mytable'
this.Dataenvironment.MyCursor.alias='mytable'
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform