New apps custom form messages not displaying in status bar (console window)
Forms 6i, Oracle Apps 11.5.10
I have created a new custom form from template.fmb, to run within Oracle E-Business Suite.
My problem is that forms messages (e.g. "Transaction completed: x records applied and saved") are not showing in the status bar.
The console_window property for the module is progress_indicator, as inherited from the "module" sub class.
If I change the console_window property to my main window this resolves the problem with messages (they are displayed in the status bar), but this seems to break attachments to libraries and subclassed forms and I get lots of runtime errors E.g. "No such trigger: menu_to_appcore"
I can see that the messages are firing because I tried capturing them in the ON_MESSAGE form trigger, and was able to display MESSAGE_TEXT in an alert.
Also, I can confirm that other forms are displaying their messages in the status bar within the same browser instance, same responsibility.
Any advice would be appreciated.
Thank you.
Edited by: user12092133 on Apr 22, 2010 6:27 AM