
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