nardmoseley
Comments
-
A summary band prints once at the end of the report, from your description
perhaps you are doing something else - sum in a footer band? In older RB
versions, putting a sum in a Footer band did not work for most cases. Are
you using… -
1. RB does not currently support rotated wrapped text.
2. The DBMemo.Leading property can be used to control the distance/space
between lines. I'm not aware of a way to control that with DBRichText.
-
Nard Moseley
There is a patch available for RB 14.06 that fixes the memory leak in
TppPDFRendereCustomText. Registered customers can email support@ and request
the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphor…
The exception 'Canvas does not allow drawing' is a Delphi exception that is
raised when an application cannot get a valid handle to a Canvas associated
with a bitmap, screen, or printer.
If you are generating PDF's you m…There is a patch available for RB 14.06 that fixes the memory leak in
TppPDFRendereCustomText. Registered customers can email support@ and request
the patch.
-
Nard Moseley
Digital Metaphors
www.digital-meta…
The TClientDataSet does not collate the data correctly when the field type
is ftString. The modified example I sent you a few days ago can be used to
illustrate that point.
-
Nard Moseley
Digital Metaphor…
After research, a couple of modifications to the example project resolved
the issue:
1. ClientDataSet: fields need to be defined as ftWideString rather than
ftString
2. Report layout: master/detail report need…Since you emailed support@, this is being handled via support@
Please post to single destination only.
<…
I created a patch for RB 14.06 that contains a partial fix - it preserves
the HyperLinkColor value, but the component in the Designer appears with the
standard black font. A complete fix requires a modification to the Interface
There is now a patch available for RB 14.07 that resolves this issue.
Registered customers can email support@ and request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
1. Make sure you provide a thread-safe container (DataModule) for the report
to generate. For a details check out the RBuilder help topic for Report
BackgroundPrintSettings. As you mentioned all dialogs need to be suppressed.
…Thanks for the feedback, I made those corrections and refreshed the download
file on our server.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
You can download the latest from this page. I just updated it with a fix for
the rendering issue, thanks for reporting this.
http://digital…Thanks for reporting this. I created an updated patch for RB 14.07 that
resolves this issue. Registered
RB 14.07 customers can email support@ and request the patch.
--
Nard Moseley
Digital Metaphors
www.dig…There is patch available for RB 14.07 that resolves this issue. Registered
RB 14.07 customers can email support@ and request the patch.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
There is a ppGetEnumValue function defined in ppEnum.pas that can convert an
enum name to an ordinal value and then you can typecast the ordinal value.
Would look something like this...
uses
ppTypes,
ppEnum;
Set Report.ShowCancelDialog to False;
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
There is now a patch available that resolves this issue. Registered RB 14.07
can email support@ and request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
For the top Memo specify the BottomOffSet
From the RBuilder help...
Use the BottomOffset property to define the vertical space that should
appear after the component has printed. The BottomOffset is expressed in
rep…Have never heard of this before. I have no idea what would cause that. There
is no code in RB where we try to generate any type of dump file. Perhaps you
are using an Exception manager like Eureka log or MadExcept etc?
-
…A custom preview form? Check out ppPrvDlg.pas, the
initialization/finalization section contains some registration code. To
conditionally register a preview form, try implementing some code to
register the custom preview form prior …1. Please upgrade to ReportBuilder 14.
Windows 7 (and Windows Vista) broke some of our rendering code, including
the full text justification. This was valid Windows code. We have now
rewritten it to get around the issue.
…
I don't whether it is possible via JavaScript to send a PDF to a printer.
Will need to research it and then if it is possible, the next step would be
to research whether we can add that as a feature to a future release. Thanks
Welcome to the ReportBuilder community
There is a note in the Release.doc installed with RB. I pasted a copy of…Thanks for the feedback. We will consider adding this for a future release.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
There is a TppTBXComboBoxItem defined in ppTBXExtItems.pas. Examples of its
use can be found in the RB source. Open ppDesignToolItemsTBX.pas and search
for TppGradientPalette.CreateControls and you will find code like this...
…1. Make sure the Windows user account under which the ReportBuilder app is
running has full security access rights to the printer.
2. In your application, prior to calling RB, try adding the following code
to refresh the print…For a historical list of bug fixes and minor enhancements, check out the
announcements newsgroup.
RB 14.0 introduces a new scrollable page preview, which generates pages in a
background thread. This can cause threading issues …RB 12.05 was the last produced release for RB 12.x, I recommend updating to
RB 12.05 and then retest. If you need download info, please send serial
number and registration details to info@ and request it. Please configure
your emai…Check the Help | About box of the Report Designer, what version of
ReportBuilder are you using?
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com