Reports message (using srw.message) doesn't pop-up in Forms
590229Oct 29 2010 — edited Oct 29 2010Hello,
I am using Forms 6 and Reports 6.
I've created a report and in AFTER REPORT trigger placed this line SRW.MESSAGE('File was successfully created') (*NOTE:* In my report I don't use any data preview all data is being saved directly into file right after Parameter Form ":DESTYPE:='File'").
When I run this report in Oracle Reports Builder message is being showed on screen, but when I call this report through some form using RUN_PRODUCT(REPORTS, report_name, SYNCHRONOUS, RUNTIME, FILESYSTEM, param_list, NULL) this message doesn't show up, though I can see it in Reports Background Engine -> Show Log.
Any suggestions on how to make it show up?