Call V6 (AREV Specific)
At 04 JAN 1998 01:02:36AM Jannine wrote:
I am in the process of convert from ARev1 to ARev3.
In ARev1, I wanted to suppress the page throw at the
start:
@sentence=.(PE)'call V6It was alos handy to switch the printer off logically
when someone aborted the program before the PRINTER OFF
commend was executed.
This worked fine under ARev 1.
Under ARev3 I get:
The following options are now implied:("") or ("PE")This can come up on every line of the report.
Is there any way to stop it.
The code is in dozens of programs so I reluctant to
change the code in each program.
Any suggestions on how to correct this in ARev3?
+++++++++++++++++++++++++++++++++++++++++++++++++++
At 04 JAN 1998 05:50AM Andrew P McAuley wrote:
see when the message comes up there is a V6.1 in the top corner? Well at TCL
EDIT SYSMESSAGES V6.1and make the A on the first line (pause for response) an N (do nothing).
the message will now never display.
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 05 JAN 1998 02:47AM Jannine wrote:
Thanks,
It worked fine. Saved a lot of aggro!