Siebel Sales Handheld Guide for Windows-Powered Devices > Print Tagging Language > Overview >

Header


Description

Adds header information such as page numbers, the current date, and the current time.

Usage

You may always want the current date and time to appear on your invoices. If so, you may include this information in a Header tag.

The Header tag may be specified anywhere in the template file; however, it always appears at the very top of your document. Only one Header tag is applied to the document. If you have multiple Header tags in the file, only the last Header tag is used; any other Header tags are ignored.

If you include a Header tag in your template, then you must set TopMargin in setup.ini to a minimum of 20.

The header has three sections, Left, Center, and Right, which are used to position the information in the header. The Left parameter aligns the text with the left margin, and the Right parameter right aligns the text with the right margin. The Center parameter centers the text in the header.

The text in the header is formatted in 10 point, Helvetica font. If Helvetica is not available on your system, the default font is used. You cannot customize text formatting of the Header tag. The Format tag does not affect the format of the header.

Syntax

<TAG:Header Left="DATA" Center="DATA" Right="DATA"

Parameter
Description
 
TAG:Header
(Required) Header tag indicator.
DATA
(Optional) Static text or one of the following data tags:
 
Data tag
Description
 
<page>
Page number
 
<date>
Date of the printing
 
<time>
Time of the printing

Example

<TAG:Header Center="Company Confidential">


 Siebel Sales Handheld Guide for Windows-Powered Devices 
 Published: 18 July 2003