Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding free table to form DE at runtime
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Adding free table to form DE at runtime
Miscellaneous
Thread ID:
01501164
Message ID:
01501164
Views:
94
Hi All,
i need to add a free table to form DE at run time (load event ) event and remove it at destroy event

yes you may ask you can load it at load event instead of add to DE but this is a special issue and
working from DE so ;

i have tried to add a free table to DE at run time like below but unsuccessful :(

how would be your suggestions ?
TIA
this.Dataenvironment.addObject('MyCursor','Cursor')
this.Dataenvironment.MyCursor.cursorsource='mytable'
this.Dataenvironment.MyCursor.alias='mytable'
Next
Reply
Map
View

Click here to load this message in the networking platform