We have been generating output using Clearwin+ for many years but still are only able to get 1 copy at a time.
To print we use many Clearwin+ commands together with Windows calls, for example,
CALL PRINTER_DIALOG_OPTIONS@(0, 1, 1, 0, 0, 0, 0, 0, 0) I4RET = SELECT_PRINTER@(CDEV, CPORT) GET_PRINTER_ORIENTATION@() CALL SET_CLEARWIN_STRING@('PRINTER_DOCUMENT', 'xxx') I4RET = OPEN_PRINTER1@(IHPRNT) CALL GET_GRAPHICAL_RESOLUTION@(IW, IH) CALL GET_CURRENT_DC@(IDVDC) I4RET = GetDeviceCaps(IDVDC, TECHNOLOGY)
and yet to obtain the nos copies that may have been typed into the printer driver dialog is not able to be extracted.
Can anyone help me please ?