nicocizik
Comments
-
Hi Massimiliano,
You can unregister any device using the ppUnRegisterDevice routine of the
ppDevice.pas file. Something like the following before printing...
uses
ppDevice,
ppPDFDevice;
---
… -
Hi Alex,
This could happen if your user does not have direct access to the video
driver or to a printer driver for an installed printer. This could also be
an issue with RB 6.03. I would recommend upgrading your version of <… -
Hi Paul,
I believe this error is primarily caused by making calculations inside a
dynamic height detail band in a multiple page report. Is there any chance
you can use a static height detail band?
--
Regards,… -
Hi Paul,
Which version of RB 9 are you currently using? (i.e. 9.01, 9.02). I
believe there were some fixes made for RB 9.03. Please contact
info@digital-metaphors.com with your serial number and purchasing email
addre… -
Hi Steve,
In my testing with the existing DataSnap plugin, I was able to successfully
use the DataDictionary at design time in the client if my server was active.
If you set the client datsets to active, the field will be avai… -
Hi Alan,
The latest version of TeeChart Pro comes with a calendar option in the
"Extended" tab when adding a new series. You may also want to check out the
third party add-on to ReportBuilder RBAddon
( in Calendar\TeeChart Comment by nicocizik April 2006 -
Hi Phuoc,
You have a couple options.
1. Try placing a TppRegion in your detail band with the ParentHeight and
ParentWidth set to true. Then be sure all the components that already exist
in in the detail band are i… -
Hi Jeff,
Changing the RTM text is probably your best option, however it seems that
simply changing the table name is not enough. I would recommend choosing
one existing report and recreating it from scratch with the new table… -
Hi Keith,
This issue was brought to our attention a couple of weeks ago and is not a
problem for the new toolbars included with ReportBuilder 10. I would
recommend taking a look at RB 10 and possibly consider upgrading. The … -
Hi Ian,
In my testing with RB 10.02 and Delphi 2005 with IBX and Interbase 7.5,
everything seems to work correctly. Could the fact that Delphi 2005 uses a
newer version of Interbase affect this in any way? I can send you the… -
Hi Ian,
Do you get this behavior with every report you try to load? For instance,
if you create a very simple report, perhaps only containing a single label,
save it and try to load it again, do you still get the error?
… -
Hi Ian,
Which version of ReportBuilder/Delphi are you currently using? What is the
field type of the Template field? Did you use the CreateEndUserTables.sql
file to create these tables?
--
Regards,
Hi Alex,
Are you able to determine which component(s) are causing the problem? Try
creating a report similar to the one in question and try to isolate the
components giving issues. Let me know what you find.
--Hi Alex,
As a test I created a simple report using RB 6.03 for Delphi 5 with a single
label. Then on a separate machine loaded that template in RB 7.04 for
Delphi 5 without any errors. Are you getting this error for all your…Hi Mark,
If you impliment the OnLoadEnd event of the template, it will be fired every
time a new template is loaded automatically. This is a matter of adding the
event to your application once (a few lines of code). If you t…Hi Mark,
Which version of ReportBuilder are you currently using and which version
were the old template created in? My suggestion would be to use the
OnLoadEnd event of the template object to enable or disable the outline
Hi Patty,
You will need to assign the value of the text object at runtime in order to
see the parameter value in the Title band. I would suggest using the
TitleBand.BeforePrint event to access the parameter values. Something…Hi Alex,
How are you totaling the detail lines? I would recommend placing an
invisible variable inside the detail band of the main report, and it it's
OnCalc event, update the value of another variable inside the section
Hi Alex,
Unfortunately ReportBuilder 7 was not designed to allow a forced page break
in the group footer. One option may be to place a section style subreport
inside the group footer. Another may be to add a shape or region …Hi Isaac,
ReportBuilder does not natively support Stored Procedures in DADE, however
it is possible to implement them using custom dataviews. For RB 10, we
added a new demo that shows how custom dataviews can be implemented t…Hi Paul,
One option would be to use a JITPipeline to traverse a single record in a
dataset, and connect that to the TeeChart. I believe this would give the
same effect as the SingleRecord feature in TeeChart.
--Hi Paul,
Unfortunately I do not believe this can be done solely in RAP. You will
need to create a pass-thru function to dynamically create and export the
TeeChart to the Report.
Adding the SingleRecord capibility t…Hi Paul,
Sorry, I initially did not understand your requirements.
Unfortunately this is not possible with the current TeeChart wrapper built
into ReportBuilder. One option (which is used by many of our other
custom…Hi Paul,
Sorry, though adding the proper unit to the uses clause may expose this type
of datasource, it will probably not function correctly with ReportBuilder.
RB is meant to be used with the DataPipeline option. You will ne…Hi Paul,
The TeeChart component in RB is simply a wrapper around an ordinary TeeChart
object. You will need to add the proper TeeChart references to your uses
clause to enable certain features at runtime.
The best …Hi Fernando,
The TppViewer.Report object is a TppProducer, which is an ancestor of the
TppReport object. You will need to typecast this property as a TppReport
for it to compile correctly.
ppDesigner.Report := TppR…Hi Stacey,
Try setting the Report.CachePages property to True and see if that helps the
problem.
--
Regards,
Nico Cizik
Digital Metaphors
in Report preview different than printer output Comment by nicocizik May 2006Hi Patrick,
Try placing a DBCalc component inside the Summary band of your report and
connect it to the field you would like to total. If you need to make more
calculations than just a sum, you can use a TppVariable and the O…Hi Larry,
That would be a nice feature. Thanks for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.comHi John,
In my testing with RB 9.03 and Delphi 7 I am able to successfully drag,
dock, and resize the Report Tree. Is this behavior occuring at runtime and
design time? Perhaps you have a corrupt install. I would suggest