Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can this code be faster?
Message
 
 
À
19/08/2003 17:07:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00821524
Message ID:
00821596
Vues:
22
Hi Tracy,

These lines should happen after user entry. You don't need to recalculate for every record tested. Be careful that xfrom and xto remain in scope.
xfrom=ALLTRIM(UPPER(xfrom))
xto=ALLTRIM(UPPER(xto))
IF !EMPTY(xfrom) OR !EMPTY(xto) && Probably should be AND instead?
ENDIF
Regards,

Mike

"We try to solve the problem by rushing through the design process so that enough time is left at the end to uncover the errors that were made because we rushed through the design process."
- Glenford Myers

If you're going through hell, keep going. - Walt Disney
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform