Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add table(s) to the form DE at runtime
Message
From
28/10/2004 08:54:06
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00955199
Message ID:
00955238
Views:
14
>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 :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform