Run Form as Modal Child response type

The Run Form as Modal Child launches a specified form in a modal child relationship to the parent form.

With modal forms, the user is not able to interact with the original (parent) form until the modal child target form is closed. At that time, control returns to the original form.

The Run Form as Modal Child response type allows you to use the OK/Cancel Optional parameter. Normally, the application displays the OK or Cancel prompt when users close the modal child form. The OK/Cancel Optional parameter eliminates this prompt. When users close the modal form, it closes and indicates that the user exited the child form without executing a Cancel action or an OK action. The WinStudio API exposes this information during the generation of the standard form event StdFormCalledFormReturned.