Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00913173
Message ID:
00913196
Vues:
17
You must wrote a UDF. Something like:
INDEX ON MyIndex(FieldName) TAG ...

FUNCTION MyIndex(mntname)
DO CASE
   CASE UPPER(mntname)=="FEBRU"
        RETURN 1
   CASE UPPER(mntname)=="MARCH"
        RETURN 2
...
ENDCASE
BUT If You want to seek some values you must use that function as well.

SEEK MyIndex("Febru")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform