call_form('xxxx', no_hide, do_replace);

new_form('xxxx');

run_product (REPORTS, 'customer', ASYNCHRONOUS,
RUNTIME, FILESYSTEM, NULL, NULL);

declare
   host_string varchar2(80);
BEGIN
   host_string := 'Y:\ORAWIN\bin\r20run.exe userid=scott/tiger module=c:\dev2000\reports\customer.rdf destype=preview';
   host (host_string);
END;