rbuser
Comments
-
Thank Nico,
I going to have a look at this.
I just adjusted our software in a way that it check if the image is black.
If so it will automatically retries 10 times to build up the document. If
the image is still black the user … -
Hi Nico,
Thanks,
Setting the DirectTrue property to True did not help.
Memory leaks are difficult to find. I am not sure when it happens. At the
begin of the day or at the end. I can imagine it has something to do with
Hi Nico,
Thanks.
It happens when previewing, printing and when creating a PDF file. The
bigest problems we have is with PDF files.
Our software generates a lot of documents to PDF and sometimes (with
different custom…Sorry I meant Report Builder Server
I've now also created a demo based on the MS Access copy of the DBDemos,
connecting using ODBCExpress, and the report still works fine. Now wondering
if it's my query...
Jason.
Nico
I can't recreate the problem using the Paradox DBDemos data, which leads me
to wonder if the issue could be down to the fact that I'm using SQL Server
(2000 or 2005) and the ODBCExpress plug-in.
I wouldn't have e…Good idea Nico, I'll give that a go.
Jason.
Thanks for replying Nico.
It happens when either the page naturally ends or in other reports when a
group is set to start on a new page.
The database it is set against at the moment is quite large and an SQL
Server on…Thanks for the feedback
I have a in house developed pipeline for QuantumGrid. It has worked
nicely with reasonable amount of data. I will look into it if I have
performance problems.
Every process (fetching, generating, s…I'll add to Nico's comments: if speed of the system is essential, use JIT
pipelines backed up with class structures, not datasets. In lots of years of
working with them, I find datasets slow.
--
Ed Dressel
Team DMOne further information. It only happens if the Report has subreports.
Best wishes
Bernhard
Nico Cizik (Digital Metaphors) schrieb:
Thanks Nico. Actually it turned out that the temp folder for my computer
was pointed to Documents and Settings folder. I am on a network and so that
folder actually maps to a network drive where I have limited storage and I
was r…Nico, Thanks.
For anyone else who needs to use this workaround, you need to turn the
DataDictionary off BEFORE you load the report template, not just before
calling Report.Print. I put it in a try..finally block so that the
Sorry, I found the error... my mistake...
Fellipe H.
Thanks for your quickly reply...
But.. I put these code, and I add the uses unit:
with RelBasic do
begin
(..)
RepBasic.BeforePrint := OnBeforePrint;
TppPrintPreview(RepBasic.PreviewForm).Pr…Hello Nico,
I want to disable print in Preview mode... I would like my users only view
report, doen't print it.
Regards,
Fellipe H.
Thank you very much!
Now I have resolved it copying all the labels, images, etc. into a
subreport i have created in the summary of the "original" report. It works
fine, but i will study your solution.
Best regards!
I look forward to reading more about this as I reported exactly this issue
only this week.
My work around, Luca, was to put the code that adds to the variable inside
the DBText's OnPrint event that only appears to fire once.
Nico Cizik (Digital Metaphors):
Done.
Thanks,
Luca Minuti.
Ok Niko...
I?m Tankfull!
Hi Nico,
Thanks for the reply. We are using Page styles for the outside
border. We also have Rounded rectangle in the heading which don't show up.
Brenton
--- posted by geoForum on <…I got it. I re-installed RB10.06 and did a clean build on my project.
thanks
Great support, as ever!
Eric
Thanks Nico!
After I sent the email, I was able to make myself the modifications based on
the Tee700 files included with the installer.
Carlos
>>>>>> RB 10.06 Ent
Hi Nico,
I have both in my search path, with Lib coming first. W/o source, I was
getting complaints about not finding ppComm.
I am still getting the same ...
[Fatal Error] DayTotalsDM.pas(9): Unit raCodMod was comp…I don't understand. All I have of raCodMod is the DCU. Apparently you do
nnot supply the source.
Whatever the case, it has left me dead in the water!
What does raCodMod do? Do I need it?
I have no home grown…I was wrong, I was on 10.03 on the old machine and have upgrade to 10.06
when moving over to the new machine.
But I still need to compile this project.
Thanks
Larry
Nico Cizik (Digital Metaphors) wrote:
ahm, sorry for the dumb question
and thumbs up for the quick replies
Nico Cizik (Digital Metaphors) wrote:
- Demos\1. Reports\Demo.dpr Report 152
- Go to last page
- expand the yellow lines until items reach out of the page
- the number of pages stays the same (5 pages) and I cannot go any <…