Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include table online to a form
Message
From
26/11/2002 04:22:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Include table online to a form
Miscellaneous
Thread ID:
00726845
Message ID:
00726845
Views:
38
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
Next
Reply
Map
View

Click here to load this message in the networking platform