Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set order to tag ?
Message
De
25/01/1997 09:47:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Divers
Thread ID:
00018149
Message ID:
00018393
Vues:
43
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform