How to get the forms item name in a java bean
Hi,
I built a java bean which handles mouse events (mouse enter, leave, move).
This works fine, but I need to return the item name which I have defined in Forms.
With "VButton.getName()" I only get the java intern name of the Item.
I also tried :system.mouse_item but it seems that in web deployed forms the value only gets updated after i click in an item and not like in forms 6i when the mouse cursor points to that item.
Is it possible to get the item´s name with use of frmall.jar?
Best regards
Thomas
I built a java bean which handles mouse events (mouse enter, leave, move).
This works fine, but I need to return the item name which I have defined in Forms.
With "VButton.getName()" I only get the java intern name of the Item.
I also tried :system.mouse_item but it seems that in web deployed forms the value only gets updated after i click in an item and not like in forms 6i when the mouse cursor points to that item.
Is it possible to get the item´s name with use of frmall.jar?
Best regards
Thomas
0