Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help using set filter to
Message
From
02/05/2000 04:51:20
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
01/05/2000 15:24:43
Richard Williams
State of Ohio, Dept. of Development
Columbus, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00364859
Message ID:
00364994
Views:
30
>>Why can't I use this statement?
set filter to grant_nbr=substr(grant_nbr,1,1) ="N" .or. substr(grant_nbr,3,1) ="C" .or. substr(grant_nbr,3,1)="J" .or. substr(grant_nbr,3,1)="L"
<<

In addition to what was said, if you don't have indexes on substr(grant_nbr,1,1) or on substr(grant_nbr,3,1) the filter (as stated) will not be rushmore optimized.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform