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!

Disabling Close Icon in oracle alert Message (fnd_message.question)

987536Jul 15 2015 — edited Jul 17 2015

Hi Gurus,

I have a requirement to disable the alert message close icon completely from alert popup.

Alert popup raised through fnd_message.question command. this is code i used to show the alert message.

fnd_message.question(button1 => 'YES',
button2 => 'NO',
button3 => NULL,
default_btn => 1,
cancel_btn => 2,
icon => 'question');

alert message.jpg

we have a requirement to force the user entry rather than closing it completely. thanks in advance.

Regards,

karthik M

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2015
Added on Jul 15 2015
2 comments
1,001 views