displaying field from subreport in main report? 
Author Message
 displaying field from subreport in main report?

Hi All,

I was wondering if it is possible to refer to a value / field in a
sub-report from the main report and how would I do this?

I want the value contained in the sub-report to be displayed in the main
report - is this possible?

Thanks for your help in advance,

Regards,

Peter



Fri, 13 Dec 2002 03:00:00 GMT  
 displaying field from subreport in main report?

In the subreport create a formula such as

Shared stringVar sRegistration := {p_CR_RPT_SearchCompanyDetails;1.RegistrationType};

Then in the main report  write another formula to display the value

Shared stringVar sRegistration;

Quote:

> Hi All,

> I was wondering if it is possible to refer to a value / field in a
> sub-report from the main report and how would I do this?

> I want the value contained in the sub-report to be displayed in the main
> report - is this possible?

> Thanks for your help in advance,

> Regards,

> Peter



Tue, 04 Mar 2003 09:19:39 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Displaying Subreport Totals Fields in Main Report

2. filtering subreports based on main report fields

3. Accessing Subreport field from main report in Crystal

4. Make Link subreport with main report using fields (using API)

5. Pass value field subreport to main report

6. Referencing Fields in main report to subreport

7. Accessing fields in subreports from Main report

8. main report with subreport in columns

9. Summaries of SubReports in the main report

10. Get subreport's summary from main report

11. add subreport(s) to main report

12. Subreport does not show when main report is blank

 

 
Powered by phpBB® Forum Software