Using OLD OLD Fox Pro and I am trying get rid of the default 12/30/1899 when the field is really empty instead of returning the 12/30/1899.
I have tried
procedure TForm1.Query1CalcFields(DataSet: TDataSet);
begin
with query1 do begin
if fieldbyname('term_date').AsDateTime<>0 then...
Using OLD OLD Fox Pro and I am trying get rid of the default 12/30/1899 when the field is really empty instead of returning the 12/30/1899.
I have tried
procedure TForm1.Query1CalcFields(DataSet: TDataSet);
begin
with query1 do begin
if fieldbyname('term_date').AsDateTime<>0 then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.