Hi, I'm a bit of a newbie when it comes to using livecycle.I'm wanting a
field to produce the current date when a button is pressed.I originally
tried using a button with a FormCalc script, just using
Table1.Cell1=Num2Date(Date(), "DD/MM/YYYY")This worked fine, however if
I enable additional features for reader, the button still produces the
date as normal within reader, but when it is saved and reopened I find
that the date field is once again blank. Does anybody have any idea how
to get this w...