FormDepth (or PageDepth) is a read-writable built-in outputstream attribute that is set to the number of printable lines of output on a page. Refer to the Agile Business Suite Developer Online Help for more information about FormDepth.
The default value of this attribute is dependent upon the device type chosen for the Report. Default values for each device type are listed in the following table:
Device Type | Default Form Depth |
---|---|
LP | 60 lines |
TP | 66 lines |
VD (not IBM 3270) | 48 lines |
spaces | 60 lines |
You set the default for the FormDepth attribute for a Report by selecting the nominated device type. After the default is assigned, you can override the value of the FormDepth attribute programmatically using "MOVE" statements in their logic.
In the Windows Runtime application, you can also override the default FormDepth value by using the Administration Tool.
To configure a number to override default FormDepth for your server, perform the following:
Right-click the required server node, and select All Tasks, Set Form Depth. The Set Form Depth dialog box is displayed.
Select the Override Default Form Depth check box.
Enter a value in the Form Depth: box. This value overrides the default value of the FormDepth attribute.
Click OK.