FieldLabel Tag

Purpose

The GEN:FieldLabel tag places the name of a database field on the created page.  Typically this label is the name of the field, though it can be anything you want.  Use the Property Sheet to specify the actual field whose label is to be displayed.  Use the Databases tab in Iron Speed Designer to change the default field names used.

The FieldLabel tag displays column headings in a table.

The FieldLabel tag can also be used to sort a column within a table.  This control will sort the table when clicked if the “Control type” property is set to “Hyperlink” in the Property Sheet,

Examples

<GEN:FieldLabel Name=“FirstNameLabel” />

See Also

Code Generation Tags

Code Generation Tag Properties