Re: Black screen while using Host

From: Scott Kronheim <skronheim_at_synertechsystems.com>
Date: Mon, 29 Nov 1999 12:20:03 -0500
Message-ID: <3842B5C3.98278F77_at_synertechsystems.com>


Nicolas DEZAIRE wrote:
>
> Yes the syntax is like that.
> I wrote something like HOST('DIR C:\A_DIR > C:\TEMP\A_FILE.TXT, NO_SCREEN');
> and i got a black screen while executing...
>

You have a misplaced apostrophe. Put the apostrophe before the comma, leaving the NO_SCREEN argument unquoted, as follows:   HOST('DIR C:\A_DIR > C:\TEMP\A_FILE.TXT', NO_SCREEN); With your syntax, Forms will send the ,NO_SCREEN to the command processor as part of the host command and will not interpret it as a parameter to the HOST builtin.

Hope that helps! Received on Mon Nov 29 1999 - 18:20:03 CET

Original text of this message