We are currently upgrading our application from CF4.5, CR 8.5& Oracle 9.2 running on a Windows 2000 server to CF8, CR10& Oracle 10G running on a Windows 2003 server.
I have managed to get one of our simple (no subreports) CR reports to be produced with the CFREPORT tag in the new configuration. However, when I tried our main report using the tag, all I get is a big blank screen.
Imma betting that the issue has something to do with all the subreports within the main report. We currently produce this main report using the 'unmanaged URL reporting' method. Below is the code used.
<a href="crdf_test.rpt?prompt0=ALH&prompt1=5&prompt2=8&
user0=frsrpts&
user0@sect2.rpt=frsrpts&
user0@Section2_CrossTab_Sum.rpt=frsrpts&
user0@section3.rpt=frsrpts&
user0@section6_total.rpt=frsrpts&
user0@section4.rpt=frsrpts&
user0@section7_total.rpt=frsrpts&
user0@section5.rpt=frsrpts&
user0@fg_total.rpt=frsrpts&
user0@lewd_2nd.rpt=frsrpts&
user0@filing_fees_total.rpt=frsrpts&
user0@Line45s0=frsrpts&
user0@section6.rpt=frsrpts&
user0@section6_page2a.rpt=frsrpts&
user0@section7.rpt=frsrpts&
user0@section2_crosstab.rpt=frsrpts&
user0@RevisionDate.rpt=frsrpts&
password0=frsrpts&
password0@sect2.rpt=frsrpts&
password0@Section2_CrossTab_Sum.rpt=frsrpts&
password0@section3.rpt=frsrpts&
password0@section6_total.rpt=frsrpts&
password0@section4.rpt=frsrpts&
password0@section7_total.rpt=frsrpts&
password0@section5.rpt=frsrpts&
password0@fg_total.rpt=frsrpts&
password0@lewd_2nd.rpt=frsrpts&
password0@filing_fees_total.rpt=frsrpts&
password0@Line45s0=frsrpts&
password0@section6.rpt=frsrpts&
password0@section6_page2a.rpt=frsrpts&
password0@section7.rpt=frsrpts&
password0@section2_crosstab.rpt=frsrpts&
password0@RevisionDate.rpt=frsrpts">***** CRDF TEST *****</a>
Here is the code I used to produce the report using the CFREPORT tag:
<cfreport report = "crdf_test.rpt" username="frsrpts" password="frsrpts">
{TRUST_FUND_RECON.JUDICIAL_ID} = 'ALH' and
{TRUST_FUND_RECON.REC_MONTH} = 5 and
{TRUST_FUND_RECON.FISCAL_YEAR} = 7
</cfreport>
I have tried looking for some documentation on this to no avail. I find info on how to pass formula info, but not for subreports. Can if be done?
Any help would be greatly appreciated.
Many thanks in advance and with much regard,
:)mary
I have managed to get one of our simple (no subreports) CR reports to be produced with the CFREPORT tag in the new configuration. However, when I tried our main report using the tag, all I get is a big blank screen.
Imma betting that the issue has something to do with all the subreports within the main report. We currently produce this main report using the 'unmanaged URL reporting' method. Below is the code used.
<a href="crdf_test.rpt?prompt0=ALH&prompt1=5&prompt2=8&
user0=frsrpts&
user0@sect2.rpt=frsrpts&
user0@Section2_CrossTab_Sum.rpt=frsrpts&
user0@section3.rpt=frsrpts&
user0@section6_total.rpt=frsrpts&
user0@section4.rpt=frsrpts&
user0@section7_total.rpt=frsrpts&
user0@section5.rpt=frsrpts&
user0@fg_total.rpt=frsrpts&
user0@lewd_2nd.rpt=frsrpts&
user0@filing_fees_total.rpt=frsrpts&
user0@Line45s0=frsrpts&
user0@section6.rpt=frsrpts&
user0@section6_page2a.rpt=frsrpts&
user0@section7.rpt=frsrpts&
user0@section2_crosstab.rpt=frsrpts&
user0@RevisionDate.rpt=frsrpts&
password0=frsrpts&
password0@sect2.rpt=frsrpts&
password0@Section2_CrossTab_Sum.rpt=frsrpts&
password0@section3.rpt=frsrpts&
password0@section6_total.rpt=frsrpts&
password0@section4.rpt=frsrpts&
password0@section7_total.rpt=frsrpts&
password0@section5.rpt=frsrpts&
password0@fg_total.rpt=frsrpts&
password0@lewd_2nd.rpt=frsrpts&
password0@filing_fees_total.rpt=frsrpts&
password0@Line45s0=frsrpts&
password0@section6.rpt=frsrpts&
password0@section6_page2a.rpt=frsrpts&
password0@section7.rpt=frsrpts&
password0@section2_crosstab.rpt=frsrpts&
password0@RevisionDate.rpt=frsrpts">***** CRDF TEST *****</a>
Here is the code I used to produce the report using the CFREPORT tag:
<cfreport report = "crdf_test.rpt" username="frsrpts" password="frsrpts">
{TRUST_FUND_RECON.JUDICIAL_ID} = 'ALH' and
{TRUST_FUND_RECON.REC_MONTH} = 5 and
{TRUST_FUND_RECON.FISCAL_YEAR} = 7
</cfreport>
I have tried looking for some documentation on this to no avail. I find info on how to pass formula info, but not for subreports. Can if be done?
Any help would be greatly appreciated.
Many thanks in advance and with much regard,
:)mary