You need to use a variable to "accumulate" the string.
In the group header:
---------------------------------
whileprintingrecords;
Global Stringvar gs_result := "";
---------------------------------
In the detail section:
---------------------------------
whileprintingrecords;
Global Stringvar gs_result ;
gs_result := gs_result + " " + {your_string_field};
---------------------------------
In the group footer:
---------------------------------
whileprintingrecords;
Global Stringvar gs_result ;
---------------------------------
Cheers,
- Ido
CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.