You are here: Job and Form Set Rules Reference > JDT Rules Reference > CheckZeroFontID

CheckZeroFontID

Use this form set level rule to see if the form set has any fields with a zero font ID. The rule will produce an error or warning for any fields it finds which have font IDs equal to zero. You can then correct the font ID problems and restart the processing cycle.

Syntax

;;CheckZeroFontID;;Message;

Parameter

Description

   

Message

Enter E if you want to see error messages. Leave this parameter blank if you want to see warning messages.

Example

This example produces error messages:

;CheckZeroFontID;;E;

This example produces warning messages:

;CheckZeroFontID;;;

The error or warning message includes information about the form, section, and field:

Message

Description

DM30059

<Error> in CheckZeroFontID: zero font ID: form <PXWORKSHT> image <PXPOLICY> field <ESTFONTID>

DM30059

<Warning> in CheckZeroFontID: zero font ID: form <PXWORKSHT> image <PXPOLICY> field <TESTFONTID>