Fred
Thanks for the response, but I am not sure my problem is really solved.
In VB6
Project --> Add Crystal Reports 7
A Design Wizard starts which enables a report to be defined and various
fancy bits of layout. The page size seems to default to A4 portrait and one
can only design within this framework. I cannot see at this stage how to
change the size or orientation.
David F
Quote:
> dim report as new crxdrt.report
> report.paperSize = <any of the predefined Crystal Enums for paperSize>
> report.paperOrientation = <any of the predefined Crystal Enums for paper
> orientation>
> Hope this helps
> >Crystal Reports 7 - VB6
> >I can find no way in the ActiveX Report Designer of setting the page size
> or
> >orientation (portrait/landscape).
> >Can someone please help?
> >David F