Home General

List Index Out of Bounds (ppPageGrid.ScaledRowTop)

edited February 2012 in General
Hi,

With Reportbuilder 14.03 (After upgrading from 14.01) I am now receiving
an error occasionally when viewing previews.

The error is located in ppPageGrid's ScaledRowTop when executing this line:

Result := Trunc(FRows[liRowNo].Top * Scale) + FScreenMargin.Top;

The error message is List index out of bounds (0).

FRows.count is 0 however liRowNo is 1, hence the issue being caused.

This has only started to occur since the update to 14.03

I have tried turning SinglePageOnly to TRUE but this has not fixed the
error.

Thanks & Regards

Adam.

Comments

  • edited February 2012
    This is not the only place this error occurs. It will also occur in the
    ScaledColumnLeft procedure too if the same situation occurs.
  • edited February 2012
    This is a known issue and a patch is available to fix it. Send an email
    to support@digital-metaphors.com requesting the patch.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.