List View - PrompterAccept Event

Fired when a value is selected in a prompter

Member of List View (PRIM_LTVW)

Parameters

NameTypeData TypeDescription
Form*InputPRIM_FORMReference to the prompter form
ApplyValue*BothBooleanSet to false to stop the prompter value being applied
FocusAction*BothEnumerationDefines where focus should be placed
ReshowPrompter*BothBooleanSet to true to show the prompter again

Details

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.

Example

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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2