nardmoseley
Comments
-
When you run a report, the Report.PrinterSetup properties are used to print
the report. The properties are applied to the printer driver's DevMode
structure. (The DevMode is a Windows structure used to configure the printer
d… -
RB 10 will include support for D6, D7, D2005, and D2006.
I would contact Borland about issues related to D2005.
As has been discussed elsewhere on this newsgroup, there will not be any
further releases for RB 9.x
We do not have the resources to pursue developing a wrapper component. I
would talk to the publishers of the LMD component about developing one.
TRichView and WPTools have each developed an RB wrapper for their
component…
You would need to develop a custom wrapper component for the TLMDRichText.
The TppRichText is a wrapper component for Delphi's TCustomRichEdit.
Therefore it is not going to be compatible. Below is an article with more
de…
If TLMDRichText descends from Delphi's TCustomRichEdit then you can probably
use the same technique to register it with RB.
We obtained a special license to use TB2000 and TBX. This is noted in the
Help | About box of the Report Designer. (We then built on top of that - for
example the Anchor palette on the toolbar is a custom extension).
I think he is refering to the color - which is not correct in the screen
shot. We fixed this for the shipping version.(as I said in my reply to his
post - and will update the screen shots).
Another thing which you cannot…
In the shipping version, the menu bars are rendered correctly. There was a
bug we fixed after the screen shots were taken. We will be redoing the
screen shots. Sorry about that.
Thanks for the feedback. We would like to hear what others think as well. We
can definitely theme more of the controls. I have not checked into every
single control, but most can be themed very easily.
If you look at MS …
Thanks for the feedback. The verbage has been in there for years - probably
just the first time you read the release notes, lol. For RB 10, we just
updated the version number, date, and feature set. The reason the verbage is
…
Should be possible as the package names have a unique suffix such as 97 (RB
9 for D7) and 107 (RB 10 for D7, etc). The RB installation will delete the
existing installation from your system - it does this rather aggressively.…
For each version of Delphi, you can have one version of ReportBuilder
installed.
Example:
Delphi 6 and RB 7
Delphi 7 and RB 9
Delphi 2006 and RB 10
RB 10 can open and run reports created by prio…
1. Check that you have configured the DataDictionary.BuilderSettings. This
requires that the DADE plug-in you are using be installed into the Delphi
IDE and that you have a valid mySQL connection. The SessionType should be
th…
The Announcements newsgroup contains the announcements for prior releases
such as RB 9.
Trial versions are available for download...
http://www.dig…
We be working on updating the language app and posting a new version soon.
We will make an announcement to this newsgroup as soon as it is available.
Here is a link to download the RB 10 Email plug-in for Indy 10.
www.digital-metaphors.com/tips/ppSMTPIndy10.zip
Note: This only affects customers using D6 and D7 with RB 10 and Indy 10.
For customers using D2005 and…
For RB 10 the TppDesigner component has the same properties, methods, and
events that existed in prior versions.
The internal TppDesignerWindow class in RB 10 has been extensively
redesigned. There is a new EventHub that…
Try using Designer.OnCreateComponent. It fires when a new element is added
to the workspace. (From the component palette or from the data tree).
Thanks for reporting this. We will correct this for the next build.
Send an email to support@digital-metaphors.com and we can send you a patch
file.
Thanks for reporting this issue. A patch is now available.
Please send an email request to support@digital-metaphors.com and we can
send you the patch file.
I updated the patch to include those two files . Thanks for pointing that
out.
Thanks for the positive feedback and thanks for supporting ReportBuilder!
There is currently no way to modify the tab style.
The architecture for the tab control that we are using is open to having
additional Tab Painter classes developed, but right now there is only one
painter class availabl…
Try using the PageBreak component introduced in RB 9. In the
DetailBand.BeforePrint event toggle the visibility of the PageBreak control.
myPageBreak.Visible := (plCustomer['Company'] = 'Digital Metaphors');
<…
I just finished updating the ReportBuilder String Tranlsation App for RB 10.
You can use this application to translate the new strings added for RB 10.
www.digital-metaphors.com/lang/rbStringTranslator.zip
As we get…
This error indicates a corrupt installation.
--------------------------------------------
Article: Cleaning up a Corrupt Installation
--------------------------------------------
If you have been advised by Digi…
Thanks for your interest in ReportBuilder for .Net
We are working on it, but are not close to release at this time.
Glad you found it.
The Delphi compiler will generate ReportBuilder .dcu's if you have
RBuilder\Source in the Delphi library path.
Those look fine. But if you have an older version of ppComm that is in
another directory such as Delphi\Lib, then that would cause the problem.
Search your entire hard driver for ppComm*
Sometimes we issue patches and cu…
This indicates a corrupt installation. You have some files from the old RB
7.04 install on your machine and the compiler is using them. For example,
they might be in your Delphi\Lib. Try following the steps in the article
be…
See answer above.