Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraph class : Extended methods : acceptChanges( )
 
acceptChanges( )
Clears out the list of changes in the ProChangeSummary of the ProDataGraph, enabling the ProDataGraph to accept a new set of changes.

Syntax

void acceptChanges()
This method has the same behavior as the ChangeSummary.beginLogging() method. For more information, see ProChangeSummaryclass.