Changing Column Titles Dynamically

Column titles can be set dynamically, so that they are assigned when the user enters the form. This option is available for forms that do not have a default design, and which have a value of T in the One-to-many column of the Form Generator.

To change the column title, use a variable made up of the form name, the title name and "TITLE".

Example: To change the title of the "TEST" column in the "MY_FORM" form to "New Title," write in the PRE-FORM trigger:

MYFORM.TEST.TITLE = 'New Title';

See also the FRGROUPS_DET form.

See also Form Triggers.

More on Triggers