TReportExplorer
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
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
This discussion has been closed.
Comments
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