Sunday, October 6, 2019

How to Run oracle report in oracle apex

javascript:var x=window.open('http://172.16.1.93:9002/reports/rwservlet?userid=ipihr/i@ipihr&desformat=PDF&p_unit='+  document.getElementById('P36_UNIT').value +'&p_INTERVIEW_DATE='+  document.getElementById('P36_INTERVIEW_DATE').value +'&p_DEPARTMENT='+  document.getElementById('P36_DEPARTMENT').value +'&p_DESIGNATION='+  document.getElementById('P36_DESIGNATION').value +  '&destype=cache&report=e:/global/Stepshr/hr/report/interview_list','_blank');


javascript:var x=window.open('http://172.16.1.93:9002/reports/rwservlet?userid=ipihr/i@ipihr&desformat=spreadsheet&P_MODULE_ID='+ document.getElementById('P1_MODULE_ID').value 
 +

 '&destype=cache&report=E:/IT_FORMS/IT _Module_wise_feedback_list_1.jsp','_blank');


javascript:var x=window.open('http://172.16.1.93:9002/reports/rwservlet?userid=ipihr/i@ipihr&desformat=PDF&P_SLNO=#SLNO#'  +''+  '&destype=cache&report=e:/jayson/hr/reports/az_old_interview_inv.jsp','_blank');

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...