Message box on Terminal server

Posted by saquib on 21-Apr-2011 05:44

A client has reported an issue on their terminal server running a 10.2A GUI app.

What seems to be happenning is that occasionally a message box pops up behind the main window, causing the user to perceive that the app has hung.

This does not happen on our test evironment as we are not using a terminal server.

Am I correct in thinking that adding IN WINDOW ACTIVE-WINDOW to the MESSAGE will alleviate the problem?

We have a MessageBox class with serveral static methods. Code snippet:

    METHOD PUBLIC STATIC VOID Warning(INPUT msg AS CHARACTER, INPUT ttl AS CHARACTER):
        MESSAGE
            msg                   
            VIEW-AS ALERT-BOX
            WARNING
            TITLE ttl IN WINDOW ACTIVE-WINDOW.

Many thanks,

Saquib.

All Replies

This thread is closed