You are here: Function Reference > Alphabetical Listing > A > ApplyInserts

ApplyInserts

Use this procedure/function to force the insertion of items associated with applying logos, state stamps, and signatures to a form set.

Normally, you apply a logo, state stamp, or signature when transactions are opened or completed. This procedure lets you trigger the insertions when the user tabs off of the field or a DAL script associated with the field is executed. This lets the user see the form exactly as it would appear when printed or archived.

Syntax

ApplyInserts()

There are no parameters for this procedure.

Optionally, this procedure returns one (1) on success or zero (0) on failure. A return of one (1) indicates that you had a valid WIP transaction loaded in memory. Success, however, does not mean that any sections were added or changed.

Note See Inserting State Stamps and Signatures in the Documaker Desktop Supervisors Guide for more information on how inserted sections are determined and applied.

Example

Here is an example:

ApplyInserts()

See also