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

Access Violation with RB7

edited September 2002 in General
I installed RB7 earlier this week and changed my app's reports to take
advantage of the new "zoom" support.

Changes were as follows:
PreviewFormSettings.ZoomSetting was set to zzPercentage in the TppReport
component.
Code in the PreviewFormCreate event:
begin
ppReport.PreviewFormSettings.WindowState := wsMaximized;
ppReport.PreviewFormSettings.ZoomPercentage := FZoomPercentage;
end;

The new RB7 version of the app was installed in two offices and both have
since been experiencing access violation errors periodically. The
violations are not occuring consistently in any one report and when a report
bombs, it may work fine the next time it's run.

Any suggestions where to start looking?

Thanks,

Don Timmins

Comments

  • edited September 2002
    If you take out the preview form changes do you still receive the errors?

    We really need to be able to reproduce the problem consistently in order to
    debug the code. If you do construct a reproducable case, please send it to
    us at support@digital-metaphors.com and we'll research the problem.

    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.