Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter between a date in a stand alone table
Message
From
29/04/2002 10:46:33
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00650379
Message ID:
00650397
Views:
17
John

set filter to between(DATE1,{^1999-01-01},{^1999-12-31})
or
set filter to date1 >= {^1999-01-01} and date1 <= {^1999-12-31}


>Can anyone offer me any help on how to filter between a low date, high date. I've tried several things already and i just can't seem to grasp the idea.
>
>***Here is an example of what i have already
>
>SELECT FOWLER
>*SET ORDER TO 4
>
>LRESULT=BETWEEN (DATE1,01/01/99,12/31/99)
>
>SET FILTER TO DATE1=LRESULT
>thisform.Refresh()
>
>Any help would be greatly appreciated.
>
>Thanks John Faulkner
Previous
Reply
Map
View

Click here to load this message in the networking platform