HP 3000 Manuals

PRINT Command [ HP ALLBASE/4GL Developer Reference Manual Vol. 2 ] MPE/iX 5.0 Documentation


HP ALLBASE/4GL Developer Reference Manual Vol. 2

PRINT Command 

The PRINT command prints a line group on a report.

Format 

     PRINT line_group 

Parameters 

line_group 

The line group to be printed.  Line_group must be a defined line group
for the current report.

Description 

The PRINT command prints all the lines of the specified line group during
report printing.  The PRINT command is ignored if HP ALLBASE/4GL is not
printing a report.

You cannot select lines within a line group being printed with a PRINT
command.  If you do need to bypass a line within a line group, use the
line's before print function to set *BYPASS on to prevent the line being
printed.

When you print a line group with a PRINT command, HP ALLBASE/4GL treats
the line group as a detail line group.  The only spacing performed by the
system is the before print and after print spacing specified for the
line.  For example, the command PRINT B1 does not necessarily print the
line at the bottom of the page.

Example 

     PRINT E3

This command prints the line(s) defined for the group E3.



MPE/iX 5.0 Documentation