Is there any version of OI yet, where, when an OIPI report is directed to the printer and the user changes the number of copies in the print setup, that the number of copies will be printed.
Barry,
No there isn't. In order to print multiple copies after the report has been generated the preview window needs to be displayed and copies changed from the setup button.
You could query the user prior to the Set_Printer INIT message and place the number of copies they'd like in the 8th position of the PageInfo parameter (parameter 3).
Sean
Sean,
Thank you.
Is there a windows 'ocx?' "spin" control I can use.
Barry
Barry,
The SRP Subclass Control allows you to add spin buttons to an edit line control.
Ooops, forgot that was there also.
Thanks.