MSDS Sheets

See Also Programs

To print MSDS Sheets from the sales order entry programs, the following set up must be performed.

APACHE Virtual Directory Setup in program MURM, Initialization Parameter Maintenance.

Label Printing for Receipts in program MURM, Initialization Parameter Maintenance.

MSDS_FILES_ROOT: The location on the server where the MSDS .pdf files can be found. Should always have a trailing \. For example: E:\NDS\MSDS\

PDF_PRINT_BATCH: The command for printing pdf files. For example, to use the Ghost PDF print program: “C:\Program Files\Ghostgum\gsview\gsprint”

This parameter is considered before the PDF_PRINT_COMMAND parameter.

PDF_PRINT_COMMAND: The command for printing .pdf files in client/server mode. For example: “C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe” /p /h

PDF_PRINT_WEB: the URL to reach the MSDS files on the server. For example http://www.nds-i.com/pdf/

OEPX_MSDS: ON, OFF, or HIDE. When set to YES, the MSDS Sheets flag will be set to on automatically. When set to OFF, the MSDS Sheets flag will be set to off automatically. When set to HIDE, the MSDS Sheets flag will not be displayed in the program.

 

ICMM, Inventory Master Maintenance:

The POS Description2 field is used for MSDS Sheet printing with program OESX, Shipping Director. In the POS Description 2 field, for items for which you are printing MSDS sheets, enter the exact filename for the MSDS sheet. The entry here will be attached to the end of the MSDS_FILES_ROOT value entered in program MURM, Initialization Parameter Maintenance. You can enter subdirectories here.

Printing MSDS Sheets:

For printing MSDS Sheets, the system will choose the printing program as follows:

The MSDS Print Command File

Example: All MSDS files are text files. The msds_print.cmd file would then contain:

PRINT /d:%2 %1

The PDF_PRINT_BATCH parameter would contain the following in program MURM, Initialization Parameter Maintenance where \\server\printer is the printer name.

msds_print.cmd %FILE% \\server\printer

Example: All of the MSDS files are postscript files (.ps) and the printer is capable of accepting postscript files. The msds_print.cmd file would contain:

COPY %1 %2

The PDF_PRINT_BATCH parameter would contain the following in program MURM, Initialization Parameter Maintenance where \\server\printer is the printer name.

msds_print.cmd %FILE% \\server\printer