<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TCPWARE Telnet issue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671466#M50652</link>
    <description>VAX openvms 5.5-2H4, TCPWARE 5.6&lt;BR /&gt;(Behaves normally with UCX.)&lt;BR /&gt;&lt;BR /&gt;A DIBOL application with a FORM to fill. When a field is completed cursor moves to next field.&lt;BR /&gt;The F12 Key on the PC acts as tabs back to previous Field.&lt;BR /&gt;&lt;BR /&gt;works fine run interactively.&lt;BR /&gt;&lt;BR /&gt;When run from a command file the F12 does not move the cursor.&lt;BR /&gt;Also when a field is completed does not move the cursor to next field.&lt;BR /&gt;Problem only running using a Command file.&lt;BR /&gt;&lt;BR /&gt;The command file test.com is shown below:&lt;BR /&gt;&lt;BR /&gt;$! test.com&lt;BR /&gt;$set noon&lt;BR /&gt;$set term/noline/esc&lt;BR /&gt;$ass tt: sys$input&lt;BR /&gt;$Run ProgA&lt;BR /&gt;&lt;BR /&gt;Sini</description>
    <pubDate>Mon, 14 Nov 2005 16:46:00 GMT</pubDate>
    <dc:creator>Ayya</dc:creator>
    <dc:date>2005-11-14T16:46:00Z</dc:date>
    <item>
      <title>TCPWARE Telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671466#M50652</link>
      <description>VAX openvms 5.5-2H4, TCPWARE 5.6&lt;BR /&gt;(Behaves normally with UCX.)&lt;BR /&gt;&lt;BR /&gt;A DIBOL application with a FORM to fill. When a field is completed cursor moves to next field.&lt;BR /&gt;The F12 Key on the PC acts as tabs back to previous Field.&lt;BR /&gt;&lt;BR /&gt;works fine run interactively.&lt;BR /&gt;&lt;BR /&gt;When run from a command file the F12 does not move the cursor.&lt;BR /&gt;Also when a field is completed does not move the cursor to next field.&lt;BR /&gt;Problem only running using a Command file.&lt;BR /&gt;&lt;BR /&gt;The command file test.com is shown below:&lt;BR /&gt;&lt;BR /&gt;$! test.com&lt;BR /&gt;$set noon&lt;BR /&gt;$set term/noline/esc&lt;BR /&gt;$ass tt: sys$input&lt;BR /&gt;$Run ProgA&lt;BR /&gt;&lt;BR /&gt;Sini</description>
      <pubDate>Mon, 14 Nov 2005 16:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671466#M50652</guid>
      <dc:creator>Ayya</dc:creator>
      <dc:date>2005-11-14T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: TCPWARE Telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671467#M50653</link>
      <description>Sini,&lt;BR /&gt;&lt;BR /&gt;Have you checked your keyboard mapping? and Try /translation_attribute with your  $ass command.&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 17:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671467#M50653</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-14T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: TCPWARE Telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671468#M50654</link>
      <description>Why does the application work from the DCL prompt but not when run from a command procedure?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 20:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671468#M50654</guid>
      <dc:creator>Ayya</dc:creator>
      <dc:date>2005-11-14T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: TCPWARE Telnet issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671469#M50655</link>
      <description>Thalaiva,&lt;BR /&gt;&lt;BR /&gt;If you can able run successfully in the interactive mode, why did you give this title " TCPware Telnet Issue" ?&lt;BR /&gt;&lt;BR /&gt;Running ProgA from Server and client using TCPware TELNET differs in manyways. I am wondering you could able to run your ProgA interactively from client using TCPware/Telnet, and have problem noninteractive mode.&lt;BR /&gt;&lt;BR /&gt;Unless otherwise you set the control characters (echo, end-of-char, remote-flow-control, terminal speed, terminal type, transmit binary, suppress-Go-ahead,window size) locally, your client machine won't interpret these controls comming from the server. In the same time server also can not translate the control characters it sends to the client especially over TCPware/Telnet. &lt;BR /&gt;&lt;BR /&gt;These are setup we have to do locally for both interactive and non-interactive image run.&lt;BR /&gt;&lt;BR /&gt;Make sure you did all these setup from the client machine. Server won't do anything for the client. server translates the characters it receives, the same way the client can translate the chars it send over the network, but it won't translate the control characters it receives (defined in your FORMS). This is the problem only when you use TCPWare/Telnet. So define these controls to your local terminal driver.&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 15 Nov 2005 01:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpware-telnet-issue/m-p/3671469#M50655</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-15T01:21:57Z</dc:date>
    </item>
  </channel>
</rss>

