out of sytem resources
Hello,
I?m using ReportBuildr 7.03 for Delphi 5
After print many times I get an error about out of system resources.I think
could be a problem with TppReportExplorer.LoadRepor(...) and TppReport.Print
method when I call this methods I check user objects on windows task
manager; three objects are lost. I don?t know can free this objects. Every
time I print I get three objets more
Thanks
I?m using ReportBuildr 7.03 for Delphi 5
After print many times I get an error about out of system resources.I think
could be a problem with TppReportExplorer.LoadRepor(...) and TppReport.Print
method when I call this methods I check user objects on windows task
manager; three objects are lost. I don?t know can free this objects. Every
time I print I get three objets more
Thanks
This discussion has been closed.
Comments
supports D5. It is free update form 7.03. Email info@digital-metaphors.com
with your serial no and registration info and request it.
- After updating to RB 7.04, then retest.
- If you still have an issue, then run the application under tool such as
AQTime that can check for memory/resource leaks and show where they occur.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
objects. I?ve removed the ppReport.Print and I lost 2 objects, if I removed
ppReportExplorer.LoadReport (... any object are lost.
there any way to "unload report"?
Thanks
memory/resource leaks and show where they occur.
- You can call these two methods to clear out a template
FReport.FreeModules; // free TdaDataModule, TraCodeModule
FReport.Template.New; // free layout elements
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
If you use FastMM (free), it has the ability to report where memory loss is
occuring (not as clean as AQTime, but does improve application speed as
well).
http://sourceforge.net/projects/fastmm/
What modules must I add to AQTime?
thanks
- add RBuilder\Source
- As Ed Dressel suggested you can also try FastMM, we have used that here
with success as well.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
this user?s object with windows task manager.
cheers
measurement calculations, even when previewing. Perhaps the printer driver
is leaking resources.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com