OK, now I get the following error message:
-------------------------------------------
Script failed (language is formcalc; context is
xfa[0].form[0].form1[0].#pageSet[0].Page1[0].TableELN[0])
script=
$=Concat(Num2Date(date(), "DD_MMM_YYYY"), " ", Num2Time(time(),
"HH:MM"))
Error: Invalid property set operation; subform doesn't have a default property
Script failed (language is formcalc; context is
xfa[0].form[0].form1[0].#pageSet[0].Page1[0].TableELN[0])
script=
$=Concat(Num2Date(date(), "DD_MMM_YYYY"), " ", Num2Time(time(),
"HH:MM"))
Error: Invalid property set operation; subform doesn't have a default property
-----------------------------------------------
Any clues as to what is going on here? Have I done something wrong? I need to fix this so it does not appear when we open the dynamic pdf in either Acrobat OR Reader.
Thank you......
It seems that you have placed the script in a table (TableELN) and not within an object (eg a dateTime field).
If you move the script to a dateTime field it should work.
Niall
Hope this helps,
Niall
Assure Dynamics