bool ShowPrintOptions()
bool ShowPrintOptions(int
iStart, int nRecords)
Displays the Label printing options dialog - which allows the setting of the starting positions and the number of labels to be printed.

If the first form is used the display defaults to showing the current record as the starting record number, and number of records to print as 1.
If the second form is used the dialog is initially filled the same way, but the Print All checkbox is displayed. Checking this box causes the starting record number to be set to record iStart and the number of records to be printed to be set to nRecords.
More: