List index out of bounds in Preview
Using RB1401 with Delphi 2007
Our application worked fine with RB1205
Now we've upgrade to 14 i'v got a problem when previewing a report
When i get to a pagenumber above the pageincrement setting of the ppPreview
object i get an List index out of bounds error in ppPageGrid line 514
There it attempts to acces FColumns[1] while FColumns is empty ......
am i doing something wrong here or is this a bug?
Our application worked fine with RB1205
Now we've upgrade to 14 i'v got a problem when previewing a report
When i get to a pagenumber above the pageincrement setting of the ppPreview
object i get an List index out of bounds error in ppPageGrid line 514
There it attempts to acces FColumns[1] while FColumns is empty ......
am i doing something wrong here or is this a bug?
This discussion has been closed.
Comments
This is a known issue. Send an email to support@digital-metaphors.com to
receive a patch.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thanks for the patches, solved my problem