Dec 9, 2001 #1 z96andh Programmer Joined Oct 1, 2001 Messages 14 Location 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 Joined Nov 5, 2001 Messages 339 Location 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 Joined Aug 9, 2000 Messages 7 Location 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 Joined Oct 1, 2001 Messages 14 Location SE Okej! Thank you very much! Best regards //Anders Upvote 0 Downvote