Exemplo n.º 1
0
        private void InitGridControl()
        {
            if (dtRHQCReport == null)
            {
                return;
            }
            memoEditDescForLook.Text = "";
            string    rhqcTableID = dtRHQCReport.Rows[0]["id"].ToString();
            DataTable dt          = m_SqlManger.GetRHAllEmrPointByNoofinpat(rhqcTableID);

            gridControl1.DataSource = dt;
            GetPoint();
        }