Search on empty window failing - ID: 2849453

This commit is contained in:
Heng Sin Low 2009-09-18 07:02:38 +00:00
parent 506bc2038f
commit 127810e831
2 changed files with 0 additions and 4 deletions

View File

@ -494,8 +494,6 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
where.toString(), findFields, 10, mTab.getAD_Tab_ID()); // no query below 10
if (find.getTitle() != null && find.getTitle().length() > 0) {
// Title is not set when the number of rows is below the minRecords parameter (10)
find.setVisible(true);
AEnv.showWindow(find);
if (!find.isCancel())
{
query = find.getQuery();

View File

@ -909,8 +909,6 @@ public class ZkReportViewer extends Window implements EventListener {
else
{
FindWindow find = new FindWindow(m_WindowNo, title, AD_Table_ID, tableName,"", findFields, 1, AD_Tab_ID);
find.setVisible(true);
AEnv.showWindow(find);
if (!find.isCancel())
{
m_reportEngine.setQuery(find.getQuery());