Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : Updating a ProDataSet : Checking for errors : Row level
 
Row level
You can check if an error is returned for a row and get the error string using the following ProDataObject methods:
Syntax
boolean hasRowError()
String getRowErrorString()
Thus, these methods can return different information for each ProDataObject in a given table collection.