Oracle Reports (MOSC)

MOSC Banner

just screen flashed when i use web.show_document in order to create excel file and send it by url

edited Jun 14, 2018 12:33PM in Oracle Reports (MOSC) 5 commentsAnswered
 HI

forms10g

reports10

windows xp

nothing happens ( screen just flashed ) when i user web.show_document this is my code

SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_DESTYPE,'CACHE');
SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_DESFORMAT,'DELIMITED');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'&mimetype=application/x-msexcel');

report_message := run_report_object(report_id, parameter_list_id);
rep_status := report_object_status(report_message);
.

IF rep_status='FINISHED' THEN

WEB.SHOW_DOCUMENT('http://XX.YY.montreal.qc.ca:1999/reports/rwservlet/getjobid9999?server=NAME_SERVER1&mimetype=application/x-msexcel');

*** SCREEN FLASHED WE I PRESSED MY BUTTON TO EXECUTE THIS CODE  WHY ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center