Problems with kbmmemtable and Fastreport

we have setting a kbmmemtable, we can list all the records and see the
correct contents. When we setting this portion of code for show to video the
report this is ever empty, without error. The report have the correct
reference to the memory table and to their fields.
Anyone have an idea of solution.
thank regards
antonio.

Example:
......................
var Report:TfrReport;
NomeReport:String;
begin
NomeReport := PathReport+'\'+'RptStat01.frf';
Report := frReport1;
if fileExists(NomeReport) then
begin
Report.LoadFromFile(NomeReport);
Report.OnObjectClick := nil;
Report.OnMouseOverObject := nil;
Report.Preview := nil; // preview standard
if Report.PrepareReport then
begin
Report.ModalPreview := true;
Report.ShowPreparedReport;
end;

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.