rbuser
Comments
-
I assume this patch will become a part of the next release of ReportBuilder?
Thanks for getting it to me, BTW. I was finally able to get it to compile
correctly.
--
Kevin
-
I have to get my two cents worth in here. The footer that were all talking
about here is a page footer. Report Builder is lacking a report footer.
The report summary works great for this except that it does not print in the
footer … -
HI Roger
Thanks for your help. I think I have little choice here and use your
suggestion, although it's not exactly what I want: setting visible to false
does not make the space available for the detail-band to print all … -
Dirk,
Try this:
Set the Report to Two pass
In the FooterBeforePrint section type
Footer.Visible:= (Report.AbsolutePageCount=Report.AbsolutePageNo)
Hope this helps
Roj
-
Thanks Jim
generate
But where do I go from here ??
Do you have *any* idea if what I want it is possible? (I tried a lot)
regards,
Dirk.
-
HI Roger
I'm glad I'm not the only one ! Since this is such a basic thing, I assumed
I overlooked some property or so.
My guess is (if indeed we havn't overlooked something simple), that this
bugs a whole lot of… -
Hi all
I have to say that this is something that has always bugged me!
Logically, if you tick the checkbox that says "Print on last page",
then the footer should print on the last page **regardless of the number of
pages**<… -
Hi Erich
Thanks for your reply,
My problem is, that I don't how many pages the report will be (stretching
memo's in the detailband).
So where can I determine the pagecount, and still be able to set the
Hi Dirk
I made this with regions and then the foot height dynamic
Within the Code I fill then the Footerband Region with objects and set to
visible depending of my rules for printing them.
Greeting from Tu…Thanks for your response.
The checkBox had been checked for all the groups but the pageNo is reset to
1 only for the first group and t the page breaking is done correctly for all
the groups. Is this a bug ?
Thanks.
Li…Is version 4.22 fully compatible with the latest release or will this couse
problems for those in our developer group that still are running 4.22?
Gunnar Heiene
Procontec as
…Thanks Nard, I'll give it a try.
hi Nard,
i have the same problems when i try to compile the packages: Teechart 5.02,
delphi6 and RB 6.02.
I mean => method EditDbChart did not find in the source files.
Moreover, the property OnChartGetSourc…Can you send me a patch too. I cannot get mine to compile. I added the
text below and rebuilt all the packages except for one which does not
compile, giving me error message about DesignInf.pas (I added the ToolsApi
patch), then sto…Chris,
Did that! Same resultafter re-installing 6.02. Then removed the 6.02 and
re-intstalled 6.0 and the problem goes away!
Bill
Hi Bill,
looks like a corrupt installation. See the article 'Cleaning up a Corrupt
Installation' in the tech-tip group.
regards,
Chris Ueberall;
an
in
attempt
Hi Dan,
not an error but a warning about the missing initialization, I recommend the
use of the project.compiler options 'Show Warnings' and 'Show Hints'.
Cheers,
Chris Ueberall;
Hi Chris,
That was it! Thank you for all your help. No I did not notice any compiler
errors, just an access violation when running the program.
Thanks again!
Dan S.
Hi Dan,
Sorry, but I'm an idiot!
memStream.Create;
should be
memStream := TMemoryStream.Create;
You didn't see the compiler's warning?
regards,
Chris Ueberall;
Hi Chris,
I Tried following your example but the program is producing an access
violation when the SaveToStream command is being performed. Any clues on
this?
Thanks in advance and I appreciate your help!
Dan S.…Hi Dan,
I
work.
from scratch ...
var
memStream : TMemoryStream;
begin
memStream.Create;
try
myReport.Template.SaveToStream(memStream);
myReport.Templ…Hi Chris,
Thanks for your help! I'm not sure how to save the template to a stream. I
tried creating stream variables and setting them but that that did not work.
Do you have a small piece of sample code to clarify how this is …Hi Dan,
the initial report is a resource of the application and red upon form
creation. You have to recreate the form if you want the built-in report.
I prefer having all reports as file (or record) and not inside the
appli…Thanks for your answer.
when recompiling the rbTC55x.dpk I get the Message:
undeclared identifier: OnGetDesignerNames.
After this the MessageBox:
Cant create…Check mail "Can't install TeeChart5 package for RB 6.02 in Delphi5" from
September 10. Looks like the same scenario.
Lars.
This is a multipart message in MIME format.
Thanks Jim, that did it!! Much faster.
Jim,
Okay I got the jpg down to 2k and it did speed things up considerably
(more than 50%). I used my own graphics program to reduce the size of
the file, trying to get the users to do that will be another problem.
It also…Jim,
Just as a test I did what you suggested and it did not change the
printing speed.
Bob
Jim,
In the current design that is not an option, as the user designs the
postcard content in the Infopower rtf component and that is printed in
by Report Builder using a ppdbRichText. The jpg is only 91k (1" sq
picture) a…