rbuser
Comments
-
I just did D7-->D2007, and the RB side was evertless. A couple other items
here or there, but pretty simple over all.
Ed Dressel
-
The Unit that has the issue is a BPL (KTCore) in a project (Kiwitracker.exe)
with several others. I just checked the options of the Kiwitracker.EXE and
found some Tee* packages included in the Build with Run-time packages list.
Another thought, it happens at runtime, if I view the report in the preview
pane of the RB designer then it displays fine, so perhaps I'm missing a BPL
in the right place?
Hi,
thanks Nico, the unit Contains a reference to ppCTMain in it's top uses
clause. I checked the project options and the search path includes
C:\Program Files\CodeGear\Rad Studio\5.0\RBuilder\Source and there is a
ppCTMa…Hi Nico,
Thanks for your reply, i will leave the modification in then.
Regards,
Max Paay
Quadrant Software bv.
The Netherlands.
Sorry I forgot to mention that all my reports are stored in a database, so I
do not know how I can implement this event.
Please let me know.
Regards
Thanks, but can you provide me an example of how to do it?
Regards
Hi
I embedded the images into the report directly and removed the DBImage
With this approach I got 201 seconds for 10 documents which is a decent
improvement over 396 seconds. I removed the footer completely (1.2mb) and <…Hi
I am using ODAC and ORACLE.
I will try the embedded suggestion and the TDBImage onto a delphi form.
Nico
RB10 and Delphi 6.2
The images are database images but they are the same image for each page.
The reason they are in the database is that different brands have different
headers and footers and the db method al…Hi Nico,
sorry for being unclear.
For now it works how it should and this *without* the code for printing
backwards. If it doesn't have anything to do with the printer, then it's
probably the default behaviour now, …Hi Nico,
I thought, that it's necessary to use it, to achieve the report being
printed backwards, so I implemented it, but by using it, my report was
printed forwards (from the first page to the last). When I removed the code …Thank you Nico I will try and let you know how I get on.
Cheers
In one word : aaawwwwwwsome !
I've been fighting with it all day, and you have created the perfect example
for me.
The customer can now put any kind of label in the labelprinter and my
program automatically make's sure …Yes, values are saved in the query (where FieldDate between p1 and p2) but
p1 and p2 are null.
I can not see the report in any way for me when I try to generate the error.
Just updated the RB.
In version 11:06 …Hi
Just found info regarding the RTTI and pass thru functions in the RAP
section so please ignore this.
Thanks Nico - That was it.
Ricardo Acras wrote:
We had such a problem for instance on a notebook with a beamer
connected.
With a certain beamer --> Division by zero on previewing a report
Without the beamer --> everything ok
Re…One hole day making tests... and simply reinstalling one printer solved it
all.
Thanks
When I say they are not able to print without previewing I mean the same
error is raised.
-They are not able to print without previewing.
-I´ve tryied to print to archive and the same error was raised
-I´ve created a new project in Delphi 7 with only a main form, a TppReport
and a button, on the click of the button I prin…Hi Nico,
First thanks for your attention.
Every report, even without any event, is causing the same error in this
client machine.
I was not able to reproduce it in my machin, with the same Database and
executable…Great. Thanks to both of you.
> How can I disable the Print to File option or at lease the option to Print
in addition to Nico, if you are loading from a template, simply set the
AllowPrintToFile property to false after loading the template.
Ed Dr…Hello Nico,
I solved it by setting the OnPrint event of the Subreport to the Onprint
of the TppReport:
if Assigned(FRuntimeReport.Parent) and (FRuntimeReport.Parent is TppSubReport)
then
TppSubreport(FRun…FWIW, I have a lot of reports saved in a database and have never had this
problem.
Ed Dressel
Hello Nico,
Thank you for the reply. I was thinking that would the case, but I
wanted to check with someone else before abandoning it all together. I
had thought about a variable, but as you mentioned, it is difficult
…Hello Nard,
Yesterday I had another user that had the same behaviour with the report.
After setting fonts in Windows 7 to 100% the problem was solved again.
It's strange because most users have no problems on Windows 7.
Hello Nard,
Thank you. I've tried to come up with some samplecode, but I didn't get the
strange behaviour also.
Maybe it's some specific problem on the clients computer.
Thanks anyway.
Stef
Hi,
Has this been considered ?
This would really polish up several reports.
Mike