Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Find Dialog Question
Message
From
28/03/2003 14:21:40
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00771330
Message ID:
00771484
Views:
15
Hi Mel:

>
>TRIM(UPPER(last))+" "+TRIM(UPPER(first))
>
You want to take the above expression and then pad it out to a fixed length, like so :-
Padr(TRIM(UPPER(last))+" "+TRIM(UPPER(first)),30)   && Or whatever length value is appropriate
This will *really* help the index from an optimisation perspective.

Given that you are upper case, you need to type the value into the Find box in uppercase too.

HTH
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform