This resolves the issue
Key key = new Key(new Object[] {r.getAttribute("PrimaryKey")});
VORowImpl currentRow=(VORowImpl) exIter.getRow(key);
Key key = new Key(new Object[] {r.getAttribute("PrimaryKey")});
VORowImpl currentRow=(VORowImpl) exIter.getRow(key);
No comments:
Post a Comment