New Report Template
Hi..
How do I clear all the setting (Including the data pipelines) from a report
template?
I have a TppReport component and I am using
ppReport1.Template.New;
ppDesigner1.ShowModal;
ppDesigner1 is linked to ppReport1. The report layout page is cleared but
the data-pipeline from the previous report template remains?
ps: for saving the template I am using: ppReport1.Template.SaveToDatabase;
Many Thanks
Shahine.
How do I clear all the setting (Including the data pipelines) from a report
template?
I have a TppReport component and I am using
ppReport1.Template.New;
ppDesigner1.ShowModal;
ppDesigner1 is linked to ppReport1. The report layout page is cleared but
the data-pipeline from the previous report template remains?
ps: for saving the template I am using: ppReport1.Template.SaveToDatabase;
Many Thanks
Shahine.
This discussion has been closed.
Comments
Try calling Report.FreeModules. This will remove any datamodules from the
data workspace.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Cheers...
Shahine