Re: FORMS 5.0 console's status line
Date: Tue, 29 Jun 1999 19:11:48 GMT
Message-ID: <UT8e3.1121$U5.17685_at_news.tpnet.pl>
> You can write to the message line by typing in your code
> message('The Cat Sat on the Mat', no_acknowledge);
It works but....
1) When Forms write message after commiting changes for example "Transaction
complete. 2 records saved" this message is showing in status line too. You
don't see your message (for example in PRE-INSERT trigger) only Forms (where
is after ON-COMMIT called).
You can try to write after message (); SYNCHRONIZE - to immediately show
your message.
2) Somtimes when you write
message ('cos tam', no_acknowledge);
messgae ('inne cos tam', no_acknowledge);
in one trigger the secondary message() is always showing with "acknowledge"
parameter (normal massege window). I don't know why.
Raffi
PS. Sorry for my English Received on Tue Jun 29 1999 - 21:11:48 CEST