rbuser
Comments
-
Much appreciation.
On Fri, 11 Apr 2003 08:27:12 -0500, "Nico Cizik \(Digital Metaphors\)"
-
OK Ed,
Is ther a way to generate the report to cachepages (or somthing else), find
the totpages, do some other printing and then go back and print the
report.?
"Ed Dressel [Team DM]" skrev i melding
-
There is no way of knowing how many pages there are before printing. You can
know how many pages after the first pass of printing (see the
TppReport.PassSetting to psTwoPass)--but the report has to be generated
before knowing how long… -
Take a look at the tutorial ('RBuilder.pdf' located in
$(Delphi)\RBuilder\Developer's Guide) sections named "File Based Templates"
and "Database Templates". If you have more questions after reading them,
feel free to ask.
-… -
> I'm using the trial versions so let me see if I got it right?
Yes, I do exaclyt that (except I use both database reports and file based
reports).
Not exactly. If you have events in your report, you can load them… -
Both of the following will find sub reports
for I := 0 to ppReport1.BandCount - 1 do // Iterate
for j := 0 to ppReport1.Bands[I].ObjectCount - 1 do
if ppReport1.Bands[I].Objects[J] is TppSubReport then
… -
Inna,
I guess it works only on runtime (for the case you tried it during design time).
HTH,
Chris Ueberall;
-
Jim,
When I right click on the crosstab, I only see two Style options (standard,
repeated captions). What should I do to see the other two? I've rebuilt my
project.
Thanks.
Inna.
-
I am experiencing the same problem. I've added Yoav's unit to rbCT76
package, compiled it, then added this unit to Uses clause of my report unit.
I am assigning ppCrossTab.Style := cUmbCTAllInOneRenderer. This compiles
fine. But when … -
Janusz,
the initialization section should it normaly do, but unfortunately I have no cross tab experience.
I would contact Yoav.
regards,
Chris Ueberall;
-
Hi Chris,
-
Hi Janusz,
no archive is needed, they are still here, just download them.
Or use http://www.tamaracka.com/ (e.g. 'CrossTab ^ReportBuilder').
regards,
Chris … -
Is it enough to add the unit to a project to have the replacement active? I
cannot find much info on this subject in RB help. And is there any archive
available with old messages of this newsgroup?
Thank you very much.
Janu… -
I tried to find the post but I failed. Could anyone direct me - what was the
subject of the post?
Thank you,
Janusz Cyran
-
Yes, looks definately like a HP LaserJet 4000 Series PCL dump.
Try printing it again.
--
Justin Heasman
Software Development Manager
Office Mobile Solutions Ltd.
---
E: justinDEFINATELY@NOofficemobilesolution… -
Hi Mike,
the attached file isn't a RAF file, it looks like it was printed to file using the Laserjet 4000 printer driver.
regards,
Chris Ueberall;
-
> Please see the attached archive file.
There does seem to be a problem with the RAF file. I get an AV from it. Try
printing it an RAF again, and be sure to close your app before accessing the
file. (I have used RAF streams … -
Please see the attached archive file.
Thank you,
Michael Malinowski
-
Send me a copy and I will look at it.
--
Ed Dressel
Team DM
-
Well, if I add the following line to my dynamically created report it works
fine:
PrinterSetup.Papername := 'Letter';
So problem solved.
Thanks.
Morten
-
Nico,
I created a new project with two buttons and one TppReport in D7 using RB
7.01.
One button executes the following code:
with TppReport.Create(self) do
begin
print;
end;
The other but… -
But how shall I do that? Of cause I can sent you the rtm file. But does this
help?
The Sql is simple. The Error return in TppCustomReport.Notify
The Query is very simple.
Regards
Nicolas Bronke
-
Hi Knut,
probably by using a BPL instead of a DLL.
regards,
Chris Ueberall;
-
Hi Magnus,
add a 'Page style' band and place the picture there.
regards,
Chris Ueberall;
-
Works here as well
Ed Dressel
Team DM
-
Hi Isi,
looks fine at the moment.
regards,
Chris Ueberall;
-
Thanks, that worked fine.
-
Hi Andy,
create a calculated field or use a 'TppVariable' component with some RAP code. The latter needs at least the Enterprise version.
regards,
Chris Ueberall;
-
Ed Dressel [Team DM] wrote:
Well I guess I have a case that will "pressure" them to do something about....
I have build for a company over 100 reports with report builder. My "boss" knows that
they replaced the old report wri… -
>
And give away my secret... (and I will add: would be cool).
Ed Dressel