Internal FastReport error
Wondering if I can get some help with an error that has been haunting my application. The error occurs for my end users and I can't seem to reproduce or track it down. The exception report I get displays the error inside of FastReports but I'm doing some pretty crazy 'ReportGetValue' lookups so I'm sure it's something I'm doing.
Can someone from FastReports give me a hint as to what is happening at line 1508 in frxPreviewPages.pas?
I'm assuming it's a lookup that doesn't exist. Is it in the ReportGetValue area or something else?
Thanks for any help!
Troy
Can someone from FastReports give me a hint as to what is happening at line 1508 in frxPreviewPages.pas?
List index out of bounds (5).
Exception stack
[004254D5]{ORGdesign.exe} Classes.TList.Get
[00601964]{ORGdesign.exe} frxPreviewPages.TfrxPreviewPages.DrawPage (Line 1508, "frxPreviewPages.pas" + 1)
I'm assuming it's a lookup that doesn't exist. Is it in the ReportGetValue area or something else?
Thanks for any help!
Troy
Comments
Thanks,
Troy
Thanks,
Troy
full code:
Thanks,
Troy