MPIChildPrev Method (WINDOW)
10.7, PLBCMP GUI Only
The MPIChildPrev method activates the MPI client window that is immediately before the currently active WINDOW. This method is only implemented for Web Objects. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A WINDOW object that is accessed.
return
Optional. A Numeric Variable that indicates the success or failure of the method.
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO flag is set to indicate that the method executed successfully.
The OVER flag is set TRUE if the destination numeric variable was too small to receive the result without being truncated.
If the WINDOW object is a WinTypeMpiClient, this method activates the child window that is immediately before the currently active child window.
If the WINDOW object is not a WinTypeMpiChild, this method activates the child window that is immediately before this child window.
See Also: Method Syntax, WINDOW Methods
![]() |