DADE Query
Hi.
I have an application that include RB 9 for develop some reports.
I use dade.
The problem is that if i make a first report with some query with dade, if i
close this report and i create a nuw report with my application,
the new empty template that is showen by default , has the query in the DATE
tab that i ve make with the last report.
I don't know the function to clear the dade query.
At he moment when i make a new report , i initialize him with this code :
[..]
Designer.Report.Template.New;
[..]
--
Luca RIZZI
Global automotive S.r.l.
Rizzi@globalautomotive.it
I have an application that include RB 9 for develop some reports.
I use dade.
The problem is that if i make a first report with some query with dade, if i
close this report and i create a nuw report with my application,
the new empty template that is showen by default , has the query in the DATE
tab that i ve make with the last report.
I don't know the function to clear the dade query.
At he moment when i make a new report , i initialize him with this code :
[..]
Designer.Report.Template.New;
[..]
--
Luca RIZZI
Global automotive S.r.l.
Rizzi@globalautomotive.it
This discussion has been closed.
Comments
Designer.Report.Template.New; // clear the layout
Designer.Report.FreeModules; // free the codemodule and datamodule
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com