Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange coding problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00227459
Message ID:
00227478
Views:
27
could also be that your filter is being set against the variable reference and not the value. try this:
lcFilterCondition = "mytable.myfield = myvalue AND " + ;
                    "BETWEEN(mytable.mydatefield,{" + ;
                    "myform.mytextdate1 + "},{" + ;
                    "myform.mytextdate2 + "})"

SET FILT TO &lcFilterCondition
HTH
I try to stay online, to get better information.
I try to get away from the office once in a while..
But they KEEP... PULLING.. ME.. BACK.. IN!!!
Previous
Reply
Map
View

Click here to load this message in the networking platform