WinStudio
IWSForm interface
Removes the form page that is at the top of the form page stack and displays the next form page in the stack.
object.PopFormPage( )
Part |
Description |
object | Required. Reference to a valid form object. |
Sub Main() Application.FindForm("formName").PopFormPage() End Sub