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
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
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.
So 'Mick.pl' is that a bug in FS?
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
I will open a Case .
The FR Support is very helpful.
Please let us know (how your issue can be solved) when you get an advice from FR Support.
Regards
Mick