rbuser
Comments
-
> "Cannot
AFAICR this was a bug in 6.02, fixed in 6.03--contact support and see if
they can get you a patch or upgrade to the latest and greatest (version 10
is really nice).
Ed Dressel
Team DM
-
"Nard Moseley (Digital Metaphors)"
Fantastic! Thanks, got it working!
(Very much like … -
"Nico Cizik (Digital Metaphors)"
Thanks Nico!
Yup, sub-reports are it.
-
"Abdullah Kauchali"
We are currently evaluating ReportBuilder among other Delphi reporting tools
and require functionality to display tabular data with the ability to
position such control at exact X, Y coord… -
Nico
Thanks for the quick reply.
The user would not control the print out as the PDF file is sent through a
process which sends it across the internet to a central agent system so it
is definately automatic. I menti… -
Hi
Some of the blob data in rbItem table is in Binary format, not ASCII.
Have you a quick way of loading the binary and saving back into the table as
ASCII? I can then parse the values and remove the line.
Reg… -
Hi
I was trying to implement your suggestion below, I added back the reference
to myPreviewPlugin, opened up the file myPreviewPlugin, removed other
references and added the OnClose (there was not one there previously).
<… -
>
Worked like a treat!
Thanks,
Håvard
-
Thanks Nard,
I took me a while to work out that the correct packages for Delphi 2007
are rbRCL10105 . . . . . . (I do not quite understand the naming convention)
All working now.
Thank you
Richard Har… -
Hi Nico,
Thanks again for the responce.
My SubReport1 is in the same Detailband as SubReport2 together with some
other TppDbText objects with vertical lines
In SubReport1 are also 6 TppDbText with vertical lines
Hi Nico,
Thanks for the answer.
In my case the subreports has more then one field ..... in Subreport1 there
are 6 fields to seperate and in Subreport2 there are 4 fields to seperate
with vertical lines
Any othe…Hi Nico!
Well your solution seems a bit odd to me, but hey: It works!!!
Thank you! Now everything works fine even with the actual version of your
rBuilder. I hope I can convince my boss to upgrade to version 10.9 in the
Thanks Edward,
That was the solution although it took a lot of weeding out before I got it
to work. It also answers a previous question I asked about working in Vista.
It works fine.
are your building with packages?
not that it matters, but it sounds like you have some old packages
around--maybe old source code.
you might want to look at 'Cleaning up a Corrupt Installation' in the tech
tip newsg…Nard,
Thanks for your assistance. Apparently some things have changed since
version 7. In my report I have 4 pipelines that create 4 reports and add
them as pages.
The previous behavior was that they would all go on…I searched for TeeChart and for lEditCha, but none of them show a similar
problem, beside my own.
I am trying to find out wich version of TeeChart should I buy, that is the
reason to test with all the version, buit I found in …
search the posts here for lEditCha--there's lot of documentation on it.
Ed Dressel
Team DM
Nico
Thanks for your help.
I did the following
Private
procedure OnPageReceive(Sender: TObject; aPage: TObject);
..
..
..
procedure TdatMain.OnPageReceive(Sender, aPage: TObject);
be…
One suggestion: Not using datasets, but object lists can also improve
speed--then use the TppJITPipeline. Takes a bit more work.
Edward Dressel
Team DM
>
The problem isn't related to data-aware controls. The TDBGrid shown in
the example is to show how the dataset traverse using both methods
(native previewer and TppArchiveDevice). The question asked is to learn
…Thanks Nico,
The following code worked:
Label1.visible := Report.AbsolutePageNo = 1;
Variable1.visible := Report.AbsolutePageNo = 1;
However, the code I was using caused the elements to be hidden at all timesthe reason colum labels a in the first subreport as the data needs to be
displayde vertically
eg column1 Column2 column3
title 1 Data1-1 data1-2 data1-3
title 1 Data1-1 data1-2 data1-3>I have a multicolumn report that has headings. I would like to "keep the
what are your headers in: groups? column headers?...
Ed Dressel
Team DM
Just moving the code to the Band.BeforePrint fixed the issue. I think the
problem happened depending on if the group header fell at the bottom of the
page with no details below it. from that point on the colors were off and
if I …It is changing to the wrong color. The odd thing is I can go through the
pages and then go backwards through the pages and they will change colors.
So they could have been the correct color the first time then when I cycle
back th…> Do you have a timeframe for the release of RB11 and will it still work
AFAIK RB11 will be released after Delphi 2009 is launched, and yes, will
work with D7.
In article <48b6aada@mail.>, Nard Moseley (Digital Metaphors) wrote:
Do you have a timeframe for the release of RB11 and will it still work
with D7?
Gruß aus den Bergen
Günter
Mr Cizik,
Thanks for the pointers. We are looking forward to the next version.
By any chance, is the release date for v11 known?
Regards,
Alan Givati
Dilix Technologies Ltd.
Alan G. wrote:
I would like to correct an error in the first paragraph (in case it
caused confusion)
The option to output PDFs in multiple languages is extremely important,
*as* from what I have read here on the newsgroup…Thanks Nico,
I will see if I can recreate it and send it to you.
Richard Harding