Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ZoomPercentage

edited November 2009 in General
After setting the Viewer.ZoomSetting to zsWholePage or zsPageWidth I am
trying to obtain the Viewer.ZoomPercentage. The value of
Viewer.ZoomPercentage appears to be unchanged from before setting the
Viewer.ZoomSetting. Any help is greatly appreciated!!

Sample code (runtime)
zp := ActiveViewer.ZoomPercentage; {zp = 60}
ActiveViewer.ZoomSetting := zsPageWidth;
zp := ActiveViewer.ZoomPercentage; {zp = 60}

The Viewer is Zooming correctly after the ZoomSetting statement, I just
can't access the correct Viewer.ZoomPercentage.

Thanks,
Casey

Comments

This discussion has been closed.