Group: borland.public.bde · Group Profile · Search for Date field in borland.public.bde
Author: Rozan NAS
Date: Feb 26, 2008 10:36
...at least for me) problem related with locating a Date field. I use D2007, BDE 5.2, Firebird 2... 3). A TQuery failed to locate on a date field. Is there any workaround or any comment? Thanks in advance, Rozan Sample Code: var tmpDate : TDate; begin tmpDate := Date; //TransDate field is a TDateField, //the following Locate never returns True !! if qrySample.Locate ...
|