Is that a bug or ??

Hello
before I consult the Fastreport Help
I wanna know.

Why


frxDBDataset1.First;
repeat
for i := 0 to 3 do begin
frxRichView.RichEdit.Lines.Add(frxDBDataset.Value[ sDataField ]); // that is working

.......
frxRichView.DataField := sDataField: // that is not working
frxRichView.DataSet := frxDBDataset;
...........
end;
frxDBDataset1.Next;

until frxDBDataset1.Eof;

And I can't do it that way

frxReport.DataSet := frxDBDataset1;

Any clue


Comments

  • edited 2:48AM
    I tried to modify a bit one of standard demo examples.
    As demo examples don't contain RTF columns in any tables (or I haven't found them) so I use a simple table Customers (ADOTable).
    Have a look at the attached example and notice how I set values.
    Rich1.DataSet   := ADOTable1;
    Rich1.DataField := 'Company';
    
  • edited 2:48AM
    Mike thank you

    So 'Mick.pl' is that a bug in FS?
  • edited 2:48AM
    ZenForAll wrote: »
    Mike thank you

    So 'Mick.pl' is that a bug in FS?
    I'm sorry but I don't think about FR that way - is there a bug or not.
    I just try to solve problems by myself or asking people here.

    I can see you didn't download an example I attached for you in my former post to help you with your issue.
    Does it mean you don't need the solution anymore?

    Regards
    Mick

  • edited 2:48AM
    Thank's Mike

    I will open a Case .

    The FR Support is very helpful.
  • edited 2:48AM
    ZenForAll wrote: »
    ...
    I will open a Case .
    The FR Support is very helpful.
    ZenForAll,

    Please let us know (how your issue can be solved) when you get an advice from FR Support.

    Regards
    Mick

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.