Ejemplo n.º 1
0
 override protected void OnInit(EventArgs e)
 {
     oDetailPage          = new Epoint.MisBizLogic2.Web.DetailPage(TableID);
     oListPage            = new Epoint.MisBizLogic2.Web.ListPage(TableID, Datagrid1, controlHolder, Pager, null);//如果没有导出Excel的Grid,就设置为null
     oListPage.CustomMode = true;
     base.OnInit(e);
 }
Ejemplo n.º 2
0
 protected override void OnInit(EventArgs e)
 {
     oDetailPage = new Epoint.MisBizLogic2.Web.DetailPage(TableID);
     oListPage = new Epoint.MisBizLogic2.Web.ListPage(TableID, Datagrid1, controlHolder, Pager, null);//���û�е���Excel��Grid��������Ϊnull
     oListPage.CustomMode = true;
     base.OnInit(e);
 }
Ejemplo n.º 3
0
        protected override void OnInit(EventArgs e)
        {
            oDetailPage = new Epoint.MisBizLogic2.Web.DetailPage(TableID);
            oZZListPage = new Epoint.MisBizLogic2.Web.ListPage(TableZZID, DGZZ, null, PagerZZ, null);//���û�е���Excel��Grid��������Ϊnull
            oZZListPage.OtherCondition = "  and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oZZListPage.CustomMode = true;

            oRYListPage = new Epoint.MisBizLogic2.Web.ListPage(TableRYID, DGRY, null, PagerRY, null);//���û�е���Excel��Grid��������Ϊnull
            oRYListPage.OtherCondition = " and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oRYListPage.CustomMode = true;

            oXMListPage = new Epoint.MisBizLogic2.Web.ListPage(TableXMID, DGXM, null, PagerXM, null);//���û�е���Excel��Grid��������Ϊnull
            oXMListPage.OtherCondition = " and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oXMListPage.CustomMode = true;
            base.OnInit(e);
        }
Ejemplo n.º 4
0
        override protected void OnInit(EventArgs e)
        {
            oDetailPage = new Epoint.MisBizLogic2.Web.DetailPage(TableID);
            oZZListPage = new Epoint.MisBizLogic2.Web.ListPage(TableZZID, DGZZ, null, PagerZZ, null);//如果没有导出Excel的Grid,就设置为null
            oZZListPage.OtherCondition = "  and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oZZListPage.CustomMode     = true;

            oRYListPage = new Epoint.MisBizLogic2.Web.ListPage(TableRYID, DGRY, null, PagerRY, null);//如果没有导出Excel的Grid,就设置为null
            oRYListPage.OtherCondition = " and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oRYListPage.CustomMode     = true;

            oXMListPage = new Epoint.MisBizLogic2.Web.ListPage(TableXMID, DGXM, null, PagerXM, null);//如果没有导出Excel的Grid,就设置为null
            oXMListPage.OtherCondition = " and DelStatus='0' and DWGuid='" + Request["RowGuid"] + "' ";
            oXMListPage.CustomMode     = true;
            base.OnInit(e);
        }
Ejemplo n.º 5
0
 override protected void OnInit(EventArgs e)
 {
     oDetailPage = new Epoint.MisBizLogic2.Web.DetailPage(TableID);
     base.OnInit(e);
 }
Ejemplo n.º 6
0
 protected override void OnInit(EventArgs e)
 {
     oDetailPage = new Epoint.MisBizLogic2.Web.DetailPage (TableID);
     base.OnInit(e);
 }