-
Crystal XI Zoom
Hi all.
I am using Crystal XI with VB6, and I am trying to change the default size of the report from 100 to 80%. I have tried putting:
CRViewer1.Zoom (80)
Before sending the parameters, after, everywhere... but it's not working. Any clue what I am doing wrong?
Thanks
-
Re: Crystal XI Zoom
Does it do anything at all when you run it?
-
Re: Crystal XI Zoom
Yes, I am getting the report with all the information on it, just the size is 100% instead of 80% like I want it to be...
-
Re: Crystal XI Zoom
In Crystal Report 9 the correct code is like this!!
CRViewer91.Zoom 82
-
Re: Crystal XI Zoom
I tried it without the parenthesis and it still didn't work. :mad: Thanks though.
-
Re: Crystal XI Zoom
In Crystal Report 9 this Line has to be after the report is called.
CRViewer91.ViewReport
CRViewer91.zoom 82