

Set_report_object_property(rep_id,REPORT_FILENAME,xpath) -Your reports file name with path goes here like you have xpath:=xpath||'PrintTran.rep' Set_report_object_property(rep_id,REPORT_DESFORMAT,'PDF') Set_report_object_property(rep_id,REPORT_DESTYPE,FILE) Set_report_object_property(rep_id,REPORT_COMM_MODE,SYNCHRONOUS) Set_report_object_property(rep_id,REPORT_EXECUTION_MODE,BATCH) Set_report_object_property(rep_id,REPORT_SERVER,v_report_server) V_servlet_url := 'sanjay:9002/reports/rwservlet' V_report_server := 'rep_wls_reports_sanjay' PARALIST := CREATE_PARAMETER_LIST('param_list_main') ĪDD_PARAMETER(PARALIST,'Month',TEXT_PARAMETER,:block3.month) ĪDD_PARAMETER(PARALIST,'Year',TEXT_PARAMETER,:block3.Year) PARALIST := Get_Parameter_List('param_list_main') In D2k 6i reports, all these parameters are been defined in report level itself ,ġ2c report its been defined but when we run from report builder there it shows the parameter screen but when we run from form its not visiable directly it takes to pdf. Report should select only those data which are matching with Month and Year Fields. I want to run the report based on Month and year. 1.7K Training / Learning / Certification.165.3K Java EE (Java Enterprise Edition).7.8K Oracle Database Express Edition (XE).3.7K Java and JavaScript in the Database.
