Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lndexes???
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00157611
Message ID:
00157613
Views:
19
If you're asking about compound indexes as in a CDX file, do this:
index on field1 tag tag1
index on field2 tag tag2
index on field3 tag tag3
If your asking about a compound index expression, assuming all 3 fields are of type character you could do:
index on field1 + field2 + field3 tag tag123 or
index on field1 + field2 + field3 to indxfile
HTH

>Hi all,
>
>I'm a little confused about creating compound indexes in hard code. I have a dbf with 8 fields. Out of the eight, I need to tag 3 fields. Can someone give me a hint on how I can do this?
>
>TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform