nicocizik
Comments
-
Hi Veri,
Try using a group event such as the OnGroupBreak or
GroupFooterBand.AfterPrint to set the SuppressRepeatedValues property back
to False for one iteration. Then don't forget to set it back to true once
you are d… -
Hi Robert,
How and where are you initially running the report? Typically when showing
a report inside a TppViewer object, you will want to connect the viewer to
the report and call Report.PrintToDevices. This will prevent th… -
Hi Jeff,
No need for an example. I simply opened the \Demos\6. RCL\myChkBox.pas
file, added a published property named ReportID to the TmyCheckBox class
with a corresponding FReportID field in the private section and compiled… -
Hi Jeff,
In my testing with the demo code located in the \Demos\6. RCL\... directory,
I was able to add a ReportID property to the published section of a
TmyCheckBox component, see it in the designer when designing a report at… -
Hi Jeff,
If the ReportID property is published, it will automatically be saved to
template when the report is saved. See the demo in \Demos\6. RCL\... for
more information on creating a custom component.
--
… -
Hi Jeff,
This should be possible. You would need to do something similar to the
TppVariable component in that it is able to calculate its value at different
times (i.e. Group Start, Group End, etc.), rather than on each detai… -
Hi Rob,
If a report contains multiple dataviews in DADE, they will each create their
own SQL object. The TdaSQLBuilder class can only access and alter a single
SQL object at a time so you would need to create multiple to gain… -
Hello,
Please use your real name when posting to these newsgroups.
Try using the Report.DetailBand.PrintCount property to change the number of
iterations a record is printed. This is a published property so it can be
Hi Santy,
Take a look at the current TppDBText and TppDBCalc classes located in the
ppCtrls.pas file for a starting point. From your description below, this
will be a component very similar to the DTText component with simple…Hi Kay,
You should not need to use the AddChild routine. Simply be sure you assign
the TppLabel.Band property to the proper band and that it fits within the
bounds of that band.
See the Developer's Guide and Tutori…Hi Eliseu,
Exporting individual groups to a separate PDF file was added as a feature
for RB 11. Take a look at the following article.
in Exporting Report Groups with PDF Files Comment by nicocizik December 2009Hi Bas,
This is one way to do it. You can also directly draw the shape to the
canvas similar to the way it currently works in ReportBuilder. Take a look
at the TppScreenDevice.DrawShape routine in ppViewer.pas or
Hi Bas,
Unfortunately Report components do not function the way you need them to as
stated in your requirements below. Once a component is placed on a report,
nothing occurs until the engine is ready to print the band and the…Hi Jannes,
If you are adding components to the summary band, you will want to use an
event that fires before it is printed. I suggest using the
SummaryBand.BeforePrint. Also be sure to remember that once you assign a
R…Hi Jeff,
Do you perhaps mean the SaveLength property or the Width property?
There are no built-in dialogs for setting the above properties so you will
need to create your own and add a popup menu option to your custom com…Hi Stephan,
Yes, this is definitely possible. You can use an event that fires
before the page or band beings to do so. Ideally you would want to use
the PageStyle.BeforePrint or Report.OnPageStart event to toggle the
v…Hi David,
Thanks for the explanation, I had originally thought that you wanted to
toggle the entire contents of the page style for the first and
subsequent pages. Your method below seems to be functioning within the
des…Hi David,
I'm a bit unclear about your question. It is possible to implement all
the events available in RAP with Delphi. At no point is RAP code
required to accomplish something with ReportBuilder.
If you need to…Hi David,
ReportBuilder was not designed to allow two pagestyle bands in a single
report. My suggestion would be to place two subreports inside a single
pagestyle band and toggle the visibility of each based on the page being…Hello,
For future reference, please use your name when posting to these
newsgroups. Also always include the version of ReportBuilder and Delphi
you are using.
What type of exception are you receiving? If you trace…Hi John,
ppPopupMenus.pas
Hi Eliseu,
Thanks for the suggestions. I will make these changes for the next
release of ReportBuilder.
Hi Fabio,
If you know the type of question being asked, you could create a
subreport that contains a number of regions (specific for each type of
question) then hide or show the correct region based on the question type.
…Hi Jack,
Are you using the latest version of ReportBuilder? If not, please
upgrade to 14.03 and re-test. We fixed a number of issues dealing with
drawcommand clicking.
Hi Dima,
This is a known issue with RB 14.03 and archive file viewing. The
problem will be fixed for the next release of ReportBuilder.
Hi Lmir,
When you test this with Delphi 7 and Delphi 2007, which version of
ReportBuilder are you using?
Are you able to recreate this without using your custom report object?
If not, perhaps you can look how this i…We are still researching a solution for this issue. Please contact
support@digital-metaphors.com directly and I will walk you through a
workaround to keep you up and running until we can provide a permanent fix.
Hi Jack,
Sorry for the delay. We are currently researching this and will get
back to you as soon as possible.
Hi Jack,
There is a patch available for 14.05 that solves this issue. Send an
email to support@ requesting the patch.
Hi Tommy,
Are the expandable properties of the initial expandable properties
(second + level down) published? For instance, take a look at the
TppBandBackgroundSettings class inside the ppBands.pas file. The
properties…