REP-52007: Parameter form format error. [message #299418] |
Mon, 11 February 2008 23:56 |
myclassic
Messages: 136 Registered: December 2006 Location: Pakistan
|
Senior Member |
|
|
Sir / Madam
I have converted a report from 6i to 10g.
now i want to call this report from 10g Form.
but it is generating error(REP-52007: Parameter form format error.)
seperatly this report runs fine.(paper layout)
what could be the problem.
form and report are attached.
regards.
|
|
|
Re: REP-52007: Parameter form format error. [message #299456 is a reply to message #299418] |
Tue, 12 February 2008 02:11 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
How does the statement look like? Are you using PARAMFORM=YES? If so, try to set it to NO.
Oracle support | You can not have paramform=yes when calling a report from form on web.When using RUN_REPORT_OBJECT, the report is run on the Reports Server, not directly over the web. The Reports Server is on the middle tier, and it cannot retrieve the same information as if the report was running using a URL.The Reports Server does not know about the web access path to the machine hosting the Reports Server. Please be aware, this is not a bug with Oracle Forms and Reports, but a consequence of how the web operates.
|
[EDIT] I can not download attachments so I can not check it myself.
[Updated on: Tue, 12 February 2008 02:12] Report message to a moderator
|
|
|