Multi-line Edit Box - PrompterAccept Event

Fired when a value is selected in a prompter

Member of Multi-line Edit Box (PRIM_EVEM)

Parameters

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

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

  • No labels