Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index problem
Message
From
13/06/2004 05:39:13
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00913173
Message ID:
00913196
Views:
18
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform