Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Let's Play Tag()
Message
From
20/07/2000 05:00:41
Walter Meester
HoogkarspelNetherlands
 
 
To
20/07/2000 00:43:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00394742
Message ID:
00394789
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform