On forms which have label controls that represent column headers or have a matrix-like layout of controls, you must ensure that fields on the transformed page are displayed in the same layout as on the original form. To do this, you must set the FixedLayout property on the label controls that represent column headers. You can set the FixedLayout property in the Transformation Input File (TIF) Editor so that fields on the transformed page will be displayed correctly.

An example of a form in the standard application that has label controls that represent column headers on which you must set the FixedLayout property is form 39, General Journal. The label controls for Account Name, Bal. Account Name, Balance, and Total Balance have the FixedLayout property set in the standard application transformation input files.

Before you begin this procedure, you must do the following:

To set the FixedLayout property

  1. In the Transformation Forms window, select the form that has a matrix-like layout of controls on which you want to set the FixedLayout property on label controls, click Input, point to Add, and then click New Control Property.

  2. In the Move Page Elements window, in the Group field, select FixedLayout from the drop-down list.

  3. In the ControlID field, enter the ID of the control on which you want to set the FixedLayout property.

  4. Close the Move Page Elements window to save your changes.

See Also