Post after print

B

Brian

I want to pop up a report, then ask the user if he wants to post the proposed
changes reflected in the report. Standard accounting-type stuff.

Problem1: code on the form from which the report is called continues to run
when the report opens
Problem2: can't use acDialog because it does not let user access my custom
menu that has the print icon on it
Problem3: ctrl-P seems a little off-the-wall as the only way to print when
report is open in acDialog
Problem4: sure, I could use acDialog in conjunction with Report_Close to
bring up a true print dialog on close of the report, but that also seems
off-the-wall
Problem5: turning modal off doesn't help, because I pop up a message box
asking the user what to do on the line after the report opens

(Biggest problem: I remember posting more-or-less the same question a couple
of years ago, but I haven't used this since and can't remember what I did.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top