WHEN-NEW-ITEM-INSTANCE is not firing with GO_ITEM [message #562529] |
Thu, 02 August 2012 00:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sandeepgujje
Messages: 28 Registered: January 2012 Location: India
|
Junior Member |
|
|
Hello Experts,
I'm facing a small problem with GO_ITEM
In my form I'm having 2 text items - ITEM1, ITEM2
Triggers on ITEM1
-------------------------
KEY-NEXT-ITEM
MESSAGE('1 KEY-NEXT-ITEM - ITEM1');
PAUSE;
GO_ITEM('ITEM2');
GO_ITEM('ITEM1');
-------------------------
Triggers on ITEM2
-------------------------
WHEN-NEW-ITEM-INSTANCE
MESSAGE('2 WHEN-NEW-ITEM-INSTANCE');
PAUSE;
-------------------------
KEY-NEXT-ITEM
MESSAGE('3 KEY-NEXT-ITEM');
PAUSE;
-------------------------
I expected all(1, 2, 3) messages will come when i pressed tab on ITEM1, but only Message1 came..
Experts, Any Idea regarding this.?
Happy to provide more details if required..!!
Thanks in Advance.
Awaiting for your Reply.. ![Smile](images/smiley_icons/icon_smile.gif)
- Sandy
[EDITED by LF: fixed topic title typo; was "WHNE"]
[Updated on: Thu, 02 August 2012 02:16] by Moderator Report message to a moderator
|
|
|
|
|
|
|