nicocizik
Comments
-
Moorthy,
Try setting the detail band to a static height and see if that changes
anything. If this does not help, please send a simple example demonstrating
the problem in .zip format to support@digital-metaphors.com and we'll t… -
Alex,
Sorry, but currently there is not way to generate an archive directly to
memory. This capability is definitely on our list of enhancements for the
future. If you would like to create your own device, look in ppFilDev.pas… -
Sven,
I tested the firing order for the GlobalOnCreate and the
OnGetAutoSearchValues events from RAP with ReportBuilder 6.03, ReportBuilder
7.01, and ReportBuilder 7.02. They all fired in the exact same order:
OnGetAutoSea… -
Tony,
Check out the autosearch demo 1 in the \ RBuilder\Demos\5. AutoSearch\1.
AutoSearch Field to SQL Params\ directory. This demo demonstrates how to
set query parameters.
--
-
Maria,
Keep in mind that any variable residing in a subreport will reset when the
subreport ends. To keep track of a value in a main report comming from a
subreport, create a variable in the subreport. Then use the
TppVar… -
Reid,
Try using the Report.BeforPrint event to assign the Label.Caption to a
string, and then if you want to change the label for each record use the
Label.OnGetText event to assign values to them.
--
-
Paul,
Try checking that the DataDictionary.BuilderSettings point to the correct
database. Also check the three sets of pipeline and fieldname properties on
the DataDictionary and make sure they are all set correctly.
This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
Please see my reply to your previous post.
--
Jos,
1. Use a header band to print a header on each page.
2. Use a group header to print another header below the standard header.
In order to print group headers on every page, make the group based on a
static cust…Jos,
A report is already one column by default. Please explain a little more
about what you are trying to accomplish.
--
MacBar,
Below is a link to download an example using a Custom Report Explorer
instead of a normal one as an MDI child.
http:…Felix,
Thanks for reporting this. It has been fixed for the next release. If you
view the description of the dclRBC75.dpl package, you will see that it says
"ReportBuilder TeeChart 5.02 Components". This is just a naming erro…Felix,
Below is an article on installing the TeeChart Packages manually. All this
text is also available in the RBuilder help under ReportBuilder Reference |
TeeChart | Delphi 5.
-------------------------------------…Dirk,
Try hooking a subreport to your datapipeline and letting that automatically
traverse the data for you first to last. For a master-detail example check
out Demo 61 at \RBuilder\Demos\1. Reports\dm0061.pas for an example th…Tony,
------------------------------------------------------------------
Tech Tip: Subreport header/footer bands do not print for
Child type subreports.
------------------------------------------------------------…Pekka,
It turns out that the F12 function to toggle between the code and form
windows is much more difficult to implement than the other "shortcut"
functions. In ReportBuilder 7, we did improve the minimizing capability by
Thanks for the suggestion. We'll put it on our to-do list.
--
Pekka,
When the ReportBuilder Designer is in focus, the complete Delphi IDE is
taken over. Therefore all shortcut keys will not work. The easiest way to
solve this is to just minimize the ReportBuilder window completely when i…Nols,
Please do not cross post.
Continued in other thread.
--
Maarten,
Make sure you are using the latest version of ReportBuilder 7.02 Build 2,
Dated 03/17/2003. If you are please refer to the article below on cleaning
a corrupt install and reinstalling ReportBuilder.
--------…Nols,
Please do not cross post.
We've tested TeeChart 6 with ReportBuilder 7.02 and Delphi 7 and there are
no known issues.
1. Try re-installing RB after TeeChart 6 is already installed as noted in
the RBui…Markus,
Check to see that you have the Report.SavePrinterSetup property to true.
This will save the printer setup for the life of the report so every time
you call print, it will use the original printer setup you assigned from …Lee,
Check out demos 51 and 52 in the \RBuilder\Demos\1. Reports\ directory for
an example of subset page numbering. The Subreport.ResetPageNo property
should help you with the problem you are having.
--
Please see previous post.
--
Magnus,
Below is a link to download an example that should help you with your needs.
This example keeps a running total for a column in the dataset and can
display it at the end of every page or at the end of the entire report.<…Maria,
Try creating an invisible TppVariable in each subreport and in the
TppVariable.OnCalc event, updating the value of a TppVariable or TppLabel
located in the main report. Be sure to use the OnCalc event to ensure the
…Maria,
1. OnCalc: Use the OnCalc event handler when you want to perform
calculations. The OnCalc event essentially only fires once for each record
traversal during report generation ensuring correct calculations.
2.…John,
There is no record of a bug in ReportBuilder 6.03 that matches your
description, however over the last two years many fixes and improvements
have been made that could be related to the issue you are having. Please
tr…