Hai semua,
Halo semua...
Bantu saya
Saya memakai reports 10g. Saya ingin menjalankan reports dari menu.
Saya membuat reports dan mengcompile-nya, namanya R10000.rep.
Saya membuat reports object di form. Properties-nya :
General
Name: R10000
Subclass Information: <blank>
Comments: <blank>
Oracle Developer Integration
Filename: R10000.rep
Execution Mode: Runtime
Communication Mode: Synchronous
Data Source Data Block: <null>
Query Name: <blank>
Reports
Report Destination Type: Screen
Report Destination Name: <blank>
Report Destination Format: <blank>
Report Server: <blank>
Other Reports Parameter: <blank>
Saya membuat pl/sql di button dg statemnent :
declare
v_rep varchar2(1000);
begin
v_rep := run_report_object('R10000');
end;
Waktu mengklik button tsb keluar error message :
REP-0110: Unable to open file ''
REp-1070: Error while opening or saving a document.
Bagaimana mengatasi masalah ini teman-teman ?
Waiting for your reply.
Thank you,
Wiwit MH