Is there a way to force a screen refresh in iNomads? refresh_flg=1 does not seem to do it. I'm particularly interested in changing the template in code %inomads'template$="newtemplate" and then redrawing the current screen with the new template.
Inspecting %inomads'* shows a 'redraw() method that seems to do what I need but isn't documented anywhere. Anyone know if this is safe to use / which version it was added in?
Generally just changing the %inomads'template$ value forces a redraw of the page -- assuming the value you set to is correct.