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!

displaying a message at bottom of form

789736Aug 27 2010 — edited Aug 27 2010
hello everyone. I currently made a form and on a create record trigger the user was displayed with the message:

'This function cannot be performed here' at the bottom of the screen. This was fine. I am now in the process of putting all my code into a library and i used the exact same code for the trigger:

message('This function cannot be performed here');

however now when the user presses the create record button the message is displayed in a forms box where the user has to press an ok button to get rid of it. What I would like is the message to appear at the bottom left of the screen like it originally did. is this possible?

Thanks.
This post has been answered by 719844 on Aug 27 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2010
Added on Aug 27 2010
3 comments
1,514 views