WHSWorkExecuteForm Class [AX 2012]
The WhsWorkExecuteForm is a simple client for the mobile device features.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closeOk | Retrieves information from the form, before the form closes. |
| comboBoxData | Creates records in a temporary table that are used to populate list- and comboboxes. |
| createButton | Creates a button form control. |
| createComboBox | Creates a combobox form control. |
| createForm | Intstantiates a new form. |
| createFormControls | Creates all form controls. |
| createLabel | Creates a static text form control. |
| createTextBox | Creates a string form control. |
| displayForm | Displays the current form. |
| elementData | Retrieves the data value from an element container. |
| elementEnabled | Retrieves the enabled value from an element container. |
| elementHasError | Determines if the current element has an error. |
| elementLabel | Retrieves the label value from an element container. |
| elementName | Retrieves the name value from an element container. |
| elementSelected | Retrieves the selected value from an element container. |
| elementType | Retrieves the type value from an element container. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getFormStateValues | Retrieves values from the form. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initFormControls | Initializes form controls |
| loadComboBoxItems | Loads combobox items from a table buffer into the form. |
| new | Initializes a new instance of the WHSWorkExecuteForm class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| run | Initializes the class and displays the first form. |
| setFormStateValues | Updates the form state container with values from the form. |
| setFormTitle | Sets the form title. |
| setNextForm | Prepares the next form to display. |
| setNextFormState | Set the form state for the next form. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSWorkExecuteForm class. |
| ::errorBackgroundColor | Gets the background color for RF errors. |
| ::main | Provides an entry point for the WHSWorkExecuteForm class when it is called from a menu item. |
| ::newStandard | Creates a new instance of the WHSWorkExecuteForm class. |
Community Additions
ADD
Show: