Hi,
I wonder if anyone can help me, I have build an application that displays a crystal report. It can build the parameter lists and update formula's then will refresh the report.
All works perfectly, however I have a further need but cannot work out how to do what I need.
In the report there may be a formula field that is on each page, this field has a code per record, I have also thought of having a formula that concatenates this code and seperates each one.
I could place either on each page and hide it or on the report footer and hide it for the concatenated field.
What i need to do is either read the formula value per page (per recode) or the concatenated result after the report is built.
Is it possible to access the report data (without exporting) after the report is built?
Thanks in advance