Dec 9, 2001 #1 z96andh Programmer Oct 1, 2001 14 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
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
Dec 10, 2001 #2 SmpTraining MIS Nov 5, 2001 339 GB Through menu File->Printer Setup choose landscape. No problems using this layout. Steve Phillips, Crystal Consultant Upvote 0 Downvote
Through menu File->Printer Setup choose landscape. No problems using this layout. Steve Phillips, Crystal Consultant
Dec 10, 2001 #3 Lorraine Programmer Aug 9, 2000 7 US 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 Upvote 0 Downvote
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
Dec 10, 2001 Thread starter #4 z96andh Programmer Oct 1, 2001 14 SE Okej! Thank you very much! Best regards //Anders Upvote 0 Downvote