Avatar

Level 2

Test if the field is null before assigning the current date.

// form1.page1.currentDate::ready:layout - (FormCalc, client)

if (this.isNull) then

$.rawValue = Concat(Num2Date(Date(), "MM/DD/YYYY"))

endif

Deborah