Using %Nomads'Timeout for Dynamic Refresh

Started by Peter.Higgins, June 07, 2021, 07:30:55 PM

Previous topic - Next topic

Peter.Higgins

I have setup a panel to refresh based on a drop box selection and set %Nomads'Timeout in the drop box event.
In On_Exit I trapped the timeout and issue a reload.  At this point everything is great, but issuing a return just completes the panel shutdown.  Having done this in the past, I believe I am missing something simple and important like a preinput or resetting the %NOMADS'Timeout.  The latter doesn't work btw.

ChrisKCAi

Before the return in your ON_EXIT routine:
if ctl=-1900 then let IGNORE_EXIT=1

Chris

Peter.Higgins

Thanks Chris,
I nominate you for another star/medal. :)