Показать сообщение отдельно
Старый 23.09.2004, 14:07   #6  
maxsmirnov is offline
maxsmirnov
экс-модератор
 
268 / 25 (1) +++
Регистрация: 08.07.2003
Адрес: Москва
обманывайте внаглую

PHP код:
static void Job3(Args _args)
{
    
printJobSettings printJobSettings = new printJobSettings(connull(), true);
    
SysPrintOptions SysPrintOptions SysPrintOptions::construct(printJobSettings0);
    
map map;
    
mapIterator mapIterator;

    
PrinterName     printerName;
    
PrinterName     displayPrinterName;
    
ClassRunMode    classRunMode;

    ;
    
map SysPrintOptions.getPrinterMap();

    
mapIterator = new MapIterator(map);
    
mapIterator.begin();
    while (
mapIterator.more())
    {
        [
printerNameclassRunModedisplayPrinterName] = mapIterator.value();
        
        
info(strfmt("%1 - %2"printerNamedisplayPrinterName));

        
mapIterator.next();
    }