rbuser
Comments
-
Please try the following steps:
1. Install MS XP with Japanese support
2. Change the value of Non Unicode Application setting to Japanese (in
Advance tab of Control Panel's Countries and Language)
3. For RB, you can set cha… -
I guess you have to change the charset of your label. I had the same problem
displaying polish texts. Currently I guess there is no way to change the
charset. I've written some lines of code wich adds a simple combo box to the
designe… -
Hi Jay,
If I understand this right, you want to export only selected pages of a report
to other formats (JPEG...). You may want to take a look at eDocEngine VCL. You
can do this and even export multiple reports to a single file … -
Hi Nico,
Ok.
Again we have a multiple page report. Do you know how to archive a single
page of the report to a file then archive the next page and so on. At
certain times we will want to archive multiple pages if the… -
Nico,
As a follow up to my last comments that had the two questions, can we do
this with a raf file instead of a jpeg?
Here's the synopsis on my last comments:
Basically, we have a report that list invoices grou… -
Hi Nico,
Thanks for the quick response. For a follow up question, what if I had
enough data that my first page grew to two or more pages so now I have a
report with multiple pages and a summary. This summary could be an embedd… -
Thanks for the reply. I'll give it a go...
-k-
-
Let me try to start a little simpler. How can I add multiple bands to a
report such as this:
Header Band
Group Header Band
Detail Band
Group Footer Band
New Band1
New Band2
Thanks,
-k-
>You can do this on the fly at run time by streaming the .rtm file and then
Ok, I think we are getting to the cause of the problem. When I try to
open the converted report, it gives me an "error reading template"
error. The…>Are these reports on a database or are they in file fomat? If they are on
The reports are in file format as .rtm files. How do I manually save
them in ASCII format?
Mike
Thanks for that Nico. I already have multiple panels in both the autosearch
dialogs, i guess i will just have to combine the two units.
Cheers
Adam.
I saw that pas but it call wwRichEd.
"Andrew Baylis" ha scritto nel messaggio
I'd suggest you look at the ppWWRichEd.pas file RB supplies for linking with
InfoPower components. It is quite simple and should be easy to adapt for the
JEDI component.
> You will need to use one of these rich text add-ons to add images to a
I use JEDI 3 (FREE) components where there is TJvDbRichEdit that support
RTF with images, why I have to buy another product? it's possible that
reportbuilder…Hi, David
You may try GridPack v2.0 for ReportBuilder at http://www.planit-tech.com,
the pack included a new component, TrbCrossTab, which may do your job. try
to downloa…Hello,
OK, but how can I make the group footer print near to the footer band??
Thanks,
Weverton
Nico,
with
showed
Yes, nothing showed. And was working before. I just found the problem this
code that I have on the ReportPreviewFormCreate. This code was working, all
I did was to open the project on another computer…You can try the follwing on the Label14.OnGetText event
if DBCalc3.Value = 0 then
Text := ''; // Text is a parameter of the event that is already filled
with the string that will appear in the label, so you should only clear it<…Thanks, that looks like it will do it. This also reminds to looks at the
demos when I have a quesiton.
here, clearly, there is a non correct behaviour.
if you have a NULL value, the following values are stuck to the one
preceding the null value.
Even for "non null" values, the results of the functions are not correct
anym…I'm just a beginner in using ReportBuilder, and I am very glad of
getting your help. I have tested your method, however, it seems not work
well. I
hope the string 'abcd' display at the bottom of ppDbText1 and the left of
ppDbCal…Thanks. I'll try this method soon after, and I should reply the result to
you.
Thank you.
I want to create some Tpplabel objects dynamically in the detailband of a
report, and assign a field value of all records of a dataset to each of
them. Can you tell more about it to complete it?
I'm sorry that I have taken a mistake. The following is the right meanings:
I want create some TppLabel objects in the detailband's beforeprint
event handle. But the Tpplabel are always not display in the report although
the Tpp…
That works !! Thank you.
--
Gultekin Komanli from Istanbul
Thanks anyway but I figured it out:
Font.Height := Trunc(Font.PixelsPerInch * NewHeightInInches);
Bill.
Hallo Nico,
I'm gonna try creating a simple example. The form on which the report
resides is part of a framework.
I will send you the code (and database ) as soon as possible.
Eric
Hello Nick,
I don't understand (be sure you do not have the SubReport.NewPrintJob set to
False).
So you say, set NewPrintJob to true. When setting this property to true, the
subreport behaves like a seprate print job, does …Well I just checked all my regions and none of them are set to KeepTogether!
David Looney