Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

system.trigger_item

415008Apr 10 2004 — edited Apr 13 2004
I tried to catch the name of block ,record and item from which the trigger fire .I wrote the following on the form level :
message(:system.trigger_block||' _ '||:system.trigger_record || ' _ '||:system.trigger_item);
it displayed the block and record names only but nothing for item name .In the other hand it displayed the name of the item with when mouse click.I wonder why it works with this trigger while it didn't with on-error trigger .

Any help would be thinkfull
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2004
Added on Apr 10 2004
3 comments
2,200 views