Purpose

.SetScreenSize() is a method to resize the PROIV Client.

Object Type

Session

Syntax

SESSION.SetScreenSize((#Rows,#Columns)

Elements:

#Rows includes the upper and lower limits of  2 – 125
#Columns
includes upper and lower limits of 10 – 250

Remarks

Resizing should be set in the logic of an Update function and will take effect when the next top-level (i.e. not Global) function is run.

Example

To set the screen size to 32 rows and 111 columns in logic:

SESSION.SetScreenSize(32,111)

For a further example of this method, see the @DemoClientResizeUpdate function in the PROIV Demo.

Comment on this topic

Topic ID: 510104