Board index » delphi » SetRange() returns empty set if system date >=2000 year (additional info)
Cabaj S3awomir
![]() Delphi Developer |
Sun, 29 Sep 2002 03:00:00 GMT
SetRange() returns empty set if system date >=2000 year (additional info)
Hi,
Lately I had to come back to databases and I found something strange in my aplication; Procedure SetRange() when system date >= 2000 year always returns empty data set. If system date <=1999 year it works correctly. ??? Here are some details that may be helpful to resolve my strange?? problem. Delphi Client/Server Suite 4.0; To input date I use TMaskEdit (EditMask:!00/00/00;1;_); unit Unit1; interface uses type end; var implementation {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); end. Exe file works as follows: If system date is 00-04-12 If system date is 99-04-12 Function Now() always returns correct value; Can somebody tell me Where do I do a mistake? Thanks |