I'm using CR Version 8.
I followed this bulletin and successfully executed the program to group items in the same order as the parameter values entered.
However, upon refreshing the data, I received the error message:
"A subscript must be between 1 and the size of the array"
The following basic syntax formula, extracted from the bulletdin was used:
dim i as number
do
i= i+1
loop until {JrnlRow.Journal} = {?SelectGroupValues}(i)
formula = i
Does anyone have any suggestions.
I followed this bulletin and successfully executed the program to group items in the same order as the parameter values entered.
However, upon refreshing the data, I received the error message:
"A subscript must be between 1 and the size of the array"
The following basic syntax formula, extracted from the bulletdin was used:
dim i as number
do
i= i+1
loop until {JrnlRow.Journal} = {?SelectGroupValues}(i)
formula = i
Does anyone have any suggestions.