How can I show the Time/Clock on a page. We are using the Webclient NAV2016. It should show the current time. So not only when the page is opened. The time needs to run.
Hi, you can use a factbox (behind a Page with a variable time) with the property UpdatePropagation = Both and in the main page a field ControlAddIn Microsoft.Dynamics.Nav.Client.PingPong (it´s like ontimer in older version) so now you can update every ie 500ms your factbox
Answers
1) Add a time field (CurrTime) in your table
2)Assign CurrTime := TIME in the trigger 'OnOpenPage'