Hello,
Does anybody know how to reset the value of a Dateformula field in a cal??
I need to script something like this:
IF {condition} then
rec."Warranty Period" := 0;
I've tried
rec."warranty Period" := 0D;
rec."warranty Period" := '';
rec."warranty Period" := 0;
and it always gave me an error during compilation
http://www.reinwestuj.pl Inwestuj w nieruchomości. Condohotele, aparthotele.
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I've tried: and that worked too