List Number Column - PrompterActivate Event

Fired when the prompter image is clicked

Member of List Number Column (PRIM_LIST.Number)

Parameters

NameTypeData TypeDescription
Form*InputPRIM_FORMReference to the prompter form
Continue*BothBooleanSet to false to prevent the prompter being activated

Details

The PrompterActivate event is triggered when the user clicks on the prompter button.
 
If using a prompter form defined as part of Field Visualization, PrompterActivate provides access to the prompt form before it displays so that the contents of the form can be configured.
 
PrompterActivate can also be used to drive user defined prompting. Rather than relying on Field Visualization to define the prompter, the event simply notifies that the prompter image has been clicked.

Example

In this example, a region value is being passed in to a prompt form to filter the items shown.
Evtroutine Handling(#CustomerID.PrompterActivate) Form(#PromptForm)
 
   (#PromptForm *As #CustomerPrompter).Region( #Region )
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2