InputFieldGetData
PowerScript function
Description
Get the data in the specified input field in a RichTextEdit
control.
Applies to
RichTextEdit controls
Syntax
|
1 |
rtename.InputFieldGetData ( inputfieldname ) |
|
Argument |
Description |
|---|---|
|
rtename |
The name of the RichTextEdit control in which you want to |
|
inputfieldname |
A string whose value is the name of input field from which |
Return value
String.
The data in the input field. InputFieldGetData returns the empty
string (“”) if the field does not exist or an error occurs.
Examples
This example gets the data in the input field empname:
|
1 2 |
string ls_name ls_name = rte_1.InputFieldGetData(empname) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest