Capturing mouse events in forms using PJC (Pluggable Java Components) is repeated in MDI forms
Problem Description---------------------------------------------------
- We need to capture mouse events in forms applications using a PJC to copy text inside display fields.
- We created a java jar file using the sample used in http://forms.pjc.bean.over-blog.com/article-4837790.html
- Modified formsweb.cfg to include the jar file
- created a sample form to capture PJC events
What's happening is when the more than one form is opened at the same time, mouse events will be captured in all open forms (WHEN-CUSTOM-ITEM-EVENT).
- We need to capture mouse events in forms applications using a PJC to copy text inside display fields.
- We created a java jar file using the sample used in http://forms.pjc.bean.over-blog.com/article-4837790.html
- Modified formsweb.cfg to include the jar file
- created a sample form to capture PJC events
What's happening is when the more than one form is opened at the same time, mouse events will be captured in all open forms (WHEN-CUSTOM-ITEM-EVENT).
0