setFormContainerBlock

This method sets the formContainerBlock, which is used as the parent container for forms opened from this BusinesServices component if the application layout mode is not set to float, and Dock Forms is selected on the View menu.

This value must be set before the component is rendered — the call is ignored after the component is rendered.

Syntax

setFormContainerBlock(value);

Parameters

value - (jsx3.gui.Block) The parent block into which the docked form will be rendered.

Returns

None