Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Tables after OpenTables()
Message
From
04/05/2004 04:19:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00900528
Message ID:
00900620
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Hi,

>>Does some exist way of, after having executed OpenTables, to just open a certain table inside of same DataEnvionment?

Don't think so. Best you can do is add the cursor then close and reopen the DE tables:
.Dataenvironment.AddObject("AddedTable","cursor")
.DataEnvironment.AddedTable.CursorSource="AddedTable.DBF"
.DataEnvironment.CloseTables()
.DataEnvironment.OpenTables()
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform