Esempio n. 1
0
        void _tableview_ModifyRowEnvent(string id)
        {
            string dept_id;

            DataRow[] rows = currenttable.Select("PART_NAME = '" + id + "'");
            dept_id = rows[0]["PART_ID"].ToString();

            SetTask sam = new SetTask(dbOperation, dept_id, id, this);

            sam.ShowDialog();
        }
Esempio n. 2
0
        void _tableview_ModifyRowEnvent(string id)
        {
            string dept_id;

            DataRow[] rows = currenttable.Select("PART_NAME = '" + id + "'");
            dept_id = rows[0]["PART_ID"].ToString();

            SetTask sam = new SetTask(dbOperation, dept_id, id, this);
            sam.ShowDialog();
        }