Im using crystal reports 8.5 . In the Detail section of the report im creating a string, which i concatenate with each record
eg
SHARED STRINGVAR NAMES;
NAMES := NAMES + {TABLE.NAME} + ", ";
Then i print the values in the report footer. The problem i run into is when the length of the string >...
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.