Hello everybody,
I've been trying to find a quick remedy to my problem with no success.
I'm using VB6EE and RDC8 and have imported client's stand alone report into the app. The report runs fine although it's quite a hog. There are 4 subreports and the main report and there are some shared variables set up.
I need to be able to pick up field values (Crystal Report's FieldObject) from the report (at runtime) and export it to custom Excel Worksheet. I managed to pick up all the fields from the main report, including detail section fields using main report's SectionX_Format event (x = section number).
When I use the same approach for any of the subreports I am able to access the FieldObject in question but it ALWAYS returns "empty" value.
Is it possible to retrieve field (or for that matter text or any other) values from RDC8 subreports as they are being processed (formatted).
Thanks in advance,
Ned
I've been trying to find a quick remedy to my problem with no success.
I'm using VB6EE and RDC8 and have imported client's stand alone report into the app. The report runs fine although it's quite a hog. There are 4 subreports and the main report and there are some shared variables set up.
I need to be able to pick up field values (Crystal Report's FieldObject) from the report (at runtime) and export it to custom Excel Worksheet. I managed to pick up all the fields from the main report, including detail section fields using main report's SectionX_Format event (x = section number).
When I use the same approach for any of the subreports I am able to access the FieldObject in question but it ALWAYS returns "empty" value.
Is it possible to retrieve field (or for that matter text or any other) values from RDC8 subreports as they are being processed (formatted).
Thanks in advance,
Ned