Avatar

Level 3

Hi Niall,

Is there a way I can change this script (below) to populate the date field only if the form is "dirty", so it will automatically update once something is changed on the form. I just dont know what to put in the Javascript to make it update the date. I only know how to do it automatically in Form Calc

Sample:

var

MyDoc = event.target;

MyDoc.dirty

= true;

app.exec("???");