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
 
 
To
28/10/2004 06:59:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00955199
Message ID:
00955726
Views:
13
Hi Boris,

i've tried your below code at form load event "setall" gives an error but strange its work with true tables :(
*form load event code
Local dbc_path
Select datadir From pathcont Into Cursor CrsPathcont
dbc_path=Alltrim(CrsPathcont.datadir) + "\data1.dbc"
thisform.SetAll("database",dbc_path,"cursor")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform