RichBox is cutting last letter, memo is OK

edited 11:22PM in FastReport 4.0
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.
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

  • edited 11:22PM
    Middle "č" is always displayed, so this is no problem of encoding
    cz4hkr wrote: »
    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.
    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?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.