RLIST errors (Arev32)
At 23 NOV 2011 07:53:29PM Terry Rainville wrote:
Doing RLIST commands in AREV32 is producing formatting that is different than AREV 3.12.
PDISK file
SELECT
LIST (EP)
PDISK PRN
AREV3.12 produces char(13)char(10)(char12)
AREV32 produces char(13)char(10)char(13)char(12)
Using col-hdr-supp and hdr-supp
AREV3.12 keeps char(13)char(10) at front of report this is the char/LF that would normally separate the headings from the report data
AREV 32 completely removes the char(13)char(10) at front of report
AREV3.12 produces char(13)char(10)(char12)char(13)char(10)
AREV32 produces NOTHING!!!!!! All of the page markers char(12) are missing.
At 07 DEC 2011 01:49AM Robert Heard wrote:
I determined that the printer 'rows' is taken from Utilities / Configure / Workstation / Printer / Definitions. Set values for Rows and Columns for this nominated printer. Must use this same printer name for … / Environment. You can temporarily change printer rows & columns using TCL command: SET-LPTR rows,cols. After you close the print file using PDISK PRN, it will revert to the default set for this printer.
I also noticed that it is printing 1 line LESS than the row size specified. And yes, I also see the extra before the for the formfeed. Peculiar. Didn't make any difference if I used option (EP or (P except that the latter started with . You can edit this file using EDIT DOS path\filename.
Basically, the number of rows for your current printer definition will determine when RList will produce a (formfeed).
Robert.