..
This commit is contained in:
@@ -67,11 +67,8 @@ namespace FPJ0000
|
||||
refreshTodo();
|
||||
try
|
||||
{
|
||||
if (dr.idx >= 0)
|
||||
this.taSchedule.Fill(this.dsPRJ.ProjectsSchedule, this.dr.idx);
|
||||
|
||||
|
||||
|
||||
//if (dr.idx >= 0)
|
||||
// this.taSchedule.Fill(this.dsPRJ.ProjectsSchedule, this.dr.idx);
|
||||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
@@ -83,6 +80,7 @@ namespace FPJ0000
|
||||
this.cmbState.Text = dr.status;
|
||||
this.cmbPart.Text = dr.part;
|
||||
this.cmbCate.Text = dr.category;
|
||||
this.tbDue.Text = dr.crdue;
|
||||
|
||||
//신규데이터는 추가정보를 바로 저장할 수 없다.
|
||||
if (dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Deleted)
|
||||
@@ -121,7 +119,7 @@ namespace FPJ0000
|
||||
this.dr.CMP_Before = rtBef.Rtf;
|
||||
this.dr.CMP_Description = rtDesc.Rtf;
|
||||
this.dr.CMP_Background = rtBack.Rtf;
|
||||
|
||||
this.dr.crdue = tbDue.Text.Trim();
|
||||
|
||||
|
||||
this.Validate();
|
||||
|
||||
Reference in New Issue
Block a user