rbuser
Comments
-
Actually, I'm trying to clear the tally for the previous subreports. If I
use the OnReset property, would that be something like this?
if pipeline1['CODE'] <> pipeline2['CODE'] then value := 0;
or am I thinking completely wron… -
Nico,
The labels are not touching the bottom of the region. There is noticeable
space between the label and the bottom region border. But this space
disappears at runtime, even after print to a pdf.
Switching to a p… -
Hi Nico,
I feel like an idiot.
Once I closed the pipeline and dataset it is working perfectly now.
Thank you so much.
-
Hi Nico,
Thank you for the reply; however I tried this with no luck.
If it helps, here is the actual code that i'm trying to use. I have an image
on the report, the following code is in that image's DrawCommandClick
procedure.<… -
Thanks, could you perhaps give more detail for the next part of your answer
The
I take the content of the string at runtime .
How does the bitmap come into the picture?
Perhaps if you could allude to an example, I w… -
I was making it difficult. Should have noticed that simple property.
Thanks,
Bob
-
After all these years.. I did not know that.
Thanks,
Bob
-
When you say the alternative is to edit the SQL as text and manually add the
GroupBy clause, is this something the user can do in the report builder at
runtime or do we have to do it from Delphi?
Thanks,
Bob
-
Works perfectly.
Thanks,
Bob
-
Ok, I missed that.
Thanks,
Bob
-
I created the following but it still only gets displays records from
WoMaster where they join with records from WoCompleted.
procedure ReportBeforeOpenDataPipelines;
begin
WoCompleted.AddLink(WoMaster, 'YearMonth', 'Year… -
Actually I am teaching a seminar of our software including Report Builder.
In case a group by on calc cannot be done in RB, I would like to explain
application so you might suggest a work around. So I can show users how to
accompli… -
Oh, thanks for the clarification. That makes sense now.
Is there a target release date for RB 11?
-
Further...
MyRichText.TextAlignment := taFullJustified;
compiles, but the text still appears left justified, so i assume it has no
effect.
-
Not sure if it is any indication of exactly what I'm doing wrong, but the
following line of code:
MyRichText.Paragraph.Alignment := taFullJustified;
gives the following error when I compile:
Incompatible types:… -
Send a demo of the problem to support.
-
Thanks Nico.
I have added a dummy report to my datamodule, and this solved the problem.
Petter
-
Hello Nico.
I have done this in several ways now and every one come up with the same
result - MasterDataPipeline missing.
Here are the two of the ways I tried:
A
1. From the menu, new vcl forms app.
2… -
Hello Nico.
I will upgrade to the latest version, but this problem has been persistant
over several versions.
Is this the recomended way to produce a master/detail report?
If so, I would appreciate if you could provide som… -
> In my testing I was unable to recreate this issue. Below are the
FTR: I've seen this and reported it a few years ago. I created a demo and
you could not reproduce it at that time either.
Edward Dressel
Team DM… -
Hello Nico.
Sorry for being unclear.
This is how I can reproduce:
Sett the property at designtime.
Save my project.
Close Delphi.
Open Delphi.
Open Project.
Now the setting is lost.
Pett… -
Nard,
My mistake. I didn't have the ppWWRichEd in the Uses clause.
I added it and it worked great with the image!
Thanks so much for your help on this.
Jason
--- posted by ge… -
I just added it, but no difference. The image is still stripped out.
--- posted by geoForum on http://delphi.newswhat.com
-
I tried all of those methods, they all seem to strip out the image.
--- posted by geoForum on http://delphi.newswhat.com
-
Nard,
I did get the InfoPower wrapper installed. I can insert images in the
RTF box at design time.
But I can't seem to put images in at runtime. I've tried the load from
LoadFromRTFStream method, but it still doe… -
Nard,
I happen to have the InfoPower suite installed, so that's what I installed.
However, even after installing the resulting packing into Delphi, it
still doesn't copy over images with the RTF. I did notice that this <… -
Thanks Nico, I'll have a play.
regards
Willie
-
Please disrespect the message,
I solved the problem using sub-reports and code.
Thanks,
S?rgio
-
I just created a simplified program where I tried to duplicate the problem.
I am getting an access violation now when I try to print from the print
preview. Again, the print straight to printer works fine. Everything looks
fine in p… -
OK, I have upgraded to Delphi 2007 & Report Builder 10.07. I have installed
all of the updates and made the necessary changes to my code to get it to
compile and run. This problem is still showing up. Certain printers print
…