PJC EVENTS PROBLEM
Hi All,
I have a PJC (pluggable Java Component) to dispatch an event every XX seconds.
1-The problem is i don't want to dispatch CUSTOM-ITEM-EVENT since the bean is running in a background form and i will be opening multiple forms at the same time
I have a PJC (pluggable Java Component) to dispatch an event every XX seconds.
1-The problem is i don't want to dispatch CUSTOM-ITEM-EVENT since the bean is running in a background form and i will be opening multiple forms at the same time
2- the action should be dispatched in the form that has the focus.
Is there any way that i can call a forms trigger or dispatch a "WHEN-BUTTON-PRESSED" event to a forms button from inside the java bean??
I was successful retrieving the active forms button reference inside the PJC but i'm unable to fire the button-pressed event
0