I have a date formula variable that I want to populate with 1M when the user opens the form. dateformula := ‘1M’ doesn’t work. Anyone know how to do this?
What type is the variable dateformula? Remember, calcdate is used as follows; NewDate := CALCDATE(DateExpression [, Date]) Therefore := CALCDATE(‘1M’, Item.“Release Date”); Hope this helps
EVALUATE(dateformula,‘1M’) works fine. Saludos Nils