AREV 3.12 - osbwrite printer codes (AREV Specific)
At 02 JUL 2003 10:02:29AM Tyler Bowley wrote:
I'm trying to write printer codes into a report so that it will print landscape and compressed. I have the codes, but am having difficulty getting them written to the report file. How do I osbwrite the ESC (ascii 27) char? All of the other codes look pretty straightforward.
Thank you.
Tyler Bowley
At 02 JUL 2003 11:16AM Richard Wilson wrote:
do you mean
OSBWRITE CHAR(27):'ABCD' etc
At 02 JUL 2003 11:18AM [url=http://www.sprezzatura.com" onMouseOver=window.status= Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Osbwrite Char(27) On fileVar At Offset
World Leaders in all things RevSoft
At 02 JUL 2003 01:00PM Richard Hunt wrote:
Tyler,
Along with the Sprezzatura and Richard Wilson replies…
You might consider putting these printer control codes in the heading of the report. That way each page gets the control codes. You might just find this to be a handy method.
At 02 JUL 2003 03:31PM Jocelyn Amon wrote:
I have developed software that will control the print format for any Arev Report. ie. PORTRAIT, LANDSCAPE, Compressed LANDSCAPE, Compressed PORTRAIT etc. Please let me know if you would like a free copy - this is the full version with source code.
Jocely Amon
Financial Solutions Limited
finsol@ts.co.nz
At 02 JUL 2003 04:23PM Tyler Bowley wrote:
Thanks for all of the help. The report is now printing landscape and compressed.
Tyler Bowley