Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create an index with logial fields?
Message
 
À
25/02/1999 13:51:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00191556
Message ID:
00191563
Vues:
18
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

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform