PROGRESS users

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

PROGRESS users

Topics for PROGRESS users.

 

The use of stream-io with DISPLAY or PAGE-HEADER with titles is needed for interpreting the PROGRESS title bar.

 

vpxPrint interprets succession of - characters as a separator between title lines and row content.

 

 

vpxPrint can be used with PROGRESS development system.

 

Demo projects are located in the installation folder.

You can run it with 32 or 64bit environments.

 

 

/* PROCEDURE printFile EXTERNAL "xPrint.dll" PERSISTENT : */

/*    DEF INPUT PARAMETER A AS CHAR. */

/*    END. */

 

{ xprint.i }

 

OUTPUT TO "C:/temp/hello.xpr" PAGED PAGE-SIZE 60.

         PUT UNFORMATTED "<PREVIEW>Hello world!".

OUTPUT TO TERMINAL.

 

RUN printFile( "C:/temp/hello.xpr" ).