Disappear the black window when i use INPUT THROUGH

Hi, i need to execute a .jar and recover the messages, i`m using INPUT THROUGH to do this but i get a black window when i use it. Does anyone know how to use this command without the black window?

Example:

DEFINE VARIABLE cmd AS CHARACTER NO-UNDO.
DEFINE TEMP-TABLE temp
FIELD texto AS CHAR.

INPUT THROUGH VALUE("notepad") .

INPUT THROUGH VALUE(cmd).

EMPTY TEMP-TABLE temp.
REPEAT :
CREATE temp.
IMPORT UNFORMATTED temp.
END.

FOR EACH temp:
DISP temp.
END.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hello ! I don´t know if

Hello !

I don´t know if have with command "value", but try to use silent option.


I already did

I already tried whit silent option but still don't works