List View - PrompterActivate Event

Fired when the prompter image is clicked

Member of List View (PRIM_LTVW)

Parameters

Name Type Data Type Description
Form *Input PRIM_FORM Reference to the prompter form
Continue *Both Boolean Set 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

LANSA Version 15, April 2020