....
This commit is contained in:
@@ -117,7 +117,7 @@ namespace FPJ0000.JobReport_
|
||||
// tbWW.Text = dr.ww;
|
||||
dts.Value = DateTime.Parse(dr.pdate); //일자선택
|
||||
|
||||
this.checkBox1.Checked = !dr.edate.isEmpty();
|
||||
this.checkBox1.Checked = !String.IsNullOrEmpty(dr.edate);
|
||||
if (checkBox1.Checked) dte.Value = DateTime.Parse(dr.edate);
|
||||
dte.Enabled = checkBox1.Checked;
|
||||
checkBox1.CheckedChanged += (s1, e1) => {
|
||||
@@ -158,7 +158,7 @@ namespace FPJ0000.JobReport_
|
||||
{
|
||||
this.richTextBoxEx1.Rtf = dr.description2;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
this.richTextBoxEx1.Text = dr.description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user