Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing question: Portrait/Landscape

Status
Not open for further replies.

z96andh

Programmer
Oct 1, 2001
14
0
0
SE
Hi all!

Is it possible to make a report with page set up as landscape? Are there any printing problem with this?

Best Regards
/Anders H
 
Through menu File->Printer Setup choose landscape. No problems using this layout. Steve Phillips, Crystal Consultant
 
If you are using RDC you should be able to do this:

'Create a new report
Set crReport = crApplication.NewReport
With crReport
.PaperOrientation = crLandscape
End With
 
Okej!

Thank you very much!

Best regards
//Anders
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top