When creating the user interface for your client application, please note that the Toolset representation will not be identical to what you see at runtime. There will be some minor differences between what you see in different types of client applications: GUI, ASP.NET Web Clients, and Web Generation. Following are some of the differences you can expect.
Note that the following items are by no means a comprehensive list of the differences between GUI, ASP.NET Web Clients, and Web Generation.
For a text field, spaces display if space is one of the permitted values. If zero or space is not one of the permitted values, the default displays. If there is no default, and zero (or space) is not a permitted value, <NONE> displays. The <NONE> value is not a valid selection. Selecting <NONE>, or making no selection sends an input of zero (0) or space to the application, depending on the domain of the field
A drop down list for permitted values displays the prompt, and does not display the actual value. A list box defined as a non-enterable drop down displays <NONE> as the first line in the list. However, <NONE> is not a valid selection. Selecting <NONE>, or making no selection, does not return a valid row selection to the application. When you do GET ROW HIGHLIGHTED …GIVING SUBSCRIPT …, the subscript is zero (0) and any attempt to reference the row thus selected may cause a Java runtime exception. The value of the default display of <NONE> can be modified by changing ief_error.js, but you must define a value for the variable NONE.
Web Generation applications allow opening more than one dialog box at a time. There are differences between how GUI and Web Generation applications handle multiple secondary dialog boxes.
In Web Generation applications, following are some of the differences you can expect:
|
Copyright © 2013 CA.
All rights reserved.
|
|