K
KWSMaster
Guest
It would be nice to have an event in the ABL that fires whenever a MESSAGE statement happens. This would be useful in several cases: Capturing message activity to a database or external eventing system Overriding message behavior in system where standard message statements will fail Ability to suppress messages in code In our case, we have a subsystem designed to run in a terminal environment that is < 24 lines and < 80 columns (portable devices), and need a way to reroute messages to a specially designed module that displays messages in regular windows instead. However, I'm not sure how well this could be supported since we would need to receive the message, display it our way, then return the result to the code transparently.
Continue reading...
Continue reading...