nicocizik
Comments
-
Hi Steve,
Take a look at the following example.
http://www.digital-metaphors.com/tips/ContinueNextPageMessage.zip
--
Hi Tyler,
Which version of ReportBuilder/Delphi are you currently using?
The ReportExplorer uses the Folders and Items tables to keep track of them
in the explorer window. Be sure you successfully executed the
Crea…Hi Preston
ReportBuilder renders to the printer using the Delphi TCanvas class and via
calls to Windows GDI functions.
We do not have any direct experience with sending escape or hex codes
directly to the printer dr…Hi Ronhald,
If you want to access groups that have already been created, you will want
to use the TppReport.Groups property. Once you have the group you want to
change, simply use the TppGroup.BreakName property to change the…Hi Ronhald,
----------------------------------------------------
Tech Tip: Creating a Group in Code
----------------------------------------------------
How can I dynamically create a report group at run-time?Hi Peter,
Try setting the DirectDraw property of the image to True. This should
retain the image quailty even if the image is resized. This is a published
property so it is available at design time in the Delphi Object inspe…Hi Harry,
Unfortunately ReportBuilder was originally designed to generally be a
printer-based product. It may be possible to dynamically change the custom
page size if you are able to do so before the report prints.
Hi Laurent,
Are you able to recreate this issue on multiple computers? Are you able to
create the error using the trial version of ReportBuilder 9.02 for Delphi 6?
Try setting your library path to \RBuilder\Source\... and hav…Hi,
Take a look at the example located in the \RBuilder\Demos\5. AutoSearch\5.
Build Description of AutoSearch Settings\... directory. This example shows
how to display a discription of the autosearch criteria inside the repo…Hi Asbjoern,
You can change the DetailBand.PrintCount property at design time or in RAP
to limit the number of records traversed per page.
--
Regards,
Nico Cizik
Digital Metaphors
in Newbie: Gantt-chart in Reportbuilder Comment by nicocizik July 2005Hi Jim,
You are probably getting this error because the complete installation file
was not downloaded successfully or was corrupted somehow. If you have
another copy of the installation file stored somewhere, try using that.<…Hi Dave,
If all four regions are inside a subreport with KeepTogether set to True and
there is insufficient room for the regions to fit on one page, ReportBuilder
will try to move the entire subreport to the next page. If you…Hi Dave,
I'm a bit confused about what you would like to happen. I'm mainly unclear
about what was wrong before you added the subreport to your report design.
Setting a regon to KeepTogether will only break a page when there …Hi Dave,
Did you then set the KeepTogether of the regions to False? Keeping this
property set to True will cause the regions to move to the next page if
there is not enough room to fit in the given space on the current page.<…Hi Kemal,
Now, when you load up the designer, are you still unable to see the Report
Tree? Once you load the designer, the RBuilder.ini should be recreated. We
have not seen this issue before. You might try re-installing yo…Hi Kemal,
Deleting the RBuilder.ini should reset the designer. The report tree may be
opening behind some windows on your screen. Try doing a complete search of
your hard drive for the RBuilder.ini file and delete them all. …This is a multi-part message in MIME format.
Hi Ingo,
This property was deprecated as of RB 5.02. The only way to traverse
separate datasets other than the one connected to your main report is to use
Subreports.
--
Regards,
Nico Cizik
Di…Thanks Justin,
That is a very good point
.
--
Regards,
Nico Cizik
Digital Metaphors…Hi Jaime,
A new version of BuilderControls has been added to our web site supporting
the changes made in RB 9.02. You can download this newer version using the
following link.
in TRotatedLabel an RB 9.02 Comment by nicocizik July 2005Hi Paul,
Sorry, I didn't explain myself fully. When using DataPipeline Linking in a
Master-Detail relationship, as you will when connecting JITPipelines, you
will need to sort the detail data on the linking field. When…Hi Paul,
ReportBuilder simply traverses the data you give it as-is. There is no "in
house" sorting or caching being done when a report is generated. This is
true for data aware master detail relationships as well. In order …Hi Paul,
Be sure your detail data is ordered by the Column2 data. Take a look at
demo 139 located in the \RBuilder\Demos\1. Reports\... directory
(dm0139.pas). This will give you a good idea about what needs to be done toHi Tyler,
If you are able to get the demo working correctly then there has to be a
difference between that and your application. Try deleting all the rb
tables and re-running the SQL script included with ReportBuilder. Also …Hi Tyler,
The Dataset is supposed to refresh the server and local datasets when it is
updated on the fly, but apparently in some cases this does not happen
automatically. The fact that you are able to load the Explorer and in…Hi Tyler,
If you assign the database name at design time rather than when the
datamodule is created, do you still get the same behavior?
--
Regards,
Nico Cizik
Digital Metaphors
in RE: end-user report explorer issue Comment by nicocizik July 2005Hi George,
You are going to want to use the template event OnLoadEnd to loop through
each component in your report and assign the image once you find the proper
image component. Take a look at the following articles.
Hi Jozua,
These fields are ordered as they are in your dataset. If you change you SQL
query to select the fields in alphebtical order, the order on the crosstab
field panel should change as well.
--
Regards,<…Hi Yelena,
What are you calculating? The only event that it is safe to make
calculations in ReportBuilder is the OnCalc event of the TppVariable
component. Are you able to determine when (what conditions are present) the
Hi Tim,
Sorry for the confusion. The memo objects are set to wordwrap by
definition. In my testing, the DBMemo object wordwraps correctly in RB
9.02.
--
Regards,
Nico Cizik
Digital Metaphors<…