Silverfrost Forums

Welcome to our forums

CLEARWIN_INFO@('PRINTER_COPIES') not responding

24 Jun 2011 4:08 #8459

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 ?

7 Jul 2011 10:51 #8524

The intention was that you call

ic = clearwin_info@('PRINTER_COPIES') 

after select_printer@ but this was not connected up in the library.

I have now fixed this for the next release.

11 Jul 2011 11:33 #8537

Thanks for sorting this out Paul.

Please login to reply.