UTIMER
Author: roger.wallin@abilita.fi (rogerw)
Hi,
Uniface 9.3. I'm curious, why doesn't the following asynchronous-trigger code exit a modal form
if($msgid = "AUIT0020") ;MessageId
exit(0)
endif
The code is reaching the exit(0) statement. The UTIMER is used and started fex. in the INIT-operation. "Exit(0)" works fine in a button. In Uniface7 I have used a C-timer and there has been no problem with this code.
Keeping "Exit(0)" in the quit-trigger and using macro "^quit" or making the forms non-modal will solve the problem. Is there a way to quit without going through the quit-trigger using a modal form?
Regards RogerW.




