User interface - HxGN EAM - 12.0 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
12

The user interface of the application is composed of three forms. The main form AddWorkOrderForm provides for the entry of the fields required to create a work order. The LoginForm is used to gather the User ID and Password, and the AboutForm, accessed by pressing F1, displays the application title and the copyright information.

The AddWorkOrder web service is triggered by clicking Submit on the input form. The button first displays the LoginForm to prompt for the login details. Also note that the only validation performed on the input is for required fields.

Conventions that are used include a Blue-Gray background for all required fields and use of an ErrorProvider component on each form that has any input fields. This component is what displays the red exclamation mark to the right of the input field when it is not valid (required in this case).

Any of the input fields, including User ID but not Password, can have a default value. This value is set in the application config file. The configuration file is fully commented as to what fields it supports. These values appear when the application is started and when the Reset button is clicked.