Subject Printing problem
From Charlie <tm@tc.com>
Date Thu, 16 Jul 2020 11:03:45 -0400
Newsgroups dbase.getting-started

I have been using this code with an hp printer for years wiyj no problem

form.oRep = new invoicereport()
                   form.oRep.streamsource1.rowset.filter = [inv_no =]+tsalesinv
         form.oRep.output:= 1 // Printer
         if form.oRep.printer.chooseprinter()
                           form.oRep.render()
                        endif

Just bought a brother multi purpose printer and it is printing an extra blank page every time we print.  if you print 2 pages you get 2 blank pages afterward.  

This happens only with a dbase application.  Otherwise the brother printer seems to function fine.

Does anyone have an explanation and/or fix to this problem?

Thanks much!