....
This commit is contained in:
@@ -569,7 +569,7 @@ namespace FPJ0000
|
||||
newdr.EndEdit();
|
||||
|
||||
//var newdr = this.dsMSSQL.JobReport.NewJobReportRow();
|
||||
JobReport_.fJobReport_Add f = new JobReport_.fJobReport_Add(newdr);
|
||||
JobReport_.fJobReport_Add f = new JobReport_.fJobReport_Add(newdr,true);
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.dsMSSQL.JobReport.AddJobReportRow(newdr);
|
||||
|
||||
@@ -267,7 +267,7 @@ namespace FPJ0000.JobReport_
|
||||
}
|
||||
|
||||
//신규데이터라면 양식을 처리한다.
|
||||
if (dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Added)
|
||||
if (copyMOde==false && dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Added)
|
||||
{
|
||||
//해당 데이터의 메일 양식을 검사해서 데이터를 적용해준다.
|
||||
var db = new EEEntities();
|
||||
|
||||
Reference in New Issue
Block a user