Fix Bug [ 1763062 ] Zoom Accross not correct for high volume tables

This commit is contained in:
Carlos Ruiz 2007-07-30 16:41:04 +00:00
parent e22dace233
commit a981a77633
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ public class AZoomAcross implements ActionListener
KeyNamePair pp = new KeyNamePair (AD_Window_ID, Name + " (#"+count+")");
m_list.add(pp);
m_popup.add(pp.toString()).addActionListener(this);
m_query.setRecordCount(count);
return true;
} // checkTarget