Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Index String
Message
 
À
29/11/2001 14:49:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00587680
Message ID:
00587690
Vues:
22
If I am reading you correctly, I think something like this:

lcNdxStr = 'INDEX ON ' + MyTable.Myexpression + ' TAG ' + MyTable.MyTag
IF !EMPTY(MyTable.MyTag)
lcNdxStr = lcNdxStr + ' FILTER ' + MyTable.MyFilter
ENDIF

&lcNdxStr


HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform