Re: application in ascii-mode

"Eric R. Hedman" <[email protected]> Tue, 25 Sep 2007 11:45:11 -0500
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <[email protected]>
You need to set the TERM variable so it recognizes the terminal type of
the telnet session.  Connecting to Linux or Unix you would use one of
the following:

TERM=xterm;export TERM

or

TERM=vt100;export TERM

You need to find the equivalent for Windows NT.

Eric Hedman

Kurz Erik wrote:
> hi all,
>  
> following my configuration: 4js 3.00.1n on WindowsNT, Informix, ...
>  
>  
> everything is working fine when using the WTK-Client; but NOW ...
>  
> i'd like to start my application in ASCII-mode for using my application
> on a PDA via telnet-session.
>  
> i changed FGLGUI to 0 and i got an error 
> "... the type of your terminal is unknown to the system"
>  
>  
> what else do i have to change in my settings to run in ASCII  ???
>  
>  
> i hope someone can give me helpful hints.
>  
>  
>  
> erik
>