Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Timestamp when the file was modified

Avatar

Level 2

Hello everybody,

Is there a way to do the following:

When a forms specific field line is modified, the username (which was used to logon to a computer) and the current time would be entered to a specific field in the form?

Using: Adobe ES 8.21xxxx

Many thanx in advance

1 Reply

Avatar

Level 10

You can get the current time in  HH:MM:SS format by using the below syntax in FormCalc.

$host.messageBox(Num2Time(Time(), "HH:MM:SS"));

For different formats please check the help in your designer.

I am not sure about getting the user name from the local computer. I am under the impression that it is not allowed to read the local user specific information for security reasons but I could be wrong.

Thanks

Srini