IsPrintObject

Use this function during banner processing or in another print operation to determine if the section (image), form, or group is printable. This determination is based on the current print recipient and the recipient copy count.

Syntax

IsPrintObject (Section, Form, Group)

Parameter

Description

Section

Enter the name of the section you want to check. If you omit this parameter, the system uses the current section.

Form

Enter the name of the form you want to check. If you omit this parameter, the system uses the current form.

Group

Enter the name of the group you want to check. If you omit this parameter, the system uses the current group.

Note You can use this function outside of a print operation to determine if a section is printable, but a true (1) result is not a guarantee the section will print during the next print operation.

Example

Here is an example:

IsPrintObject();

This example checks the current section on the current form in the current group and returns a one (1) if that section is printable or a zero (0) if it is not.

See also