PAGEBREAK overwrite (OpenInsight 32-bit Specific)
At 21 DEC 2007 11:49:29AM Richard Todd wrote:
I can't seem to get it not to overwrite. What am I missing? Thanks
DECLARE FUNCTION SET_PRINTER
$INSERT OIPRINT_EQUATES
X=SET_PRINTER("INIT")
X=SET_PRINTER("TEXTXY","Page 1",0:@FM:0,0)
X=SET_PRINTER("PAGEBREAK")
X=SET_PRINTER("TEXTXY","Page 2",0:@FM:0,0)
X=SET_PRINTER("TERM")
At 21 DEC 2007 03:17PM Warren Auyong wrote:
I don't have the documentation handy but as I recall there is an option/flag to print on every page. Turn that off and it should work as you want.
At 21 DEC 2007 03:29PM Richard S Todd wrote:
Thanks, I was forgetting the font option.