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...