run_product (Reports, '<report_name>', Synchronous, runtime, filesystem, ' ', null);
the above is the proper way to call the report...
now you can build a paramter list and pass it.
declare
p1 = PARAMLIST;
begin
p1 := GET_PARAMTER_LIST ('xxx');
if not id_null (p1) then
destroy_paramter_list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.