[SOLVED] Trigger Asynchronous Interrupt - UTIMER component
Author: fvenanciobr@gmail.com (fabricio)
Hello Folks
I am migrating my application from uniface 9.4.01 to uniface 9.7.01
After some tests, I realized that the form trigger Asynchronous Interrupt does not activated after click my button.
My detail button code is (to start the UTIMER component):
newinstance "UTIMER", $timer$ $timer$->setMessage($instancename(), "MESSAGE", "") $timer$->setRepeat(0) $timer$->start("00:00:01")
The Asynchronous Interrupt code is:
if ($msgid = "MESSAGE") myfield.dummy += 1s endif
But this trigger does not activated each 1 second.
Interesting that this same code in Uniface 9.4.01 works!!!
Any idea?
Thanks a lot
Fabricio Venancio
Brazilian Uniface Developer Florianópolis – SC