Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Table Multiple Times
Message
From
06/10/2005 10:40:03
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056531
Message ID:
01056758
Views:
37
>I want to open the same table multiple times in different work areas. I am aware of the AGAIN clause but doing it that way does not seem INDEPENDENT. If I go to a record in one area the other instance of the table is also pointing to the same record. I want the two instances of the table to be totally independant.
>
>Failing the above, what is the best way to access a subset of records in a table that is already open without changing the table or its pointers/indexes or current record?
>

SQL is another way. It produces a cursor that is independant of the original table, yet drawn from there.
Previous
Reply
Map
View

Click here to load this message in the networking platform