nicocizik
Comments
-
Hi Nicola,
You need to change the TppRegion.Pen.Style to psClear. This will remove the
border around the region. This is a published property so it can be changed
in the Delphi Object Inspector.
--
-
Hi Alan,
Yes, it is possible to design a report in this fassion but you can only
access this designer from the Delphi IDE or through an end-user application
created with Delphi and the ReportBuilder components. If you would lik… -
Hi Alan,
ReportBuilder is a Delphi add-on component sold to Delphi developers. It is
not a stand-alone application. From Delphi it is possible to create a stand
alone end-user reporting application that can be executed separat… -
Hi Bill,
Please see the RAP Reference topic located in the ReportBuilder help file.
This help file should have also been merged into your Delphi help so you
should be able to access it from the Contents of the Delphi help. If y… -
Hi Frederic,
Send an email to support@digital-metaphors.com requesting the Outline patch
and we'll see if that will fix the problem.
--
-
Hi Frederic,
Which version of ReportBuilder are you using? Be sure you are using the
latest version of ReportBuilder (7.03). If so, let me know, there is a
patch available that may help.
--
-
Hi Felix,
To print to a .prn file, simply set the Report.PrinterSetup.FileName
property and the report will output the binary print file to the .prn file
of your choosing. Then remove this setting and print directly to the
Hi Felix,
Well, I am sort of at a loss on this one. As I said before, since I have
never heard of this problem before and am unable to reproduce the problem
myself, it is very difficult to find the reason in ReportBuilder (if a…Hi Felix,
Have you had your client try to print to a different printer? Perhaps the
printer(s) they are using are not capable of handling that size of custom
paper. If they print to default Letter or A4 size paper, do you stil…Hi Felix,
The best way for me to get to the bottom of this problem would be for you to
create a small example that demonstrates this error on your machine so I can
try to recreate it on my machine, then solve/debug the problem f…Felix,
Please send an example demonstrating this behavior in .zip format to
support@digital-metaphors.com.
--
Felix,
This is not a known issue with ReportBuilder. Did you try to print to a
different printer? I am still unclear about what is happening. Are you
just missing some components or are complete components being cut off?
Hi Felix,
As a test, try commenting out all your event handlers and re-run the report.
If this helps the issue, slowly begin adding the event handlers back to
isolate the problem area. If this does not help the issue, it may be…Hi Felix,
I do not think we have seen this behavior before. Are you only see half the
report when you preview on screen as well as when you print to the printer?
Are complete report components being cut off or are the objects o…Hi Felix,
Be sure that your group headers and footers are not larger than one page.
If they are, and you have KeepTogether set to True, you could get an extra
page as ReportBuilder tries to make room. If this is not the case, p…Hi Angel,
Thank you for inquiring about ReportBuilder.
ReportBuilder does not currently support C++Builder. One option would be to
create the report using Delphi and then compile them into a package that can
be used b…Hi,
Check out the utility functions available in the ppUtils.pas file. There is
a global method named ppToMMThousandths that will convert any measurement
type to microns.
--
Hello,
ReportBuilder can not calculate the height of an image in the RichText
component, it is only capable of finding the height of text. You will need
to somehow find the height of the image before hand and set the TppRichTex…Hi Mike,
Please see the ReportBuilder help under the ReportBuilder Reference |
TeeChart | Delphi 7 | ... section. This gives you a table of the features
supported for each version of TeeChart and ReportBuilder. Using TeeChart<…Hi Lee,
In the DetailBand.AfterPrint, you should be able to set the Label.Height =
to the Memo.Bottom as you said below. This will then look different on
screen but should print in the correct spot on paper. The screen output …Hi Bob,
ReportBuilder gets it's date formatting from Delphi, which in turn gets them
from Windows. If you would like to see how this is done, please see the
code in the TppDisplayFormat class located in the ppDisplayFormat.pas …Phillip,
Thank you for bringing this to my attention. I have logged your request for
this feature in a future release. We are currently working to keep up with
the latest Borland release of Delphi 8 but as time and resources b…Hi Kai,
Many changes have been made to the bar code component over the past year and
at first glance, it looks as though the changes below were in fact made in
our latest release. If you run into any problems with the barcodeHi Franky,
From the way your report is working, it looks like you are summing over a
value that is traversed inside a subreport. Unfortunately the DBCalc
component can get lost when doing so. As an alternative, you should use …Hi Franky,
I am a bit unclear about how your report is set up. What fields exactly are
you summing and how is the sum wrong? By default ReportBuilder will skip
all master records that do not have any detail records attached to…Hi Franky,
Which version of ReportBuilder are you using? In my testing with RB 7.03
with Delphi 7, this seemed to work correctly. Try creating a minimal
example and see if the behavior you described continues. If so, please s…Hi Ken,
Check out the following example on how to launch the Query Designer or Query
Wizard in code.
http://www.digital-metaphors.com/…Hi Ivano,
If you are looking to simply rotate your entire report 90 degrees, you can
simply set the report to print in Landscape mode rather than Portrait. You
can set this property by selecting the File | Page Setup ... option…Hi Peter,
There are no known issues with the SendToBack/BringToFront commands. If
possible, please send a small example demonstrating this behavior to
support@digital-metaphors.com and we'll take a look at it for you.
Hello,
I'm sorry, I may have been a little unclear. In ReportBuilder, all reports
are essentially a template. Inside the Report object, instructions are
saved that define the report layout. These instructions can then be save…