nicocizik
Comments
-
Another (much easier) option would be to use Report Parameters to keep
your autosearch criteria synchronized across multiple datasets.
in Copy Autosearch values to Subreport Comment by nicocizik April 2014 -
Hi Phil,
I apologize, the example in the article uses RAP. Below is a link to a
version that does not use RAP. I tested it and it functions correctly
copying the search criteria from one query to another.
Hi Phil,
Take a look at the following article/example on copying the same
autosearch criteria to multiple queries. You would want to do something
similar in your case as well.
in Copy Autosearch values to Subreport Comment by nicocizik April 2014Hi Paul,
This is not a flaw in ReportBuilder, but rather how parameterized
queries function. When you changed to DataPipeline (MagicSQL) linking,
you were still likely using parameterized linking for your other queries
…Hi Paul,
As a test I created a simple app that has a single master and multiple
details connected to a subreport. Monitoring the two datasets, I did
not see anything that would cause this kind of slowdown when using this
Hi Ed,
1. Either way will work.
2. Not a problem. We will take a look at it and evaluate what needs to
be done.
Hi Ed,
Yes, we would definitely like to take a look at an example of this if
you have one available. Thanks!
Hi Ed,
Thanks for the further explanation and I now understand how you are
currently creating the report, however as you mentioned, using this
method does not allow the GroupHeaderBeforePrint event to fire when
printing …Hi Ed,
1. I'm a bit unclear about how you are loading the EMF images. At the
bottom you mention that you are using a JITPipeline, but you also
mention that you are "loading the PDF in the GroupHeaderBeforePrint" If
you…Hi Ed,
There are likely numerous ways of doing this however I would recommend
feeding the subreport the metafiles via JITPipeline as the easiest method.
I would start by converting all PDF pages to EMF first, then using a…Hi Paul,
Section subreports are meant to be used to combine multiple reports into
a single report. When they are placed in the same band as other report
components and (child) subreports, the output is rarely the desired one.…Hi Paul,
As I mentioned in my response to your post on September 9th, Section
subreports are meant to be used to join multiple full reports into a
single report. When you place a section subreport inside a band other
th…Hi Paul,
What you have described is wonderful! This is exactly what we have been
trying to preach from the beginning and follows the Reporting Process
which is described in the first section of the Developer's Guide and isHi Lucian,
Take a look at the following example/article on how to show a subreport
total inside the main report. You should be able to use this concept to
get the value you need for your "general" total.
in global total for report+2 subreports Comment by nicocizik December 2014Hi Bill,
This is not a known issue however it sounds like you are experiencing an
endless page report. Be sure the subreport's AutoStop property is set
to True.
Please create a simple example that demonstrates this…Hi David,
Great! Glad you were able to find a solution.
Moving forward we hope you will consider upgrading to the latest version
of ReportBuilder. We have added hundreds of new features, enhancements,
and bug fixe…Hi David,
Which version of ReportBuilder and Delphi are you using?
You may have to experiment with different report events to get the
effect you are after and simply check the boolean properties
Report.FirstPass or …Hi Ignacio,
In my testing with RB 18.0 the example located in the following
article/example, I was unable to recreate this behavior. The example
however keeps a running total in the main report rather than adding the
su…Hi Les,
There is a new daIBO plugin (daIBO.pas) and runtime package available inside
the \RBuilder\Demos\4. EndUser Databases\InterBase\4. IB Objects\...
directory of your new install. These updated files should work correctly<…Hi Jim,
I am unsure why you are receiving this specific error. However, there will
never be a TppChildReport object on your report. A TppChildReport object is
the actual report layout you see when you select the subreport ta…Hi Jim,
If you need to search your main report for a specific subreport (or any
component) it is best to use an object loop. This will loop through each
object in each band where you can then single out any given report objec…Hi Peter,
If you would like to disconnect a datapipeline from a report or subreport
you can simply set its DataPipeline property to nil. Then be sure that when
you want to use them again you reassign the property.
…Hi Thatchi,
Usually when making calculations of this sort, it is best to use
TppVariables exclusively, however if you would like to alter the values of
the TppDBCalc components you will need to at least use one TppVariable for…Hi Grant,
You can use a TppMemo component inside your report to display the text
inside your .txt file. The easiest way would be to create a file stream of
your text file and set it equal to the TppMemo.Text property before c…Hi,
You need to add ppTypes to your "uses" clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks Terry,
For some reason I did not even consider this to be the problem.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-meta…Hello,
This is not a known issue with ReportBuilder 9. Are you certain you have
the TppDesigner.Report property assigned to a valid report object? If
possible, please send a minimal example in .zip format to
support@di…Hi Allan,
No, this should not be necessary. Are you by chance loading a template into
the report object? If so, the DataPipeline field will be reset to the one
assigned when the template was created.
--
Rega…Hi Allan,
Be sure you have the TppReport.DataPipeline property assigned. The report
engine will not traverse your dataset unless it is assigned a datapipeline.
You can assign this property using the Delphi Object Inspector, i…Hi Jaime,
The TdaSQLBuilder topic in the ReportBuilder help file includes numerous
code examples on how to use the object. Specifically take a look at the
TdaSQLCriteriaList topic. This gives examples on how to add, remove, …