Zoom to detail open Find window if target is high volume

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2980775
This commit is contained in:
Heng Sin Low 2010-04-01 21:49:18 +00:00
parent ea22b39541
commit 8095e68239
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
detailQuery = query;
query = new MQuery();
query.addRestriction("1=2");
query.setRecordCount(0);
}
}