RandyBlackburn
Programmer
Hi,
Just before the end of the report, I'm trying to tell the user the account balance (as computed by the report), and ask him how much of a refund will be provided, and allow him to enter some comments. The refund amount and comments will then print on the report.
So I call a form in the report footer OnPrint event. This seems to be working pretty well if I preview the report (except the user has to go to the last page). However, if I open the report normally (to print), it doesn't stop, even if I make the form a modal popup.
Any suggestions on:
a)how to avaoid previewing the last page, and
b)how to get the report to pause before completing the print?
Thanks in advance,
Randy
Just before the end of the report, I'm trying to tell the user the account balance (as computed by the report), and ask him how much of a refund will be provided, and allow him to enter some comments. The refund amount and comments will then print on the report.
So I call a form in the report footer OnPrint event. This seems to be working pretty well if I preview the report (except the user has to go to the last page). However, if I open the report normally (to print), it doesn't stop, even if I make the form a modal popup.
Any suggestions on:
a)how to avaoid previewing the last page, and
b)how to get the report to pause before completing the print?
Thanks in advance,
Randy