R
Raul Medina
I am trying to print the same visual basic report multiple
times in my VB 6.0 application using the command
<reportObject>.printReport False, rptRangeAllPages. The
only thing that differs between each report is a label
that get modified. The result is only the last report
processed is printed with the other reports producing
blank pages.
If I put a delay so that each printReport command is
called only after the preceding report is printed will
they all print out correctly. Delaying until the report
is spooled isn't enough. The report must be printed by
the printer before the next printReport is called or the
previous report will be blank.
Any help as to a solution to this problem with using a
delay would be apprieciated.
Thanks in advance,
Raul
times in my VB 6.0 application using the command
<reportObject>.printReport False, rptRangeAllPages. The
only thing that differs between each report is a label
that get modified. The result is only the last report
processed is printed with the other reports producing
blank pages.
If I put a delay so that each printReport command is
called only after the preceding report is printed will
they all print out correctly. Delaying until the report
is spooled isn't enough. The report must be printed by
the printer before the next printReport is called or the
previous report will be blank.
Any help as to a solution to this problem with using a
delay would be apprieciated.
Thanks in advance,
Raul