Set labels across page

Command group Flag affected Reversible Execute on client Platform(s)
Report parameters NO NO NO All

Syntax

Set labels across page {number}

Description

This command specifies the number of labels across the page for label printing. It overrides the setting in the report parameters dialog for the current report class. The setting remains in force until the next Set report name command.

When labels are printed, the vertical spacing from the top of one label to the next is set up using the $recordspacing property or from a method using Set record spacing.

Example

# Print 4 labels across a page
Set report name rLabels
Set labels across page {4}
Set record spacing {3}
Set label width {(Measurement in cms){4.5}}
Print report