Tuesday 9 September 2014

Hi Friends,

I got a requirement to undo the changes of a perticuler row if user changed something :

Row CururrentRow=vo.getCurrentRow();

currentRow.refresh(currentRow.REFRESH_UNDO_CHANGES|currentRow.REFRESH_WITH_DB_FORGET_CHANGES);

Using above code we can refresh the changes.

No comments:

Post a Comment