EPED54配置查询条件

需要在画面load事件中加入一段代码来说明该功能号是单记录集

 #region 画面LOAD事件

        private void FormPSSMMABW13_Load(object sender, EventArgs e)
        {
            EF.Utility.SetSingleGridColumn(efDevGrid2, "PSSMMABW13_INQ_Q", "MA1RM");
            (EFX.EFCGrid.GetEFCGridBase(efDevGrid2) as EFX.EFCGridImp.SingleDev.EFCGridSingleDev).ResetGridValue(); //单记录载入默认值
            EF.Utility.SetGridColumn(new EF.EFDevGrid[] { efDevGrid1 }, new string[] { "PSSMMABW13_INQ" }, "MA1RM");
            EF.Utility.SetGridColumn(new EF.EFDevGrid[] { efDevGrid3 }, new string[] { "PSSMMABW13_INQX" }, "MA1RM");
            Grid_Style.efDevGrid_sTyle(efDevGrid1, gridView1);
            Grid_Style.efDevGrid_sTyle(efDevGrid3, gridView3);

            this.gridView1.Columns["PONO"].Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
            this.gridView1.Columns["LG_ORDER_ID"].Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
            this.gridView1.Columns["ST_NO"].Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
        }
        #endregion

 

posted @ 2021-03-01 16:14  gitee1412  阅读(261)  评论(0)    收藏  举报