udstx
Posts: 10
|
| Posted: 03/29/2010, 11:59 AM |
|
I need to be able to switch printers within a CodeCharge application. The OS is Linux with PHP based CodeCharge.
I would like to use a ListBox that is filled with available printers and then reset the default printer with a selection from the list.
Does anyone have a suggestion? I did not see any printer management functions in CodeCharge Studio 4.x.
|
 |
 |
robertmann
Posts: 109
|
| Posted: 03/29/2010, 1:50 PM |
|
Why would CCS need printer mgmt functions when CCS itself uses PHP functions. You should use PHP functions as well: http://php.net/manual/en/function.printer-list.php
_________________
Robert |
 |
 |
|