Page 1 of 1

time function

Posted: December 2nd, 2019, 2:10 pm
by Mariovaisman
Hello,

Time ago, I posted about a time feature, like the application can call a function after some elapsed time, after this function is executed, the app can continue normally, it is like a buttom that is pressed automatically.

This capability is useful to give certain time to complete a form, to exit the application, or to execute some external program.

Thanks

Mario Vaisman

Re: time function

Posted: December 10th, 2019, 8:58 pm
by htuser
Hi Mario,
We don't know if the Developer Team will give a direct way for this.
In the meantime, you can simulate this using timestamp function. Josh already give some idea about :viewtopic.php?f=6&t=3378

Best,

Re: time function

Posted: December 14th, 2019, 7:05 am
by Mariovaisman
Thanks for your reply, what I am suggesting is to have an automatic wake up at several time, because as the suggest you give me, each time the app does something I can check the tymestamp, but what happen if the app is waiting for an [OK] in an errmsg(), or waiting to type to a variable; in those circunstances it is like the app is in a "wait for".

Thanks

Mario