Avatar

Level 9

Hello Niall,

Thanks for the link.What I am thinking is I will check the value of the DateField on "docReady" event.I mean :

if(this.rawValue != null)

{

   this.rawValue = Num2Date(Date()."YYYY-MM-DD");

}

else

{

   this.rawValue = this.rawValue;

}

Will this work ?

Thanks.

Bibhu