rbuser
Comments
-
I was wrong about it working when I restart the computer.
However, to add some info, the same thing happens when I print. If I just
print the report (through code), only certain data appears. However if I
preview first, then p… -
I am in fact using a custom previewer, however if I use the standard
previewer I get the same problem. When I generate the report the first
time, the standard preview window pops up but doesn't show everything
properly.
He… -
If I run the program on a machine with only 64MB, I get EOutofMemory
exceptions and the program crashes. Do I perhaps have a memory leak or does
RB just use a huge amount of memory?
-
Jim,
This app was working fine until I installed a new network printer.
All my reports were set to default. After I installed the printer in
my laptop it worked okay. Thanks.
Bob
-
I'd be interested as to why you need to know.
Just curious... forgive me for prying :-)
Jon
-
I disagree!
After Installing RB or any other development tool or Delphi librarie I
remove all DLLs and BPLs to a project directory or the {delphi}\packages
directory!
I know that many other developers do so.
You can't … -
Ok I will do that.
Thanks
Marco
--------------------
-
Weird problem. I reversed the order of the two groups
and the report started to at least bread and start new
page numbers (which it hadn't before). I then put the
groups back into the desired order and it worked!
Why is this happ… -
> A subreport doesn't support autosearch, only the main report. Use the main
Thanks - but what if the query on the subreport is not linked to the query
on the main report? Is linking it to the main report the only way to get itOk, I'm getting slightly less confused. I am now creating all the
JITPipeline fields correctly, but having trouble creating and positioning
the corresponding ppDBImages on the subreport since the ppDBImage Parent is
read-only. So ho…Jim,
I have managed to sort of stumble through some of this, but only when I have
a field defined in the subreport and attached to the JITPipeline. I can
create the fields dynamically, but I'm not sure how to reference them to …Jim,
Thanks, I'm not sure I understand your answer. (Actually, I'm sure I
don't!) How does having a single image in a subreport help me in the
instances where I need to print multiple images? Can I create multiple
ppImag…I am trying the dynamic creation route, but my images no longer show up. I
was loading the images in the band BeforeGenerate, so that's where I put the
new code. Everything appears to work, but no images display or print. I'm
stump…Have to say that it "works for me"
Could you create a simple demo application that shows the problem?
Sara…Hi Sarah...
Unfortunatly that is not it. I do the rescaling on the "OnBeforePrint" event
already. Everything works fine in the sense that the report prints
correctly. Only on-screen its messed up. Right now I worked around it by…Perhaps the problem is where you are dynamcally sizing things? That was my
problem: orginally I tried adjusting the control and paper sizes in the
FormCreate of the parent form, and the paper size changes were ignored. Once
I moved al…Hi Jim...
since this wasn't a big issue, it too me some time to tackle this again.
Anyway, I tried both methods, but neither worked. The page in the back stays
the same, even after a PrintToDevices. Any other idea?
Ch…> ...What is the best strategy for building reports with dynamic layouts
OK, have moved the dynamic layout changes from the OnCreate event of the
parent form to the report's BeforePrint event. This now seems to work
correctly…I think I am having similar problems. I am trying to set the paper size and
margins for a report dynamically before the report is generated (in the
parent form OnCreate event). The margin settings work fine, but the paper
size show in…
True, but if the last detail record on a page has not enough space and is
printed on the next page, the sum in the footer band includes already the
value of this record.
This happens in one and twopass reports.
…> There is a NoDataBehaviors property on the child report object which
should
Hi Jim,
Is this property changeable in the Report Designer? If so where? I can't
seem to locate it. The problem is that some users m…My sincere apology for saying Reportbuilder has a bug. After reading
message from Rico Koegelenberg, I started to look at the "SkipWhenNoRecords"
properties and found out that I make a mistake on changing it to True.
So if you want a…Hi Vinh
I must thank You. You solved some future problems for me!
Cheers
Rico
Rico,
Thanks for you posting it helped me found my mistake on setting the
properties in reportbuilder.
The feature you're looking is there.
1. Only want master record to print when there is detail then make sure
"SkipWhenNo…Hi there
In certain cases the 'Problem' that you see as a bug on your side can
sometimes be very helpfull. I for instance, have a report that I only want
to print the detail for those master records that have detail records -
Yes,
I had confirmed there is a bug in 6.02 for master detail report.
I compile the master detail report in the tutorial directory, then run the
report and everything looks right until I delete orders for a customer and
that cust…Neil,
I suspect we've all been bitten by that bug.
I always grep the .dfm for active =
It will only be there for active = true
Jon
Hello Peter,
Here's some code you can use to fax your report.
It works with D5 and WinFax 8/9/10, but I didn't tried it with D6.
// This code is assuming that you will print to the winfax driver.
// WinFax is of typ…Thanks for the idea, Jes?s.