Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Let's Play Tag()
Message
De
20/07/2000 05:00:41
Walter Meester
HoogkarspelPays-Bas
 
 
À
20/07/2000 00:43:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00394742
Message ID:
00394789
Vues:
11
Russ,

This is because the cursor is read-only. In this case you're allowed to add only one index tag.

To overcome this limitation, you've got two options.

1. Make a SQL - view and index this one.
2. USE(DBF("CursorAlias")) AGAIN ALIAS newalias IN 0. and index this newalias with any number of tags.

Walter,


>I've got a cursor table that I'm trying to create temporary index tags for. I do this...
>
>index on fieldname tag fieldname
>set order to fieldname
>
>...and it works. Then when I try and do it with another field, it tells me that the index file is read only and I can't write to it. I tried to...
>
>DELETE TAG ALL
>
>...then index the next field, but it gives me the same thing. If anyone can explain tags to me and what's going on I'd appreciate it!
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform