66 lines
2.1 KiB
HTML
66 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Developing Client and Server Programs</title>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- VT2A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 5 Feb 1999 at 07:56:18 -->
|
|
<!-- File restructured for V5R2 -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
<a name="Top_Of_Page"></a>
|
|
|
|
<h2>Developing Client and Server Programs</h2>
|
|
|
|
<p>When developing client and server programs using the virtual terminal APIs,
|
|
you need to take the following items into consideration:</p>
|
|
|
|
<ul>
|
|
<li>The client program should be able to:
|
|
|
|
<ul>
|
|
<li>Interrupt the server program</li>
|
|
|
|
<li>Check the server program's status</li>
|
|
|
|
<li>Discard data from the iSeries<SUP>(TM)</SUP> application<br>
|
|
<br>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>The user should be able to configure a time-out to be used by the client
|
|
program while waiting for screens from the server program.<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li>Pressing the Print key on the work station should create a file to be
|
|
printed at either the work station or the iSeries printer.</li>
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
<table align="center" cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="vt1a.htm">Virtual Terminal APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|