RichBox is cutting last letter, memo is OK
Hello, I have problem about year (minimum)
FR4 VCL pro for delphi 7
If I put to template richview and in dataset is "Ä" as last word, it will be not displayed.
Whole project with template is included,
can someone help me?
FR4 VCL pro for delphi 7
If I put to template richview and in dataset is "Ä" as last word, it will be not displayed.
RxMemoryData1.Open;
RxMemoryData1.Insert;
RxMemoryData1.FieldByName('DataLine').Value:='111111Ä1111Ä';
RxMemoryData1.Post;
frxReport1.FileName:='template.fr3';
frxReport1.PrepareReport(true);
frxReport1.ShowPreparedReport;
Whole project with template is included,
can someone help me?
Comments