allenchow Posted January 25, 2017 Posted January 25, 2017 When I use unidbmemo , it always save with a new linefeed at the end. How to remove it ? Please check if it's a bug or how can I remove it ? Thanks ! Quote
Sherzod Posted January 25, 2017 Posted January 25, 2017 Hi, Seems this is the default behavior, you can check it in VCL too We will analyze this issue Quote
Sherzod Posted January 25, 2017 Posted January 25, 2017 http://forums.unigui.com/index.php?/topic/6191-how-to-remove-empty-last-line-in-tunimemo/&do=findComment&comment=31683 Quote
allenchow Posted January 25, 2017 Author Posted January 25, 2017 In that case, when I use fastreport or export to excel, it will add an additional line which will expand the row height. For fastreport, I've tried using trim , it works. But for excel , it still has an additional line. Quote
allenchow Posted January 25, 2017 Author Posted January 25, 2017 Finally I use a calc field and do something like this : Memo1.Lines.Text := Copy(Memo1.Lines.Text, 1, Length(Memo1.Lines.Text) - 2); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.