Minor annoyance with Previewer
The CalculatedZoomPercentage seems to return values that are quite a
bit off when .ZoomSetting is either zsPageWidth or zsWholePage. This
became very noticable when I created a customized previewer. Try
this:
Change the report to zsPageWidth. Look at the percentage value that
is displayed in the MaskEdit field. Now type that exact percentage in
the MaskEdit field. The preview changes! The zoom percentage is the
same but when ZoomSetting is zsPercentage then you forget to consider
the scrollbar.
Now, change to zsWholePage and enter the exact value that is in the
MaskEdit. Once again the preview is different even though the
zoompercent is the same. In this case, you forgot to allow deadspace
at the bottom of the form.
Is this all WAD?
- Bill
bit off when .ZoomSetting is either zsPageWidth or zsWholePage. This
became very noticable when I created a customized previewer. Try
this:
Change the report to zsPageWidth. Look at the percentage value that
is displayed in the MaskEdit field. Now type that exact percentage in
the MaskEdit field. The preview changes! The zoom percentage is the
same but when ZoomSetting is zsPercentage then you forget to consider
the scrollbar.
Now, change to zsWholePage and enter the exact value that is in the
MaskEdit. Once again the preview is different even though the
zoompercent is the same. In this case, you forgot to allow deadspace
at the bottom of the form.
Is this all WAD?
- Bill
This discussion has been closed.
Comments
I was able to recreate this issue. I will research it further and get back
to you as soon as possible. Thanks.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
of the issues has to do with the dead area. Some code is using
EightInch and other code uses QuarterInch. Other places use
(deadarea * 2) while others use just deadarea.
I worked out 99.9% of the problems with some code changes if you are
interested.
- Bill
On Tue, 7 Oct 2003 10:54:11 -0600, "Nico Cizik \(Digital Metaphors\)"
Thanks for the information. Please send the code changes to
support@digital-metaphors.com and I'll make the changes.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
- Bill
On Tue, 7 Oct 2003 11:32:00 -0600, "Nico Cizik \(Digital Metaphors\)"