How to reset the value of a Dateformula field ??

easy-navieasy-navi Member Posts: 31
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

Sign In or Register to comment.