InputFieldSelected
PowerScript 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 |
Arguments
|
Argument |
Description |
|---|---|
|
fieldname |
String by value (the name of the input field that was |
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 2 |
string ls_fieldvalue ls_fieldvalue = This.InputFieldGetData(fieldname) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest