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

Footer


Description

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

Usage

You may, for example, always want the text "Thank you for your business!" to appear on the bottom of your receipts. If so, you may include this text in a Footer tag.

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

If you include a Footer tag in your template, then you must set the BottomMargin in setup.ini to a minimum of 20.

The footer has three sections, Left, Center, and Right, which are used to position the information in the footer.

The text in the footer 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 Footer tag. The Format tag does not affect the formatting of the footer.

Syntax

<TAG:Footer Left="DATA" Center="DATA" Right="DATA">

Parameter
Description
 
TAG:Footer
(Required) Footer 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:Footer Left="<date>" Right="<page>"


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