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
Arguments
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 -- Continue processing
Examples
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