Progress
External Program
Interfaces


setNoErrorDisplay

In Session Objects and Message Objects

This procedure turns the automatic display of synchronous errors and conditions on and off. The default value is false. If set to true, synchronous errors and conditions are not automatically displayed by the 4GL–JMS implementation. If set to false, synchronous errors and conditions are automatically displayed in alert boxes. The default value is false.

Messages inherit the display/noDisplay property from the session that created them. However, after the message is created, it is independent from the session, and setNoErrorDisplay must be called in the message itself to change the display/noDisplay property:

SYNTAX
PROCEDURE setNoErrorDisplay. 
DEFINE INPUT PARAMETER noDisplay AS LOGICAL. 

For information on this procedure in context, see the "Error Handling" and "Error Display" sections in Accessing SonicMQ Messaging From the Progress 4GL."


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095