FORMSIZE

Usage

TIBCO iProcess Workspace (Windows)

Warning: (iProcess only) This expression is not available to the TIBCO iProcess Script Server Plug-in. Therefore, even though you can successfully enter the expression in your iProcess Script plug-in definition, it will not be processed by the iProcess Engine. It will return SW_NA.

Changes the size of the current iProcess form.

Syntax

FORMSIZE (x, y)

where:

x is a numeric value specifying:
if positive, the new width of the form in points
if negative, the new width as a percentage of the screen width.
y is a numeric value specifying:
if positive, the new height of the form in points
if negative, the new height as a percentage of the screen height.

Returns

One of the following numeric values:

Value

Description

0

Success

1

Failure

Examples

TIBCO iProcess Modeler:

FORMSIZE (200, 200)

TIBCO Business Studio:

IPEEnvironmentUtil.FORMSIZE(200,200);