Consultor Eletrônico



Kbase P64440: How to suppress the alert boxes that the Adapter for SonicMQ uses to report synchronous errors and r
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/07/2007
Status: Unverified

GOAL:

How to suppress the alert boxes that the Adapter for SonicMQ uses to report synchronous errors and run-time conditions

GOAL:

What 4GL-JMS API call suppresses the alert boxes that display synchronous errors and run-time conditions

GOAL:

Is there a way to hide the alert boxes the Adapter for SonicMQ uses to display error messages?

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.x
SonicMQ

FIX:

Run the procedure setNoErrorDisplay in the session or message object to toggle the way the 4GL adapter handles synchronous errors and run-time conditions.

The default value is false.
If set to true, synchronous errors and conditions are not displayed in alert boxes by the 4GL?JMS implementation. If set to false, synchronous errors and conditions are displayed in alert boxes.