Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create an index with logial fields?
Message
 
To
25/02/1999 13:51:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00191556
Message ID:
00191563
Views:
17
Hi Denis,

If the index is only based on a single logical field, nothing different is required:

Index on myLogicalField tag myLogicalField

to concatenate the logical field with a character expression (myLogicalField + myCharacterField), you'll need to convert the logical field to character:

Index on trans(myLogicalField, "Y") + myCharacterField tag myIndex

>How to create an index with logical fields?
>
>I am using VFP 3.0 (if it matters at all)
>
>Thank you!
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform