Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TReportExplorer

edited May 2003 in General
Hi
After execution of this code:
FReportExplorer:= TReportExplorer.Create(Self);
FReportExplorer.FolderPipeline:=FFolderPipeline;
FReportExplorer.ItemPipeline:=FItemPipeline;
FReportExplorer.FolderFieldNames:=FFolderFieldNames;
FReportExplorer.ItemFieldNames:=FItemFieldNames;
FReportExplorer.Designer:= TppDesigner.Create(Self);
FReportExplorer.Designer.AllowDataSettingsChange:=false;
FReportExplorer.Designer.RAPInterface:=[riDialog];
FReportExplorer.Designer.DataSettings.UseDataDictionary :=false;
FReportExplorer.Designer.Report:=TppReport.Create(Self);
FReportExplorer.Execute;
FReportExplorer.Free
in my program in still alive 3 threads, what I need to do to prevent it ?

Alexander Gorodilov

Comments

  • edited May 2003
    It would seem that this can not be your *exact* code as TReportExplorer is
    really named TppReportExplorer. Could you create a demo application and send
    it to support? That way they can isolate it.

    Enjoy.

    Ed Dressel
    Team DM
This discussion has been closed.