Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting filter with date problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01274623
Message ID:
01274630
Views:
10
>SET FILTER TO dmrr >= "01/01/"+ALLTRIM(m.dmryearpick)
>
>dmrr is a date. This is giving me a syntax error. m.dmryearpick is a 4 digit year. Anyone know what the correct syntax for this command should be?
lcFilter = [dmrr >= {^] + STR(m.dmryearpick,4) + [/01/01}]
SET FILTER TO &lcFilter 
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform