<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
I'm Looking for some help while printing in Anzio
16</FONT></DIV>
<DIV><FONT face=Arial size=2>
My processing looks like this. AND when Anzio is set to pdf
this works fine</FONT></DIV>
<DIV><FONT face=Arial size=2>
but when set to go to printer I get one blank page when the
processing get to PRINTER Local</FONT></DIV>
<DIV><FONT face=Arial size=2>
If I comment this out I get no reports to print. Also when I
print more then one page the top and bottom margins</FONT></DIV>
<DIV><FONT face=Arial size=2>
are different.</FONT></DIV>
<DIV><FONT face=Arial size=2>
Thanks Dennis Diller</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
IF: </FONT></DIV>
<DIV><FONT face=Arial size=2>
Then: PRINTER local</FONT></DIV>
<DIV><FONT face=Arial size=2>
If : </FONT></DIV>
<DIV><FONT face=Arial size=2>
Then: Gosub
GETDATA 'Sub routine
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
Then Form "Invoice"; printer
reset</FONT></DIV>
<DIV><FONT face=Arial size=2>
If:</FONT></DIV>
<DIV><FONT face=Arial size=2>
Then: Return</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>getdata* Then :
C="1"</FONT></DIV>
<DIV><FONT face=Arial
size=2> Then
: Lookup invoice file</FONT></DIV>
<DIV><FONT face=Arial size=2> loop
If: c gt
"26"</FONT></DIV>
<DIV><FONT face=Arial size=2>
Then: Gogub
nxtpg </FONT></DIV>
<DIV><FONT face=Arial
size=2>
If :
Not Invoice</FONT></DIV>
<DIV><FONT face=Arial
size=2> Then:
Return</FONT></DIV>
<DIV><FONT face=Arial
size=2> </FONT><FONT
face=Arial size=2> If:
Invoice</FONT></DIV>
<DIV><FONT face=Arial
size=2>
Then: aa=INVOICE(1) &
iNVOICE (2); c=c="1"</FONT></DIV>
<DIV><FONT face=Arial size=2>
If:</FONT></DIV>
<DIV><FONT face=Arial
size=2>
Then: getnext invoice; goto
loop</FONT></DIV>
<DIV><FONT face=Arial size=2>NXTpg*
If</FONT></DIV>
<DIV><FONT face=Arial
size=2> Then:
Fornm "invoice"; aa=""; c="1";
Return </FONT> </DIV></BODY></HTML>