User interface - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

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

The user interface of the application is composed of four forms. The main form AddAndGetWorkOrderForm is almost identical to the one in the prior sample, and like the main form from the prior sample it supports the entry of the fields required to create a work order. It also displays the work order data when a work order has been retrieved. The LoginForm is used to gather the User ID and Password. The WorkOrderPromptForm is used to gather the Work Order Number and Organization for retrieval, and the AboutForm, accessed by pressing F1, displays the application title and the copyright information.

The Retrieve button triggers the GetWorkOrder web service, while prompting for any necessary data. Like in the prior sample, the AddWorkOrder web service is triggered by the Submit button.

See AddWorkOrder Sample.