Button Event Time

Hello team,

the requirement is to print the date and time of which the user clicks on a button.

in other words, when the user clicks on a button, I need the event time to be printed on a report.

I know this sounds easy but I could not have it done…

any help is greatly appreciated.
Thanks,

Hi @melwadeya,

Is this in Perspective or Vision?

I find the solution is to use the expression now(0) to fire when the button actionPerformed. it will print the current time without update.

1 Like