67 lines
4.7 KiB
HTML
67 lines
4.7 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Display file design" />
|
||
|
<meta name="abstract" content="Application panels typically consist of the major elements in this topic." />
|
||
|
<meta name="description" content="Application panels typically consist of the major elements in this topic." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsuseint.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsconstanttextstrngs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsinputoutputflds.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsfldeditspecs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagscursorpositspecs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsinputfldsdefvalues.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsfldvalidspecs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsdspfileerrormsgs.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbagsdispfiledsgngide" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- 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. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Display file design</title>
|
||
|
</head>
|
||
|
<body id="rbagsdispfiledsgngide"><a name="rbagsdispfiledsgngide"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Display file design</h1>
|
||
|
<div><p>Application panels typically consist of the major
|
||
|
elements in this topic.</p>
|
||
|
<div class="note"><span class="notetitle">Note:</span> You can handle these either as a program-described or an externally
|
||
|
described file using DDS. The information found in this topic is based on
|
||
|
the externally described technique using DDS.</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rbagsconstanttextstrngs.htm">Constant text strings</a></strong><br />
|
||
|
Because different languages have different space needs for the same expression, design your panels with this in mind.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsinputoutputflds.htm">Input and output fields</a></strong><br />
|
||
|
Consider defining your fields according to the needs of the different languages, countries, cultures, currencies, and laws that you want to address with your application.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsfldeditspecs.htm">Field editing specifications</a></strong><br />
|
||
|
For the edit specification of your numeric, date, and time fields, consider the different cultural conventions of the users you want to address.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagscursorpositspecs.htm">Cursor positioning specifications</a></strong><br />
|
||
|
Do not specify cursor positioning values to fixed locations on the screen, because different languages have different space requirements.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsinputfldsdefvalues.htm">Input field default values</a></strong><br />
|
||
|
You can use these methods to put default values into the input fields of your display, which users can override with their own data.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsfldvalidspecs.htm">Field validation specifications</a></strong><br />
|
||
|
The DDS keywords in this topic provide validation checks on input-capable fields on your display.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbagsdspfileerrormsgs.htm">Error messages</a></strong><br />
|
||
|
Use these methods to provide error messages on a display file.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsuseint.htm" title="A user interface is the part of a software product that your customer actually sees.">User interfaces</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|