Better Warning and Error Control
The method of displaying multiple Error, Warning and Message commands has been improved.
Overview:
The Message Status area on the client is now a listbox, so that if multiple errors/warnings/messages are available ("more" indicated on the first message) - the user can click the listbox to display them all. The original Control-M method is still available as well. All messages are now color-coded and sequenced as follows: Errors (first and in Red), Warnings (second and in Yellow), and Messages (last and in Green); the sequence within each of the groups (errors, warnings, messages) is controlled by your ILF code.
A new client property (messageComboRows) is available to limit how many entries the listbox will contain before it draws a scrollbar for the remainder. The default is set to 8.
You can also get the list of messages issued to the user via the
.UTIL GET MESSAGES API.
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-06-21