OpenPrevious is a built-in scripting function that re-opens the last screen to be closed.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
OpenPrevious | Screen | Asynchronous | Supported | Supported | Not Supported |
These are optional parameters. If no values are specified, then the default screen size and location are used. For more information, see Screen Attributes.
Value | Description |
---|---|
0 | Success |
1 | Error |
This function cannot be used with Tasks or in the Global Procedures script.
OpenPrevious()
OpenPrevious( 0, 0, 800, 600 )