Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Same form: two data tables
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00360999
Message ID:
00361587
Views:
17
>I would like to use the same form to edit two different but identical tables. They can both be in the form's data environment, if I could figure out how to switch between them.

You can use a third cursor that all your controls are bound to. You can do select * from mytable into cursor TempTable to populate the 3rd cursor with the appropriate data source.
Previous
Reply
Map
View

Click here to load this message in the networking platform