INTEGRATION: CWS toolkit01 (1.3.50); FILE MERGED

2005/03/01 16:27:04 bc 1.3.50.3: #43808#hids modified
2005/02/25 12:02:12 bc 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED
2005/02/23 17:38:40 bc 1.3.50.1: ##several changes in Webwizard
This commit is contained in:
Vladimir Glazounov
2005-03-08 14:40:00 +00:00
parent 56d532db11
commit 4cb3bf8c2a

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: QueryWizard.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: vg $ $Date: 2005-02-21 13:58:23 $
* last change: $Author: vg $ $Date: 2005-03-08 15:40:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,7 +248,7 @@ public class QueryWizard extends WizardDialog {
if (CurDBMetaData.xDBMetaData.supportsGroupBy()) {
CurGroupFieldSelection = new FieldSelection(this, SOGROUPSELECTIONPAGE, 95, 27, 210, 150, reslblFields, this.reslblGroupBy, 40915, false);
CurGroupFieldSelection.addFieldSelectionListener(new FieldSelectionListener());
CurGroupFilterComponent = new FilterComponent(this, xMSF, SOGROUPFILTERPAGE, 97, 27, 209, 3, CurDBMetaData, 40925);
CurGroupFilterComponent = new FilterComponent(this, xMSF, SOGROUPFILTERPAGE, 97, 27, 209, 3, CurDBMetaData, 40923);
}
CurTitlesComponent = new TitlesComponent(this, SOTITLESPAGE, 97, 37, 207, 7, reslblFieldHeader, reslblAliasHeader, 40940);
CurFinalizer = new Finalizer(this, CurDBMetaData);