Preventing qxconsole window from displaying
Any output from 4GL DISPLAY statements when using Character mode (not DISPLAY AT or DISPLAY TO) is sent to stdout.
In a GUI client/server environment, the output of DISPLAY statements is sent to the qxconsole window.
To prevent the qxconsole window from being displayed, add the following line to your qxs file: default.disableConsole: true