G
Guest
I have a report used to generate a sheet of floppy diskette labels, but we
frequently print less than a complete sheet, and then begin the next time in
the middle of the sheet. As a workaround, when creating the labels, the form
prompts the user for starting position of the first label to be printed, then
the temporary dataset is created with an appropriate number of blank records
to bump the first real label down.
The trouble is, the labels include a corporate logo, and I'd like to hide
the logo for the blank labels. Do I need something in the OnFormat event for
the Detail section, or should I be looking at the OnPage event of the report?
TIA
frequently print less than a complete sheet, and then begin the next time in
the middle of the sheet. As a workaround, when creating the labels, the form
prompts the user for starting position of the first label to be printed, then
the temporary dataset is created with an appropriate number of blank records
to bump the first real label down.
The trouble is, the labels include a corporate logo, and I'd like to hide
the logo for the blank labels. Do I need something in the OnFormat event for
the Detail section, or should I be looking at the OnPage event of the report?
TIA