Html report using plsql [message #87906] |
Fri, 26 October 2001 04:56  |
warren
Messages: 4 Registered: October 2001
|
Junior Member |
|
|
HTML report using plsql embedded in html I have achieved this.
But now I want to supply parameter values to it with an initial parameter form like in oracle reports. Developing the form & text fields isn't prob it's how do I capture the values and send them back to the report as an argument ! e.g. In oracle reports when constructing the sql you would do something like this Select
emp_id
from
employee emp
where emp.emp_id = :emp_id;
This would create the parameter for you in the drop down list and supply the user input value to query at runtime. So same concept but in html.
----------------------------------------------------------------------
|
|
|
|