Passing Parameter [message #311551] |
Fri, 04 April 2008 14:47 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
HiAll
I have a URL on the first field of my report, how do i pass parameters to that URL, pls any advice is appreciated
Thanks
|
|
|
|
|
|
Re: Passing Parameter [message #311944 is a reply to message #311771] |
Mon, 07 April 2008 08:25 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Littlefoot wrote on Sun, 06 April 2008 13:33 | Something like this SQL*Plus example:SQL> select 'http://mymachine.com:7777/forms90/f90servlet' ||
2 '¶m' result
3* from dual
SQL> /
Enter value for param: ?config=my_application
RESULT
------------------------------------------------------------------
http://mymachine.com:7777/forms90/f90servlet?config=my_application
SQL>
|
I think you didnt get my point, i attached the URL as a link in one of the fields in the discoverer plus, this field is named as id and each row is unique, so when you click on the link it should take you to a pdf page in another applicxation having this number, so what else should i add in to the link?
Thanks
|
|
|
|
|
|