rbuser
Comments
-
Hi Nico,
I don't know how I can put together a sample project for the issue as simple
reports always seem to run. But maybe I could simply create a chart image
with lots of random data just to increase the size. I will need so… -
Thanks, Nico.
See below.
-
We are having the same issue with one of our complex report that contains a
graph as an image. Ofcourse, if I try to run few (around 10) accounts
yeilding about 100 pages of PDF then it runs fine, though not all pages have
images. … -
While this doesn't occur on "every" report, it could occur on "any" report.
Because it seems that it is leaking, it will occur on whatever report
happens to push the memory usage over the threshold.
RB 7.04 is the only version… -
Hi,
I have a similar issue using RB 7.04 and Delphi 5. We have some pretty
complex reports, with multiple subreports including nested subreports, and
using in upwards of 20 tables to build the report. I have seen issues like… -
Hi,
This problem happens in both D7 and D2007. We are using the latest version
of RB in D2007 (the one released right after SP3 for D2007). It happens to
all the reports. Once I start to get the error, then I will get it on… -
Never mind ... d'oh! I found it in the End User folder.
Patrick
-
Additionally ... we looked into the "Sources" folder and the daAds.* file(s)
were not there.
We are using v10.06.
Patrick
-
it works fine.
Thanks.
-
does it happen with other documents as well?
-
> 5. I think the problem is related to the printer driver because my program
sure sounds like it.
it probably is not a configuration item--it is something in the driver that
you have no access to. You may try to… -
Hi Edward.
I will describe the sutuation exactly.
1. I have a clean machine with XP.
2. I run my program, it works fine, then I close it.
3. I see that there are many tasks in the Windows print queue dispatcher.
… -
FWIW: it would be good to profile the application and determine where the
pause is occuring--I would use something like CodeSite and put the data in a
log file.
Some guesses:
1) Seeing no one has mentioned this in t… -
Thanks, that's exactly what I was looking for.
-
> I?ve updated to 7.04 an the problem goes on. Every time I print, lost 3
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
… -
I?m testing with FASTMM but don?t register user?s object. I only can see
this user?s object with windows task manager.
cheers
-
this methds dosen?t work.
What modules must I add to AQTime?
thanks
-
I?ve updated to 7.04 an the problem goes on. Every time I print, lost 3
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 repor… -
thank you very much Nico
Maybe because I never use streams I didn't figure this out myself.
--- posted by geoForum on http://delphi.newswhat.com
-
Nico
I know it's possible to save a template as a file but I don't want to
save it into a file I just want the template represented as text
assigned to a string property of our own class.
Saving it to a file, then openin… -
Regarding this problem, it seems as if it's fixed in 10.7,
which I had not upgraded to until now.
Thanks
Ed
-
Thanks. The patch works in all contexts except for deleting reports (moving
to the Recycle Bin), where the same error is generated. When might this be
fixed?
Leah
-
Hello Nard,
Yes, the Dbrichtext is connected to an blob
with setting the subreport.Visible to false, the Dbrichtext is ok
My fault, the subreport was not always visible in the program execution.
But I have a subreport… -
RB 10.07 Delphi 7
I'm trying to add some functionality to allow a user to define the file type
of the attachment. Looking at this previous mail I see that I need to set
the ReportFormat property to the appropriate Device Type.… -
Hi Nico!
Thanks for your efforts:
Although your suggestion of using a TStringList to keep the correct values
is a bit pedestrian it really solves the problem.
Once again you saved my day! ;-)
Big than… -
Hi Nico!
==>>I hope I have solved the problem by changing the fake-email field in
the 'Your Data' section of newswhat.com.
==>>The image is set by passing the imagefield to the dll that runs my
report buil… -
I tried using the OnGetText event but this does not seem
to work for system variables. Should it?
I have hundreds of these reports, so I really don't want to change
them all. I thought I could override the OnGetText at runtimeThanks Dominic,
Since posting, I've changed over to using the built in IndyMail handling
which is actually better than using Outlook for volume mail production. It
works very well once it's set up correctly.
Regards…Hi Paul
I don't actually use it, but I think it has its own methods and procedures
for performing Outlook OLE automation. It just somehow bybasses the SP1
security.
Dominic