Board index » delphi » Filter on a date
nhuhta
![]() Delphi Developer |
Fri, 09 Mar 2001 03:00:00 GMT
Filter on a date
I need to set a complicated filter using a date field. I cannot perform
this action using a setrange because there are 6 additional conditions in this filter. All conditions in the filter work except dates. The date data is being My attempt was as follows: var BegDate, EndDate :TDateTime; // Set by user input begin TBDeal.Filter:='TrDate'+'>='+DatetoStr(BegDate)+' AND end; |