InputFieldSelected

Description

In a RichTextEdit control, occurs when the user double-clicks an input field, allowing the user to edit the data in the field.

Event ID

Event ID

Objects

pbm_reninputfieldselected

RichTextEdit

Arguments

Argument

Description

fieldname

String by value (the name of the input field that was selected)

Returns

Long. Return code choices (specify in a RETURN statement):

Examples

Example 1

This script for the InputFieldSelected event of a RichTextEdit control gets the data in the input field the user is about to edit:

string ls_fieldvalue

ls_fieldvalue = This.InputFieldGetData(fieldname)

See also