SetErrorString( )
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Syntax
Sets the ABL error string associated with the
specified DataTable. When passed a DataTable that corresponds to
an INPUT or INPUT-OUTPUT temp-table
parameter, you can use the following method to relay the error string
to the remote ABL method:
|
Where newValue is the error string value.