HEADING ElementContains the text of the heading to be displayed at the top of the TQS window, along with optional graphics. Syntax<HEADING LIMG="limg" RIMG="rimg">heading</HEADING> Attributes
PlacementThe HEADING element must be a child of the LOC element. ChildrenNo children are supported within the HEADING element. RemarksThe image files specified by the LIMG and/or RIMG attributes, if any, must reside in the data root folder. This is, by default, the folder containing the .TQS file.
The heading will be used in the report table to represent its location; use the REPORTTITLE element to specify a different title for use in the report. If neither the HEADING nor REPORTTITLE elements exist, the LOC element's ID attribute will be displayed instead. Examples<HEADING>My Main Menu</HEADING> <HEADING LIMG="img.gif" RIMG="img.gif">Heading With Same Graphics</HEADING> <HEADING LIMG="NOROOT?http://www.example.com/limg.gif" >Heading With One Graphic</HEADING> <HEADING LIMG="EMBED?limg.gif" RIMG="EMBED?rimg.gif">Heading With Embedded Graphics</HEADING> |