|
-
Aug 31st, 2007, 10:53 AM
#1
Thread Starter
Junior Member
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
-
Aug 31st, 2007, 01:25 PM
#2
Re: Crystal XI Zoom
Does it do anything at all when you run it?
-
Aug 31st, 2007, 01:32 PM
#3
Thread Starter
Junior Member
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...
-
Sep 4th, 2007, 05:16 AM
#4
Lively Member
Re: Crystal XI Zoom
In Crystal Report 9 the correct code is like this!!
CRViewer91.Zoom 82
-
Sep 4th, 2007, 08:01 AM
#5
Thread Starter
Junior Member
Re: Crystal XI Zoom
I tried it without the parenthesis and it still didn't work. Thanks though.
-
Sep 4th, 2007, 10:33 AM
#6
Lively Member
Re: Crystal XI Zoom
In Crystal Report 9 this Line has to be after the report is called.
CRViewer91.ViewReport
CRViewer91.zoom 82
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|