Hello,
I have a vb6.0 application that I'm working on. For the report (Crystal 8) I used RDC - I realize that to select landscape in a standalone crystal report that I would just select file - printer setup to get it to print landscape. How is it done going the route I went this time (RDC)? I thought that I could code it in the report form for the click event for the printer but I'm not that familiar with the CRViewer control - how do I get it to print landscape?
This is the code but I'm just not sure where to place it...?
rptPhone.PaperOrientation = crLandscape
Thanks in advance for ant direction you can give me.
Corinne
I have a vb6.0 application that I'm working on. For the report (Crystal 8) I used RDC - I realize that to select landscape in a standalone crystal report that I would just select file - printer setup to get it to print landscape. How is it done going the route I went this time (RDC)? I thought that I could code it in the report form for the click event for the printer but I'm not that familiar with the CRViewer control - how do I get it to print landscape?
This is the code but I'm just not sure where to place it...?
rptPhone.PaperOrientation = crLandscape
Thanks in advance for ant direction you can give me.
Corinne