Alexengland1
IS-IT--Management
This happens on every printer we have in the building. Any program you print from that accesses the printer settings program, spits out a blank page first, then the document. I am kind of an amature programmer and I'm at a loss to what might be causing the problem. Even just the following If/endif statement will cause the extra page.
if upper(orient) = "P"
??? chr(27)+"&l0O"
else
??? chr(27)+"&l1O"
endif
Any help would be greatly appreciated.
if upper(orient) = "P"
??? chr(27)+"&l0O"
else
??? chr(27)+"&l1O"
endif
Any help would be greatly appreciated.