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

Minor annoyance with Previewer

edited October 2003 in General
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

Comments

  • edited October 2003
    Hi Bill,

    I was able to recreate this issue. I will research it further and get back
    to you as soon as possible. Thanks.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2003
    I have played with the code and found that the biggest reason for most
    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\)"
  • edited October 2003
    Hi Bill,

    Thanks for the information. Please send the code changes to
    support@digital-metaphors.com and I'll make the changes.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2003
    Sent

    - Bill

    On Tue, 7 Oct 2003 11:32:00 -0600, "Nico Cizik \(Digital Metaphors\)"
This discussion has been closed.