PopFormPage method (WinStudio scripts)

Applies To

IWSForm interface

Definition

Removes the form page that is at the top of the form page stack and displays the next form page in the stack.

Syntax

object.PopFormPage( )

  Part   Description
object Required. Reference to a valid form object.

Example

Sub Main()
   Application.FindForm("formName").PopFormPage()
End Sub