Methode which obtains the file name of the printer.
1 system.printer.getFile
<system.printer.getFile
grpcode='grpcode'
prtcode='prtcode'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Agrpcode | string | Group code. | |||
Aprtcode | string | Printer code. |
Returns | |
---|---|
Type | Description |
string | Name of the file obtained of the printer. |
Example
Obtains the file name of the printer.
Copy
<xsql-script name='system_printer_getFile'> <body> <println> <system.printer.getFile grpcode='deister' prtcode="epson-82-color" /> </println> </body> </xsql-script>