public void QueryAdjust()
        {
            IUFDataGrid UIGrid = this.CurrentPart.GetUFControlByName(this.CurrentPart.TopLevelContainer, "DataGrid1") as IUFDataGrid;

            BEQueryStrategyImpl beQryStrategyImpl = new BEQueryStrategyImpl(this.CurrentState, "UFIDA.U9.Cust.JSDY.BarCode.CompleteApplyBarCode", "5bcf32d5-7335-4742-8cb4-07ff1e648728", UIGrid.UIView, UIGrid, 1);

            beQryStrategyImpl.Adjust();

            AfterQryAdjust_Extend(UIGrid);

            UIGrid.UIView.CurrentFilter.OPath   = CustomFilterOpath_Extend(QryService.GetDefaultOpath((BaseWebForm)(this.CurrentPart)));
            UIGrid.UIView.CurrentFilter.OrderBy = QryService.GetOrderByOpath((BaseWebForm)(this.CurrentPart));

            UIGrid.UIView.Clear();
            this.NavigateAction.FirstPage(null);

            //20090316 UBF2.9_查询_yzx_修改查询设计器的tpl_用于显示多webpart查询的IE状态栏提示信息
            QryService.ShowQueryInfoInIEStatusBar((BaseWebForm)this.CurrentPart, UIGrid.UIView);
        }
示例#2
0
        public void QueryAdjust()
        {
            IUFDataGrid UIGrid = this.CurrentPart.GetUFControlByName(this.CurrentPart.TopLevelContainer, "DataGrid1") as IUFDataGrid;

            BEQueryStrategyImpl beQryStrategyImpl = new BEQueryStrategyImpl(this.CurrentState, "UFIDA.U9.Cust.Pub.WSLogBE.WSLog", "3e403ab4-5431-490c-ac51-3f1b2826ccfa", UIGrid.UIView, UIGrid, 1);

            beQryStrategyImpl.Adjust();

            AfterQryAdjust_Extend(UIGrid);

            UIGrid.UIView.CurrentFilter.OPath   = CustomFilterOpath_Extend(QryService.GetDefaultOpath((BaseWebForm)(this.CurrentPart)));
            UIGrid.UIView.CurrentFilter.OrderBy = QryService.GetOrderByOpath((BaseWebForm)(this.CurrentPart));

            UIGrid.UIView.Clear();
            this.NavigateAction.FirstPage(null);

            //20090316 UBF2.9_查询_yzx_修改查询设计器的tpl_用于显示多webpart查询的IE状态栏提示信息
            QryService.ShowQueryInfoInIEStatusBar((BaseWebForm)this.CurrentPart, UIGrid.UIView);
        }