Report orientation problem

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

My reports sometimes change orientation (Landscape to Portrait) between one
runtime and the next. I can correct it through page setup and it is good
for the rest of that particular access but may or may not be ok tomorrow
when I view that report again.
Is there a fix? Can I put some code behind OnOpen to force it into the
correct orientation?
Help is appreciated.
Tom T
 
Thank you! I knew there had to be a bug. I'll update. I found a way
around the problem. In the OnOpen property I put Printer.orientation =
acPRORLandscape
Thanks again for the reply.
 
Back
Top