nardmoseley
Comments
-
- is this an RB Server application? In other words an application in which
you are using RB Server Edition to build a multier reporting solution?
- Or is this a standard Delphi app that includes the RB reporting engine?
… -
Makes sense then.
There are really two cases here
- I want my report to use the Printer settings (DevMode) from the Windows
control panel (plus the Report.PrinterSetup settings)
- I want my report to use … -
RB 10.04 includes improvements for merging the Report.PrinterSetup
properties with the DevMode settings from the Windows Control panel.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
- Try calling Subreport.Free instead. I just tested and that seemed to work.
- NoDataBehaviors controls what happens when the dataset is empty.
SkipWhenNoRecords is used to determine what happens whether a master record
… -
Try setting subreport.Band to nil, that will remove the subreport from the
report.
When the main report engine initializes, it finds all of the datapipelines
used in the report and initializes/opens all of them.
That is not currently supported, but it is on our list of features to add.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
- do not change the Interface section of any of the ReportBuilder units.
- there is a note in the RB source code that explains DisplayFormat is
declared protected because TppLabel does not support it.
- I recommend …
This works correctly using RB 10.04. (Previous versions did not support the
brush style).
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
- you can send to support@digital-metaphors.com in zip format. Please
include only the .dpr, .res, .pas, .dfm that are required to run the
project. Use Delphi components and ReportBuilder.
- If yo have a report that prod…
- create a main report and remove the header and footer
- add two subreports to the detail and set each to PrintBehavior of
pbSection
- layout the front page on subreport1 and the back page on subreport2
We have othe…
To include GIF support in applications that you build, add ppGIF to the
'uses' clause.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks for the feeback. This is the first request that we have had for
something like that.
The current AutoSearch Dialog is comprised of 'autosearch panels' that are
instantiated on the fly - one for each search criteri…
- a report/subreport will traverse the datapipeline to which it is assigned
and generate a detail band for each record
- each time the detail band generates on the page, it will allow each of its
child components to gene…
- All RB Editions support coding event-handlers via Delphi code. You can
code Report.BeforePrint or DetailBand.BeforePrint just as you would with any
other VCL component. Select the component via the RB Designer and it will
b…
- Yes exactly, to "roll back" you would uninstall RB 10.04, install RB 7.04,
and then restore your reports and source code.
- Yes, the fix for the image rendering is included in RB 10.04 as well as
fixes to other issues …
Wow lots of silence on this one..guess everyone is either busy getting their
work done with RB 10 or perhaps still recovering from New Year's eve...in Pros and Cons of upgrading Comment by nardmoseley January 2007
RB 9 introduces some architecture changes for the RCL component classes.
These changes requires updates to add-on components that are were using in
RB 7 and prior. Contact WPTools about an update that is compatible with RB 9
…
There are no known issues with bitmaps not printing correctly in RB 10.04. I
recommend downloading a trial version from our web site and perform some
tests.
--
Nard Moseley
Digital Metaphors
www.digital-m…
A few months ago, we had a customer inform us that some of the links on the
RCL Components were no longer working, so we tested all of the entries and
cleaned them up.
We will look into adding a Paintbox component to a f…
Download a trial version of RB Server Edition. It contains an ASP example.
The RB WebTier can publish a report explorer interface and you can
optionally bypass it and just invoke the reports directly (see tech tip
below). To …
I recommend contacting WP Tools tech support about this issue. Perhaps they
have an update to the wrapper code. (I was hoping one of our customers who
uses WP Tools would post an answer to your question).
--
…
----------------------------------------
Tech Tip: Clearing the Meta Data Cache
----------------------------------------
There is a global meta data cache that the ReportBuilder uses to cache
information about the av…
I think what you are asking is 'How can edit the SQL directly and still have
the visual linking (and autosearch) support?'
That is something we would like to add to a future release. It is hard to
predict what issues you…Please see the new thread, 'Resolving RB 10.05 Installation Issues'
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
In our testing here, we are able to reproduce the following error upon
installing RB 10.05 Server and Enterprise Editions for Delphi 2006.
'Can't load package c:\program
files\borland\bds\RBuilder\lib\dcldad1010.bpl.
The code was added for RB 10.05.
Try downloading and installing RB 10.05.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
RB 10.05, our latest releases includes code to prevent the printer driver
floating point errors from raising exceptions. .
This issue only came to our intention in the last 6 months or so. I think
there are a lot of prin…
ReportBuilder 10.05, the latest release, automatically prevents this from
happening by automatically generating a blank page for the case in which a
report generates an odd number of pages while duplexing.
--
A few things found during testing:
- no error occurs when reports are saved and loaded to .rtm files.
- no error occurs during run-time. Reports can be created, saved, loaded,
etc.
The only error we have is wit…
Can you create a simple, minimal example and email to
support@digital-metaphors.com in zip format? We can then test it here using
RB 9 and RB 10.
--
Nard Moseley
Digital Metaphors
www.digital-metaph…