nicocizik
Comments
-
Hi Jose,
In order to access the objects, you will need to create a report object
loop. See the article below for more information...
----------------------------------------------
Tech Tip: Loop Thru All Objects in … -
Hi Jose,
Try using the Band.BeforePrint event to adjust the position of each object
in that band based on the values you retrieve manually from your dataset.
You may also try the Component.OnPrint event but this may fire too l… -
Hi Erich,
You should be able to do this with Section style subreports. Which band are
you placing these subreport in? If you are trying to print multiple reports
in order, I would suggest keeping the main report empty and pl… -
Hi Jeremy,
ReportBuilder allows you to use the AutoSearch capability to alter your data
and then refresh the report successfully. I would suggest taking a look at
the AutoSearch demos located in the RBuilder\Demos\5. AutoSear… -
Hi MacBar,
ReportBuilder was not designed to make aggregate calculations during report
generation. Any processing that you need to do as far as traversing your
data and calculating a result that you do not want printed on you… -
Hi,
When you set the visibility of a subreport to False, none of the objects
inside the subreport are generated and therefore, none of the events
corresponding to those objects are fired. If you need to make a calculationHi Denis,
How are you creating these "dynamic empty lines"? You could possibly use an
empty invisilble region to take up space in your detail band. Otherwise a
dynamic height detail band will always shrink to the smallest si…Hi Nikolai,
Thanks for the feedback. We will experiment with this for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.di…Hi Brandie,
You need to add ppTypes to your "uses" clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
…Hi Gustavo,
If a problem is occuring where we created an exception, you would already be
seeing it. If not, then we simply did not create a message for the error
you are experiencing. I am a bit unclear about what is actuall…--------------------------------------------------------
Tech Tip: UCC/EAN 128 Barcode Generation
--------------------------------------------------------
ReportBuilder's support for the Code 128 barcode symbology can be used to…Hi Rob,
When you set a LookAhead variable, it will not actually be available for
calculations until the report has completely finished it's first pass. At
the time you are accessing it's value, it is probably still calculatin…Hi,
Where are you placing these calculated fields? Are you resetting certain
DBCalcs based on some groups? Are you using any TppVariables? I will need
a little more information about how your report is designed to help you …Hi Freddy,
You need to add ppTypes to your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Andreas,
1. Take a look at the Mail Merge feature of the TppRichText object. This
will allow you to add fields to a RichText object and format them how you
like. See the help topic for TppRichText in the ReportBuilder He…Hi Dietmar,
So essentially you would like to move a set of report objects to a certain
Left position on your report based on the report you are printing? If this
is the case, your method seems appropriate. Your helper compon…Hi,
You need to be sure you are defining all the
Report.Template.DatabaseSettings properties or else ReportBuilder will not
know which record to save the template and will by default save it in a new
one. See the TppTem…Hi William,
What is inside your detail band? Is there some sort of KeepTogether object
that is forcing it to move to the next page after the group header prints?
Unfortunately Header and Footer bands are not supported for Chi…Hi Jon,
Check out the demo 33 located in the \RBuilder\Demos\1. Reports\...
directory (dm0033.pas). This example shows exactly how to accomplish what
you want.
--
Regards,
Nico Cizik
Digital M…Hi Hidhayathulla,
I am not aware of any issues like this in RB4 however this is a very old
version and something like this could have been present. Try setting the
Report.CachePages property to True and see if that helps. If…Hi Eduardo,
----------------------------------------------------
Article: Printing to Continuous Paper
----------------------------------------------------
1. Layout
For continuous printing (for example a r…Hi Riga,
I was able to recreate this issue and fix this problem. This fix will be
added in the next maintanence release of ReportBuilder. Thanks for your
help.
--
Regards,
Nico Cizik
Digital …Hi,
Do you experience this behavior when trying to export any report to PDF? If
you try to export the template separate from the server are you still seeing
the AV?
--
Regards,
Nico Cizik
Digi…Hi,
Which version of ReportBuilder are you currently using? This may be a bug
that was fixed for RB 9.01. If you are not using version 9.01, please
upgrade.
--
Regards,
Nico Cizik
Digital Met…Hi Max,
There is a patch available for ReportBuilder 9.01 that solves this problem.
Please send a small e-mail to support@digital-metaphors.com requesting it.
--
Regards,
Nico Cizik
Digital Metaphors…Hi Wayne,
Yes, what you mention below is what RAP was intended to do. However, as you
probably well know, there is always an exception to every rule in our
profession. It is possible to access RAP code from Delphi. See the …Hi Wayne,
Sorry, I'm still getting a feel for what you are trying to do.
No, it is possible to edit and add RAP code in Delphi code, however this
sort of defeates the purpost of RAP, which is to keep all report code…Hi Wayne,
Yes, that's about it. You will need to define the Template.DataBaseSettings
properties before your template will be saved to database successfully.
You can add code specifically to a report template using RAP. …Hi Wayne,
Sorry about the misunderstanding. It is definitely possible to create a
report dynamically in code at runtime based on options you give your users
in a dialog. You would first need to load your report template into…