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

ForceNoImages

Place this rule in your AFGJOB.JDT file to bypass all section processing. This rule prevents any section level rules from executing.

For instance, you could use this rule if the form set for each transaction is created and mapped by a higher level rule which removes the necessity for executing section or field level rules.

You can also use this rule in 2-up printing to return the msgNO_MORE_IMAGES message.

Syntax

;ForceNoImages( )

There are no parameters for this rule.

This rule prevents errors if you have no section level rules.

Example

< Base Image Rules >

;ForceNoImages;;

See also