Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set order to tag ?
Message
From
25/01/1997 09:47:11
 
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00018149
Message ID:
00018393
Views:
39
>Dave, you're right. I left out part of the command and the whole meaning changed. I realized this at about 1:00 am, but couldn't connect in to update my message until this afternoon. Lets try it again:
>
>Close Data All
>use mytable
>set order to tag ID
>
>will work. However,
>
>use firsttable
>use mytable IN 0 && new select area
>set order to tag ID && where ID is the tag for MyTable
>
>will NOT open the index in MyTable because you are still in the FirstTable area. Add a SELECT MYTABLE to the code or load the index when you USE the table.

Barbara,

You could also say,

use firsttable
use mytable order ID in 0

This will open mytable in a new area and set it's order to ID

Bill
Previous
Reply
Map
View

Click here to load this message in the networking platform