SuppressBanner

Use this procedure/function to suppress the printing of the banner page. This is useful when you are doing batch banner processing you need to combine several transactions within the same transaction banner pages.

Note For information about processing banner pages, see the Documaker Administration Guide.

Syntax

SuppressBanner ( )

There are no parameters for this procedure.

Example

Here is an example.

Procedure

Result

Explanation

SuppressBanner();

 

Suppresses the current banner from printing.

You can use this procedure when you want to combine several transactions inside one set of banner pages, based on a flag the DAL script checks.

See also