Suppress the print dialog box?
-
- Posts: 13
- Joined: Tue Oct 10, 2017 12:44 pm
Suppress the print dialog box?
I am launching r&r from VFP7 using the following command line_____lcRunString=^/N rrwrun.exe control^___run &lcRunString____this launches a series of reports, determined by the control file.__this is working well for me except that every time a report is launched a print dialog box pops up. the user must click ok. Since i am printing a series of reports, this is becoming tedious. The user is having to press ok 20 times for 20 reports. Can I suppress that dialog box and just send the reports to the default printer without asking.