Hey. I am not into oracle development tools such forms or reports, just administration.
how do I call a Report in Forms6i using a menu?
Thanks for who helps.
F.
Printable View
Hey. I am not into oracle development tools such forms or reports, just administration.
how do I call a Report in Forms6i using a menu?
Thanks for who helps.
F.
In menu pl/sql code u have to execute command:
run_product(reports, {report_file_name}, SYNCHRONOUS, RUNTIME, FILESYSTEM,{name_of_parameter_list},NULL);
example:
Run_Product(REPORTS, 'ur_rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, parms, NULL);