Answered
Hello,
I have a form in which users can track time in/time out for specific tasks related to a project. I would like to improve the form by having the user click on a field and having the time automatically update in the filed. I assume you could do this with a button that populates a field, but can you convert a button to appear as a value?
Thanks!
Joe
To show the current time in a field you can use a simple FormCalc script in the enter event of the field.
$.rawValue = Num2Time(time(), "HH:MM:SS")
The time in the field is always updated the user enters the field.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs