Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I add table(s) to the form DE at runtime
Message
De
28/10/2004 08:54:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00955199
Message ID:
00955238
Vues:
16
>Hi Alessio,
>how would be the codes for it ? addtables.. etc..

In the BeforeOpenTables event put code like this :

this.cursor1.cursorsource = Yourpath+cursorname (if it's part of a database put just its name or don't use this line)
this.cursor1.database = DataBasePath + DatabaseName && (if it's part of a database)

I use it sometimes and seems it works fine :-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform