Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can this code be faster?
Message
 
 
To
19/08/2003 17:07:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00821524
Message ID:
00821596
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform