Javascript integration with forms 11g
Hi,
I'm trying the new javascript integration feature with oracle forms 11g. What i'm trying to accomplish is to create a driver form that receives commands from a web application (through javascript call) to open forms, close forms, login, logout...etc
The problem is when the driver form is in background it doesn't receive javascript events (WHEN-CUSTOM-JAVASCRIPT-EVENT). To solve the problem i need to add this trigger to every form so they can receive javascript events when they are active.
Is there anyway that the driver form can receive events even if it's in the background or I need to add javascript trigger to all forms?
Thank You,