Preview a report after printing a different report

  • Thread starter Thread starter CAM
  • Start date Start date
C

CAM

Hello,

I have a report call "Claims" which the user press a command button to
preview the report and then prints the report. I would like to have a new
report call "Audits" come up in preview mode after the Claims report has
been printed and closed. Is this possible? How and where do it code it.
Any tips will be appreciated. Thank you in advance.
 
hi,
I have a report call "Claims" which the user press a command button to
preview the report and then prints the report. I would like to have a new
report call "Audits" come up in preview mode after the Claims report has
been printed and closed. Is this possible? How and where do it code it.
Use the On Print event of your claims report to set a flag that the
reoprt is printed. Evaluate that flag in the On Close event of your
claims report, when it is set open the adit report.


mfG
--> stefan <--
 
Thanks for the tip Stefan.

Cheers

Stefan Hoffmann said:
hi,

Use the On Print event of your claims report to set a flag that the reoprt
is printed. Evaluate that flag in the On Close event of your claims
report, when it is set open the adit report.


mfG
--> stefan <--
 
Back
Top