بتاريخ: 9 أكتوبر 200520 سنة comment_49105 alsalam 3alykomi have the problem with the Report 6i , the problem is when i call any report from the Form 6i some times it hang ,and the message from the Windowx XP will shown when any application not responding , and the Form hangs also and need End Task to close it.and there is no sequence of hanging , sometimes third calling sometimes forth and sometimes from the first calling of any report.anybody faced this problem , is it that Report 6i not compatable with the windows XP or 2000 and need some file or is it the problem from my code...?this is my code..: DECLARE pl_id ParamList; begin pl_id := Get_Parameter_List('tmpdata'); IF NOT Id_Null(pl_id) THEN Destroy_Parameter_List( pl_id ); END IF; pl_id := Create_Parameter_List('tmpdata'); add_Parameter(pl_id,'Q',text_PARAMETER,' and PA_M_HUMAN_SRL = '||:PA_M_HUMAN_SRL||' and ee_t_exit_entry_no = '||:EE_T_EXIT_ENTRY_NO); Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO'); if ( :RP_CD is not null ) then IF(:SP_CMP_GOV_ID = 10059200) THEN Run_Product(REPORTS, 'C:\HRS\PROSYS\REP\r_exit_per_rp.rep', SYNCHRONOUS, RUNTIME,FILESYSTEM,pl_id, NULL); ELSIF( :SP_CMP_GOV_ID = 11939600) THEN Run_Product(REPORTS, 'C:\HRS\PROSYS\REP\r_exit_per_rp_JGC.rep', SYNCHRONOUS, RUNTIME,FILESYSTEM,pl_id, NULL); END IF; تقديم بلاغ
بتاريخ: 13 أكتوبر 200520 سنة comment_49407 Wa- Alekom Alsalam my brathor.I think that your problem is'C:\HRS\PROSYS\REP\You dont need to use this path , You can add in registry of Report builder this Report Pathand then put this path , after that any call for any report is without full bath becouse you set before in registry try it and dont write the extention of report ".rep"Good Luk for y. تقديم بلاغ
بتاريخ: 15 أكتوبر 200520 سنة كاتب الموضوع comment_49494 thank u my brother , i will try it تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.