Printer Drivers Window

Use this window to define your printer driver and printer commands.

Attention: You should issue a Restart concurrent manager command for all currently active managers whenever you edit an existing Printer Type, Print Style, or Printer Driver.

Oracle E-Business Suite ships printer drivers for the following print styles:

Oracle E-Business Suite also ships printer drivers for specific printer types, including the following:

Define additional printer drivers if you have different types of printers, or define additional print styles.

Printer Drivers Window Fields

Driver Name

The printer driver name must be unique for a given platform.

User Driver

This user name is referenced by Oracle E-Business Suite and must be unique for a given platform.

SRW Driver

Enter the name of the Oracle Reports (SRW) printer driver, if any, that will be invoked by your printer driver. Only Oracle Reports programs require this information.

Enter the entire path to the file, or just the file name. If you enter only the file name, Oracle E-Business Suite assumes the file is located in the $FND_TOP/$APPLREP directory.

Platform

Select the platform for which the printer driver is defined. Do not assign platform codes to printer drivers unless you have multiple drivers of the same name. If it cannot find a specific platform code associated with a driver, the concurrent manager will default to the driver with a null platform code.

Driver Method Region

Command The printer driver executes within an operating system shell. An example is the lpr command in UNIX.
Program The printer driver executes directly as a program, not through an operating system shell.
  • An example is a C standalone program for printing.

  • This method executes faster than the Command method, but cannot access shell commands like PRINT on MS-DOS.

Subroutine The printer driver executes a predefined Oracle E-Business Suite routine.
Subroutines are specific to operating platforms and are invoked directly by a system call from the concurrent manager

Driver Method Parameters Region

Spool File

Select whether the printer driver creates its own copy of a file for printing. If this check box is checked when the Driver Method is set to Program, the print program creates its own spool file.

Standard Input

Select whether the printer driver accepts standard input. Uncheck this check box when the Driver Method is set to Program. Unless the program accepts standard input, this check box should always be unchecked.

Program Name

If the driver method is Program, enter the full path to the program that the driver invokes. The path is not necessary if the program's location can be identified by the operating system's PATH environment variable. See Location for Custom Print Programs.

If the driver method is Subroutine, enter the subroutine name that the driver invokes.

Arguments

When the Driver Method is set to Program, enter any generic arguments that must be supplied to the print program.

When the Driver Method is set to Command, enter the full command and its arguments.

Initialization

Enter the initialization string that must be sent to the printer before the printer driver can begin printing.

Reset

Enter the reset string that returns the printer to its ready state when printing is complete.

[ ]

The double brackets ([ ]) identify a descriptive flexfield that you can use to add data fields to this form without programming.

This descriptive flexfield allows you to define special commands specific to your printer driver and/or the platform it runs on.

Related Topics