Windows printer box (OpenInsight Specific)
At 10 NOV 1999 11:49:21PM Bob Silverstein wrote:
When printing out of OI, I get that familiar Windows box to select the printer, pages, etc. Do you know how to avoid this and simply print?
At 11 NOV 1999 09:17AM Stephen S. Revelation wrote:
Bob,
When starting a print job, use the PRINT_INIT function:
x=print_Init(mode, jobtitle, handle)
where:
mode=0 uses default printer
mode=1 Displays Windows' Print dialog box
-Stephen
At 12 NOV 1999 08:18AM Bob Silverstein wrote:
I am printing thru Reporter and print_init does not seem to work. Any ideas?
At 15 NOV 1999 02:51PM Stephen S. Revelation wrote:
From Reporter's on-line help ("Starting Reporter from a Command Line"):
/BA= 1 (True)=prints in Batch mode; prints without displaying the Print dialog box. If no value is entered with this command line switch, the default is true.
-Stephen