Post Author: elkie
CA Forum: General
hey all, working on a crystal xi report 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