thank you for your help.I have changed the current time field form calc
script to a form ready javascript to show a clock with the current
time:pathToField="xfa.form.form1.ActionsHeaderFrame.clock";var t =
app.setInterval("obj=new
Date();"+pathToField+".rawValue=obj.getHours()+':'+obj.getMinutes()+':'+obj.getSeconds();",
1000); I have changed the formcalc script to suit, but the alert is
still not coming up 2 minutes before the finish time.var vEnd =
Time2Num(ActionsEndTime.formattedValue, "HH:M...