Tuesday, March 26, 2013

Cannot convert jbo.Number to jbo.Key

This resolves the issue

Key key = new Key(new Object[] {r.getAttribute("PrimaryKey")});
VORowImpl currentRow=(VORowImpl) exIter.getRow(key);

No comments: