I'm converting a legacy app to Windows and part of the requirement is to print existing multi-part forms on a matrix printer. I'm using the Generic Text-only driver for both speed & compatibility.
The report designer needs a page layout and here's my problem: my forms are 4 inches by 10 3/8 inches (or 102mm by 265mm if you prefer) and there is no layout anywhere near. I thought I'd just assign standard fanfold and let it print, but when the print routine gets to (what it assumes is) the end of page, it skips a few lines (presumably skip over perforation). If I set the form to the nearest I can get (envelope size 10) it page ejects at the end of each form.
I've been experimenting -
SCAN NEXT 100
? <A Field>
ENDSCAN
again results in a page eject at just after the page length. I need to effectively print continuously and count lines for formatting OR find some way of entering a page length and width directly into the report.
Any ideas would be extremely welcome.
Thanks in advance
ChrisMc
The report designer needs a page layout and here's my problem: my forms are 4 inches by 10 3/8 inches (or 102mm by 265mm if you prefer) and there is no layout anywhere near. I thought I'd just assign standard fanfold and let it print, but when the print routine gets to (what it assumes is) the end of page, it skips a few lines (presumably skip over perforation). If I set the form to the nearest I can get (envelope size 10) it page ejects at the end of each form.
I've been experimenting -
SCAN NEXT 100
? <A Field>
ENDSCAN
again results in a page eject at just after the page length. I need to effectively print continuously and count lines for formatting OR find some way of entering a page length and width directly into the report.
Any ideas would be extremely welcome.
Thanks in advance
ChrisMc