baanjim
16th November 2018, 12:12
Hi.
In session tdpur4101m000 I need to block the change of tab in case of a specific user action.
Her the code:
choice.change.frm:
before.choice:
if form.curr = 3 and [boolean value] then
mess ("xxxx")
|you cannot change the form
choice.again ()
endif

It works fine in Worktop but not in WebUI.
Do you have an idea?
Thx.