Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : Updating a ProDataSet : Checking for errors : Table level
 
Table level
You can check if an error is returned for a table and get the error string using the following ProDataObject methods:
Syntax
boolean hasTableError()
String getTableErrorString()
You only need to invoke these methods on one ProDataObject in a given table collection. These methods return the same information, which applies to the entire table, for any ProDataObject in the list.