hey all, working on a crystal xi report from a 3rd party vendor and i'm getting this error message. I've search around and couldn't find anything that will help.
error is : A subscript must be between 1 and the size of the array.
formal is
WhilePrintingRecords;
Global NumberVar Array MonDeptHours;
MonDeptHours[5]
Error is on the MonDeptHours[5]
Any suggestions? Thanks