Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another Find Dialog Question
Message
De
28/03/2003 14:21:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00771330
Message ID:
00771484
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform