jjones91945
Programmer
I wrote most of this code for my business over 10 years ago. Most of it in Ver1 and Windows 3.1. I'm using Paradox 8 now and when I upgraded to XP I am unable to print out my reports in landscape. We have been working around it by simply setting up the printer in it's own options box whenever we first open Paradox. Now for some reason that isn't working either. Can anyone here help with this?
Here is what I'm currently using for printer commands
rptinfo.orient =PrintLandscape
rptinfo.ncopies = 1
rptinfo.makeCopies =false
rptinfo.restartoptions = printlock
rpt.open("rorderi4.rsl"
rpt.hide()
rpt.print(rptinfo)
rpt.close()
Here is what I'm currently using for printer commands
rptinfo.orient =PrintLandscape
rptinfo.ncopies = 1
rptinfo.makeCopies =false
rptinfo.restartoptions = printlock
rpt.open("rorderi4.rsl"
rpt.hide()
rpt.print(rptinfo)
rpt.close()