arrow_back history picture_as_pdf This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ~~NOTRANS~~ ~~Title: Record iteration~~ for (IDataRow mRow : mdbMaster) { for (IDataRow dRow : mdbDetail.getDataPage(mRow)) { if (wanted) { mdbMaster.setSelectedRow(mRow.getRowIndex()); mdbDetail.setSelectedRow(dRow.getRowIndex()); // set any value } } }