Calling Report from Forms [message #444603] |
Mon, 22 February 2010 23:18 |
abdulahads
Messages: 44 Registered: October 2009 Location: SAUDI
|
Member |
|
|
Created a report object "REPORT62" in Forms Objectnavigator
Trigger on When Button Pressed
DECLARE
rep_id REPORT_OBJECT;
rep_result VARCHAR2(200);
BEGIN
rep_id := find_report_object('REPORT62');
rep_result := RUN_REPORT_OBJECT(rep_id);
END;
Report is called in the property
Filename C:\DevSuiteHome_1\forms\test.rdf
When button is pressed error is raised
There was a failure in the Form server during startup. This could happen due to invalid configuration.
Can someone help me.
Thanks
|
|
|
|
|
|
|
|