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 |
Objects |
---|---|
pbm_reninputfieldselected |
RichTextEdit |
Argument |
Description |
---|---|
fieldname |
String by value (the name of the input field that was selected) |
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
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)