nicocizik
Comments
-
Terry,
This is not a built-in function of ReportBuilder. Archive files are meant
to act as a snapshot of a set of reports. You may be able to create a
utility to preform the task automatically but this may end up taking more<… -
Hi Eric,
We do not support package versioning in our installs. You will need to
check the package dates rather than the version when rebuilding.
--
-
Francisco,
Try using a report object loop as described in the article below.
----------------------------------------------
Tech Tip: Loop Thru All Objects in a Report
---------------------------------------------
Hi Ruaan,
This may be due to a memory/resource leak in your code. Try downloading the
latest trial version of ReportBuilder 7.02 and seeing if that fixes the
problem. If not, try using a third party QA tool such as QA Suite or…Tom,
Did you see my previous response?
If you have not done so already, please try downloading the trial version of
Report Builder 7.02 and testing with that. If this does not help, please
send a small working exampl…Hi Christine,
Try loading another template with the changed print settings and see if that
changes anything. Make sure the Report.SaveAsTemplate property is set to
false or your print settings will not change when you adjust th…Gilbert,
Our wrapper class simply adds to the DataSource tab by inserting the option
to select a DataPipeline as the datasource, however this is the only way to
connect data to a TeeChart in a report. All other features in the…There is no need to start a new thread.
--
Jean,
I tried throwing the EOutOfResources by creating a bad event handler (large
TBitmap) in a report and was able to catch the exception just fine. You may
have resource/memory leaks in your code. Try using a product such a…Nols,
Check your hard drive to make sure you do not have two copies of GifImages.
If you do, it is best to delete the older of the two. You can also try
pointing to the RBuilder\Source and recompiling. This should then fix you…Nols,
I am unable to recreate the issue on my machine. Please send running
example of the problem to support@digital-metaphors.com and I will take a
look.
--
Jean,
Try using ReportBuilder 7.02 trial version. There have been many
enhancements since RB 6.03 to save resources. I was able to successfully
run two instances of the RAP demo and print two reports at the same time on
m…Bill,
The output is the result of a call to Delphi's FormatFloat function. You
can change the negative currency setting for Windows by going to the
Regional Options in your Control Panel and selecting the "Currency" tab. If
Hi Chris,
Yes, this will work for subreports as well.
--
Chris,
The best way to accomplish this would be to detect where the end of the
detail band is printed and drawing the text you need below that line. You
can still use the code I sent you before to find out if you need to draw t…Chris,
OutOfSpace is an internal property and is not meant to be used for external
purposes, which is the reason it is not documented. In your case we knew
that it could be used for the situation you presented.
--
Chris,
Below is a link to an example that will help you with this. You can use the
DetailBand.OutOfSpace property to find out when a page break occurs.
in Need "Continued on Next Page" at the end of my page... Comment by nicocizik April 2003Paul,
TeeChart 6 is the latest official version for Delphi 6. Here is the link to
their demos.
http://www.steema.com/download/TeeChart_v6/index…Hi Paul,
ReportBuilder 7.02 for Delphi 6 does not support TeeChart 5.03, it supports
versions 4.02, 5.02 and 6.0. See the ReportBuilder help under Report
Builder Reference | TeeChart | Delphi 6 to view all TeeChart
compata…Sham
Place a DBCalc component in the summary and set it to sum(TotalCalls). You
can set the value of the variable by adjusting the ppDBCalc.DataPipeline,
ppDBCalc.DataField, and ppDBCalc.DBCalcType properties. You may also def…Luk,
Chris is right, you need to add ppASField to your 'uses' clause and the
error will be resolved.
--
Joe,
ReportBuilder 7.02 currently supports TeeChart 6.00, 5.03, and 4.03. For
more information on TeeChart support for Delphi 7, check out the
ReportBuilder help under the ReportBuilder Reference | TeeChart | Delphi
7... s…Luk,
If you created a TppCustomAutoSearchDialog descendant then you need to
implement these methods or you will receive an abstract error. Check out
ppASDlg.pas for an example of implementing the abstract methods.
Th…Maurizio,
We are unable to reproduce the problem. Please tell us how to reproduce
this problem using step-by-step instructions.
--
Maurizio,
Try testing with ReportBuilder 7.02 Trial edition. If this does not help,
please provide the necessary steps to recreate this error on another
computer and we'll take a look.
--
Hi Alex,
Your best option here is to try to cut and paste the report components from
the region. If you are unable to move the components from the region, this
may be the only way to delete the region without loosing your compo…Moorthy,
Make sure you are using the same printer driver on both machines. Can you
reproduce the problem with our demos? Try testing with ReportBuilder 7.02
Trial and see if that helps.
--
Hi Vladimir,
The ReportBuilder Query Designer does not support the "having" clause. If
you would like to use it, you will have to edit the SQL manually. Remember
that once you edit the SQL manually, you will loose the function…Hello Sorin,
If the ppMemo resides in the report on the delphi form, you can use an event
handler to assign lines to it. If you are loading a template to the report
object, you will need to use RAP to update the ppMemo componen…Hershcu,
The article below may help you with the problem you are having.
--------------------------------------------
Article: Troubleshooting Lost Event Handlers
--------------------------------------------