Jump to content

ModalResult


sarcos

Recommended Posts

Hello,

 

can I apply the windows application logics of modalresult when I call ShowModal form's method?.

 

I am doing some tests and seems to me that when I show a form modal, the application doesn't wait for a modalresult. If I look the debug, the application continues to processing the code after the ShowModal call.

 

 

Thank you in advance.

Link to comment
Share on other sites

  • Administrators

Hello,

 

can I apply the windows application logics of modalresult when I call ShowModal form's method?.

 

I am doing some tests and seems to me that when I show a form modal, the application doesn't wait for a modalresult. If I look the debug, the application continues to processing the code after the ShowModal call.

 

 

Thank you in advance.

 

Yes, in webmode modal forms are not blocking. You must use OnClose event to process ModalResult.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...