The following code is use to get the current row.
DCBindingContainer dcbindings =
(DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
DCIteratorBinding dcIt = dcbindings.findIteratorBinding("iteratorname");
RowSetIterator RSIter = dcIt.getRowSetIterator();
Row r = RSIter.getCurrentRow();
No comments:
Post a Comment