Re: filer table by a word ....
From: sew crazy (sew.crazy_at_webmail.co.za)
Date: 03/23/05
- Next message: me_at_privacy.net: "Re: Installing Turbo Async"
- Previous message: Maarten Wiltink: "Re: Decimal Point or Comma"
- In reply to: Jeremy Collins: "Re: filer table by a word ...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Mar 2005 19:17:54 +0200
WORKED!!! thanx a million :)
On Wed, 23 Mar 2005 08:14:37 GMT, Jeremy Collins
<jd.collins@ntlworld-not.com> wrote:
>var
> DateStr : string;
>begin
> DateStr := FormatDateTime('YYYY-MM-DD', MonthCalendar1.Date);
>
> ADOTable1.Filter := Format('DateIn = ''%s''', [DateStr]);
>
> ADOTable1.Filtered := True;
>end;
- Next message: me_at_privacy.net: "Re: Installing Turbo Async"
- Previous message: Maarten Wiltink: "Re: Decimal Point or Comma"
- In reply to: Jeremy Collins: "Re: filer table by a word ...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]