InputFieldSelected event
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 |
Parameters
|
Argument |
Description |
|---|---|
|
fieldname |
String by value |
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:
|
1 |
string ls_fieldvalue |
|
1 |
ls_fieldvalue = This.InputFieldGetData(fieldname) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest