Fired when a value is selected in a prompter
Member of Grid (PRIM_GRID)
Name | Type | Data Type | Description |
---|---|---|---|
Form | *Input | PRIM_FORM | Reference to the prompter form |
ApplyValue | *Both | Boolean | Set to false to stop the prompter value being applied |
FocusAction | *Both | Enumeration | Defines where focus should be placed |
ReshowPrompter | *Both | Boolean | Set to true to show the prompter again |
The PrompterAccept event is fired when a value is selected in a prompter form. PrompterAccept provides control over how the application will respond to the selection of a value.
In this example, when the prompter value is accepted, Focus is pushed to the next field in the tab sequence.
Evtroutine Handling(#CustomerID.PrompterAccept) Focusaction(#FocusAction) #FocusAction := Tab Endroutine
Febuary 18 V14SP2