Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incremental search on numeric
Message
From
04/04/2003 17:17:39
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00774073
Message ID:
00774321
Views:
11
Hi Tracy

Use two indexes, one for the seek and a different one for the display.

The seek index expression can be alltrim(str(skno)) and the display index expression can be PADL(ALLTRIM(STR(skno)),4,"0")

set order to tag1
seek (what the user entered)
set order to tag2


>>>>>How might one go about this?
>>>>>The field is: SkNo N(4,0)
>>>>>
>>>>>Index on SkNo Tag SkNo
>>>>>Index on STR(SkNo,4,0) Tag SkNoA
>>>>>
>>>>>Data:
>>>>> 250
>>>>> 350
>>>>> 680
>>>>>6500
>>>>>
>>>>>Letting the user type, seek on the tag SkNo requires the full number to be typed; seek on the tag SkNoA brings you to 6500 before 680. What index could be created to get to 680 first and 6500 second?
>>>>>
>>>>>Thanks,
>>>>
>>>>padl(num,width,'0') ?
>>>>Cetin
>>>
>>>Cetin,
>>>
>>>I thought about this. Wouldn't this then force the individual to type leading 0's?
>>
>>Yes, but would mean more meaningfull to them too. You could pad behind the scenes ?
>>Cetin
>
>I almost feel like I should be using LOCATE FOR AllTrim(Str(SkNo,4,0)) with the order set to the SkNo tag. I'm just wanting the incremental searches to all be approximately the same speed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform