ADF :BC : af:quickQuery component .. viewcriteria not able to retain the value in memory
Solution
@Override
public void executeQuery()
{
this.setQueryMode(ViewObject.QUERY_MODE_SCAN_DATABASE_TABLES | ViewObject.QUERY_MODE_SCAN_VIEW_ROWS);
super.executeQuery();
}
No comments:
Post a Comment