Consultor Eletrônico



Kbase P71515: Is it possible to print a Binary file from Progress
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/03/2004
Status: Unverified

GOAL:

Is it possible to print a Binary file from Progress

FIX:

It is not making a lot of sense to print a binary file from the 4GL, since a simple Print from the Operating system is able to print it.

DOS
OS-COMMAND PRINT FILE.BIN
OS-COMMAND COPY FILE.BIN > LPT1

UNIX
OS-COMMAND CAT FILE.BIN > LPTR
OS-COMMAND LP -d DeiveName FILE.BIN