Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include table online to a form
Message
De
26/11/2002 04:22:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Include table online to a form
Divers
Thread ID:
00726845
Message ID:
00726845
Vues:
39
Dear Friends

I have included four table in a form during development time.
The four table are from one database only.

Now I like to include another table during run-time which is from another database located in some other machine on the network.

I have written the following code but it's not working properly.

form.load()

this.dataenvironment.addobject('newtable','cursor')
this.dataenvironment.newtable.bufferoverride = 3
this.dataenvironment.newtable.exclusive = .f.
this.dataenvironment.newtable.database = 'k:\folder\database.dbc'
this.dataenvironment.newtable.cursorsource = 'bill.dbf'

But when I give the command SELECT BILL, it gives an error - 'ALIAS NOT FOUND'

Please suggest me how to include table during run-time

Thanking you
yours truely
Aritra Roychoudhury
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform