بتاريخ: 1 مايو 201610 سنة comment_274215 Hi, I have a tabular report and I want to create a button for each row to show more details (for example picture, other information etc.). I want to create a button to call another report (it's possible with Reports 6i but I don't found a button with 10g version). is there a solution to replace the buttons in Reports 10g? I tried using Hyperlink (here is the pl/sql code) : function B_30FormatTrigger return boolean is line varchar2(1000); begin; srw.run_report('REPORT=C:\DevSuiteHome_1\reports\rwservlet\emp.rdf'); RETURN (TRUE); EXCEPTION when SRW.RUN_REPORT_FAILURE then SRW.MESSAGE(30, 'Error mailing reports.'); raise SRW.PROGRAM_ABORT; end; But I got this error : rep-1419 'Formattrigger' pl/sql program aborted Best regards. تم تعديل 1 مايو 201610 سنة بواسطة goldray تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.