General ui.Dialog methods

 

These methods can be used for retrieving general dialog informations, moving through the dialog, and enabling actions.

 

ui.Dialog.GetCurrent()

binds the ui.Dialog object with the current active dialog

ui.Dialog.getCurrentItem()

retrieves the name of the current active form item

ui.Dialog.setCurrentRow()

moves the cursor to the next row when DISPLAY ARRAY or INPUT ARRAY is executed

ui.Dialog.getCurrentRow()

retrieves the current row of the DISPLAY ARRAY or INPUT ARRAY list

ui.Dialog.getArrayLength()

returns an integer number representing the total number of rows in the DISPLAY ARRAY or INPUT ARRAY list

ui.Dialog.getFieldTouched()

checks whether the value in the specified field or set of fields was changed during the input

ui.Dialog.nextField()

specifies the name of the field to which the cursor must go when the program control returns to the dialog

ui.Dialog.accept()

accepts the value input to the current field and terminates the current dialog (is equal to pressing the Accept key)

ui.Dialog.setActionActive()

enables and disables the actions specified in ACTION or COMMAND clauses

ui.Dialog.setActionHidden()

modifies the default view of an action so that it becomes visible or hidden

 

 

Related articles:

ui.Dialog methods

Field manipulation methods

DISPLAY ARRAY

INPUT ARRAY