Hi

I have a html page use web application server as tool, this page link to report, I want to pass the parameter to report
paramform.

This is my PL/SQL
procedure eqp_form(ceqp in out ms_eqp_master.eqp_code%type) is
.......
htp.tableData(htf.anchor(report.print('msr_eqp_group'),' color=ffffff>Eqp Group
Report
',cAttributes=>'target=target_blank'));
.......

How can I do to pass 'ceqp' into report parameter form, before running report?

Any body can help me? I will very appraciate.

Ching