Link to home
Start Free TrialLog in
Avatar of daniellyh
daniellyh

asked on

open crystal report in 100% magnification

hi,
i got a vb program that call some crystal reports. but i wonder why every report display 69% magnification?i need to manually adjust it to 100%?any way to make it display at 100% at default?i can't find it.

thx n rds,
daniel
Avatar of tounghuat
tounghuat

Hi,
if u are using crystal report viewer to preview the report, mayb can try this code:     CRViewer.zoom = 100
Hi,
  Also try this method.
  In Report Designer, go to file, options, Layout. Set the Preview pages option to Full Size (100%). yours must be set to 'Fit Width'. thats why its trying to fit the width and reducing to 69%.

Syed
Avatar of daniellyh

ASKER

hi,
i will try. thx for ur ans.

will feed back tomorrow..

daniel
hi guys,
i've try to do the report setting at file->option->layout but the result is still the same.

i m using crystal reports 8.5, in vb i include component crystal report control (crystl32.ocx) so i can't found option to set .zoom = 100.

pls provide more help. thx.

daniel
hi,
u need to have a crystal report viewer control in your form to enable you to hardcode the option of .zoom = 100
".zoom" is one of the crystal report viewer control properties, not crystal report control properties.
Not yet tested using version 8.5, but i could set the option .zoom = 100 in version 8.0 and 9.0. of the crystal report.

huat
hi,
ic. then any way to see in 100% using crystal report control?

daniel
hi, dun know whether this would help or not.

www.avdf.com/jan98/art_vb003.html

wat it does is try to make the preview is in a new form and set the forms' property windowstate to maximized.

huat....
hi,
will try it n see whther is suitable for me...

daniel
hi huat,
it seems not wat i m looking for. anyway thx for ur effort.

actually my requirement seems very easy. but is it really so difficult to do it?

daniel
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi mlmcc,
ur way work well n simple. thx!
u still got 1 question with me at

https://www.experts-exchange.com/questions/20835775/find-miss-out-days-in-given-range.html

remember?thx....

n for everyone thx for ur effort too..
daniel
Glad I could help

mlmcc
hi mlmcc,
i got a problem again. i just realise ur method doesn't work for every report, even i put that command some report still not displaying in 100%, but some of them does. why?anything else i need to beside that command?

daniel
I can't think of anything off the top of my head.

Are you calling all the reports in the same way?

Is the ZOOM enabled on all reports?

There is an option in the report for how big to open it.
Open Crystal (no report)
Click FILE --> OPTIONS
In CR7 one of the frames on the top tab is PREVIEW PAGES
Click OPEN FULL SIZE

Close Crystal

You may have to adjust some of the reports
Open each report
Click FILE --> REPORT OPTIONS
In CR7 one of the options is PREVIEW PAGES START WITH
Select FULL SIZE

mlmcc
hi,
i will try above said method n respond to u in this few days.

daniel
hi mlmcc,
ur method worked. now i can display all reports in 100% magnification. thx a lot for it.

btw, i just post 1 new q for crystal report. pls hav a look when u r free.
https://www.experts-exchange.com/questions/20948007/filter-export-options.html

rgds,
daniel