..
This commit is contained in:
@@ -755,7 +755,14 @@ namespace FPJ0000.JobReport_
|
||||
var oldtext = this.richTextBoxEx1.Text;
|
||||
this.richTextBoxEx1.Rtf = dr.body;
|
||||
if (String.IsNullOrEmpty(this.richTextBoxEx1.Text) == false)
|
||||
this.richTextBoxEx1.Text += "\r\n\r\n" + oldtext;
|
||||
{
|
||||
this.richTextBoxEx1.rtb.AppendText("\n\n");
|
||||
this.richTextBoxEx1.rtb.SelectionLength = 1;
|
||||
this.richTextBoxEx1.rtb.SelectionStart = this.richTextBoxEx1.rtb.TextLength;
|
||||
this.richTextBoxEx1.rtb.ForeColor = Color.Black;
|
||||
this.richTextBoxEx1.rtb.AppendText(oldtext);
|
||||
}
|
||||
//this.richTextBoxEx1.Text += oldtext;
|
||||
|
||||
//this.richTextBoxEx1.Text += oldtext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user