InputFieldGetData PowerScript function
Description
Get the data in the specified input field in a RichTextEdit
control.
Controls
RichTextEdit controls
Syntax
|
1 |
<span>rtename</span>.<span>InputFieldGetData</span> ( <span>inputfieldname</span> ) |
|
Argument |
Description |
|---|---|
|
rtename |
The name of the RichTextEdit control |
|
inputfieldname |
A string whose value is the name of input |
Return Values
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 |
string ls_name |
|
1 |
ls_name = rte_1.<span>InputFieldGetData</span>(empname) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest