Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to add and remove tables to dataenvironme
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00231451
Message ID:
00231491
Views:
15
Yes.

You have to use the CloseTables method before you add any new cursors or relations:

WITH oForm.DataEnvironment

.CloseTables()
.AddObject([Cursorx],[Cursor])

*!* set properties for Cursorx

.OpenTables()

ENDWITH


>Is it possible to add and remove tables to dataenvironment programaticaly.
>
>I need to change some tables from a database to another, and they are too much forms.
>
>Or maybe how to know the tables in a form.
>
>Any idea.
- Jeff
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform