rbuser
Comments
-
Ben,
also try installing the HP1100 driver
in some cases this solved our problem with the HP1200
printer drivers are still a pita sometimes...
cu
marc
-
Ben, try downloading the latest printer driver. Do the demo reports in your
installation exhibit this behavior?
-
As answered from e-mail:
It indicates to me that the report isn't in the same form that the button. So
include in the uses clause the unit wherethe report is. If it's a datamodule
then write something like:
MyDataModule.L… -
> Each label of the report has also a name, so just use the name of the
label
Thanks,
but i have still a trouble. I know i have to try something you suggested,
but i do not find a place where to write that. I… -
Each label of the report has also a name, so just use the name of the label
component:
MyReportLabel.Caption := 'Your caption';
bye
-
Looking forward to it. Thanks Mike.
-
"Andrew Leiper" wrote in message
-
In this situation i have the same data (label and dbcalc components) in the
footer band and in this new group band.
Is correct ?
Massimo
-
Don't know if there's a better way to do it but:
The report has two properties:
AbsolutePageCount and AbsolutePageNo. On the BeforePrint event of the
FooterBand you can do something like:
ppFooterBand1.Visible := (YourRepor… -
Hi,
And then group on the ID-Field of the Range or (in absence of any
additional Data in the Table Range) even Range.Start.
Yes, that works nicely and without a line of application-code. Neat.
Ciao, MMI purchased Wptools and it works fine!!
Bob
> Exactly the problem persists only on 9x OS. You're right. Why is that? Can
that's a kernel limit. You can't pretend to manage such big images with a
toy. Change the operating system.
Ciao, Sandro
"Ed Dressel (Team DM)" wrote in
Are you using a 9x OS? This could be the issue. Use XP or 2k as an OS and
see if the problem persists.
Ed Dressel
Team DM
Hi,
It appears the problem occurs that if the detail band does not have the
Titleband and the summaryband.
Chris
thanks...
Jim,
Thanks for the help. I will probably pursue your first suggestion. However, for
diagnostic reasons, you may want to know the following... I wrote a routine
which wrote zeros to the null fields en masse, and the calcs worked…Hi,
You could put all the reports you want to print in one of your batches
together into one "master report" and print that. You set ShowPrintDialog
to True for the master report only.
You can do that at runti…Ok, thanks,
that solved my problem.
Dominique.
Hi Bernaert...
Here is a common mistake that I did as well. I suppose you set your
"ShowAutoSearchDialog" property before you load your template. The Template
remembers these settings and overrides the ones currently set on your…Silly me!! Ignore my last post. It was a redundant package reference
lurking in my project options.
Peter Harris
Thanks, Jim
I will try to think that way. But, as usual, everything is not so good - I
have dynamic
detail band height :-)
How can I calculate dynamic band height in BeforePrint? It is unknow at the
moment of execution of th…Thank you, Jim
But, I need at least one detail row before footer. Header doesn't matter.
Groups can be so large, that they cannot fit on one page, so
KeepGroupTogether
is not a solution, and HeaderForOrphanedFooter too.
Hi,
Yes of course. Assign to the checked-property of the Checkbox. As this is
rather simple I suspect a different problem here.
While what you are doing is completely legal I think you should rather
use a JIT-…
Hi,
How about using subreports, one each for the front and the back?
You can set the subreport-kind to pbSection (or something like that, look
it up) and then each subreport will print to a new page - optionally us…> Whenever possible, you will want to avoid moving the dataset pointer
around
I believe that it is the best aproach.
Thanks.
FD
Thanks fast replying.
But if i shoul print with the format below ?
a d
b e
c ...
With the same master detail relationship.
I am afraid column and columnwith don't g…I am using RB 6.02 with Delphi 5.0