|
|
|
|
Re: Character mode Reports in Oracle Reports 10g [message #360212 is a reply to message #360191] |
Thu, 20 November 2008 01:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
manojbawage@gmail.com
Messages: 18 Registered: October 2008 Location: Mumbai
|
Junior Member |
![manojbawage@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
i am calling the report from form:
The code isweb.show_document('/reports/rwservlet?report='||mn||'
&userid='||'bar08'||'/'||'bar08'||'@'||'san48'||'
&desformat=pdf&destype=cache&mode=character
&P_BRANCH='||:PUR_HDR.BR_CODE||'
&PCOMP_CODE='||:PUR_HDR.COMP_CODE||'
&P_VNO='||:PUR_HDR.V_NO||'
&SHOW_DIFF_COMPARE_IN_GRN='||:SHOW_DIFF_IN_REPORT||'
&P_CAT_CODE='||:PUR_HDR.AC_CAT_CODE||'
&show_prod_cat_summary='||'Y'||'
&P_SHOW_ACT='||margin_markup||'
&server='||'rep_hpsrv13_OraBI'||'
¶mform=no','_blank');
END; when i run the report i got the error
REP-1920: Character mode runtime incompatible with
DESFORMAT of PDF, HTML, HTMLCSS, SPREADSHEET or RTF.
I want to know that is there any way to call the character mode reports and view the output.
Thank U
Manoj [EDITED by DJM: added code tags and removed superfluous blank lines]
[Updated on: Sun, 23 November 2008 23:49] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|