SetErrorString( )
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.