I am having problems with the bottom portion of this formula that prints out the elements in the array. This array is suppose to sort the elements, but it does not appear it is doing that. When I print out element1, element2, etc, I do not see them in sorted order --any ideas...
On the above array sort, when I go to print out the elements in the array, they are not in order:
I am using the following code
whileprintingrecords;
stringvar array PopD;
stringvar element1;
element1:= popd[1];
element1;
any ideas?
I am getting the error "A Subscript must be between 1 and size of the array" when I execute this code in my crystal reports formul-- I am using Crystal 2008
stringvar array POPD;
PopD [1] := totext({POPULATION_DISPLAY.FULL_NAME_SORT});
PopD [2] := totext({POPULATION_DISPLAY.USER_NUMBER_SORT})...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.