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!

Forms 6i and message()

JackKJul 21 2008 — edited Jul 22 2008
Hi.
I have problems with message function in Oracle Forms 6i. I want use it to show alert message to user. In most cases, however, I must run it 2x to get the message on screen
message('Hello!');
message('Hello!');
and the message appears 2 times.
When I run only
message('Hello!');
then alert window did now appear but is printed on status bar.
Help please...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2008
Added on Jul 21 2008
5 comments
26,263 views