You are here: Home Support Knowledge Base I want to ... Preventing qxconsole window from displaying
Navigation
« July 2008 »
Su Mo Tu We Th Fr Sa
12345
6789101112
13141516171819
20212223242526
2728293031
 
Document Actions

Preventing qxconsole window from displaying

Describes why qxconsole window pops up and how to prevent this from happening.

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 are sent to the qxconsole window.

To prevent the qxconsole window from appearing add the following line to your qxs file.

default.disableConsole: true