장비목록 테이블 정리 및 버젼 정보 기록
This commit is contained in:
@@ -176,15 +176,15 @@ namespace FPJ0000.JobReport_
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
|
||||
if (this.richTextBoxEx1.Text.Trim() != "")
|
||||
{
|
||||
this.richTextBoxEx1.Focus();
|
||||
}
|
||||
else
|
||||
{
|
||||
tbProject.Focus();
|
||||
tbProject.SelectAll();
|
||||
}
|
||||
//if (this.richTextBoxEx1.Text.Trim() != "")
|
||||
//{
|
||||
// this.richTextBoxEx1.Focus();
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
cmbRequest.Focus();
|
||||
// tbProject.SelectAll();
|
||||
//}
|
||||
tbProject.Tag = tbProject.Text;
|
||||
|
||||
// if (string.IsNullOrEmpty(richTextBox1.Text)) richTextBox1.Text = dr.description;
|
||||
@@ -490,7 +490,7 @@ namespace FPJ0000.JobReport_
|
||||
|
||||
//프로젝트 제목 서포트
|
||||
var dr0 = db.EETGW_DocuForm.Where(t => t.gcode == FCOMMON.info.Login.gcode && t.cate == "J2" && t.title == formname).FirstOrDefault();
|
||||
if(dr0 != null)
|
||||
if (dr0 != null)
|
||||
{
|
||||
var rtx = new RichTextBox();
|
||||
rtx.Rtf = dr0.body;
|
||||
|
||||
Reference in New Issue
Block a user