Hi,
I would like to open Report B from Report A using a Hyperlink with passing some parameters.
I'm using the following command in Crystal Reports:
"/OpenDocument/opendoc/openDocument.jsp" +
"?sIDType=CUID" +
"&iDocID=AcvcHqqE5UtLtNH1pqqsJsk" +
"&sType=rpt" +
"&sOutputFormat=H" +
"&lsS" + urlencode("Year",2) + "=" + urlencode("2004",2) +
"&sWindow=New" +
"&sRefresh=N"
Now, when I launch Report A from BO Enterprise and launch Report B by clicking the Hyperlink, the report will open but won't pass the parameters. The prompt-Window will pop up.
Please help me.
Thanks,
Karin