Hi everyone!
I faced with a problem: when I press a Cancel button on the StandardDialog Page I cannot understand what exactly action occurs.
A breakpoint settled in the OnClose trigger doesn't work in this case as well as in the OnQueryClosePage trigger.
Please, help me to find the trigger for this button.
Thank you in advance!
Comments
With what conditions are you starting your page? Ordinary it used like:
IF PageName.RUNMODAL = Action::OK or Action::LookupOK THEN
... write OK action case
ELSE
... write Cancel action case
Yury
I have just realized that I evoke my StandardDialog Page from another page, where I can write the condition you mentioned.
I just wondered if there were any special triggers linked to the Cancel button)
Thank you very much for answering.
Have a nice day!