nardmoseley
Comments
-
One solution is connect the subreport.DataPipeline to a JITPipeline. See the
JITPipeline tutorial in the RB Developers Guide. Here is a tech tip for
using the JITPipeilne .OnGetPicture event
-----------------------… -
What is the source of the image data?
I do not understand what you are trying to accomplish. Perhaps you can
provide more details.
-
The component needs to descend from TppStretchable, defined in ppStrtch.pas.
For an example, see TppCustomMemo defined in ppMemo.pas.
For an example of a very simple component, see RBuilder\Demos\RCL.
Stretchable co… -
Thanks for the feedback.
We have fixed a few leaks for the next maintenance release and will do some
additional testing. Do you have a specific test that you are performing?
-
Try setting Report.CachePages to true, perhaps that will help.
-
Prior to generating the report, set the Report.PrinterSetup properties to
use the exact printer name and paper name supported by the printer that you
want to use to later print the report. If RB detects that either of these
c… -
Thanks for report this. It will be fixed for RB 10.02.
-
I recommend contacting the publisher of the RTF export device class that you
are using.
Each Device class: Screen, Printer, PDF, RTF etc. is responsible for
formatting its output.
-
Good timing - looks like today is the day

-
1. The RB PDF export is now included by default. (Probably 190k or so).
2. The UI classes (toolbar classes, menu classes, icons, etc) that we are
using to produce the new XP interface (Probably 1 MB). Some of the Toolbar
Thanks for reporting this - it will be fixed for RB 10.02.
In prior posts, Nico and I have asked you to post using your real name. You
have yet to comply. If you cannot comply with this request, future posts to
our newsg…
Welcome to ReportBuilder!
I invite you to download a trial version of ReportBuilder Enterprise and
take a test drive. Below is a list of resources for learning RB.
Our goal is to produce the highest quality reportin…
Docomatic by ToolsFactory
http://www.toolsfactory.com/
We have been using it for years and have been quite happy with it.
Email notifcations were sent out yesterday afternoon to all registered
customers.
If you did not receive notification, please send an email request to
info@digital-metaphors.com and include your serial number and registr…
- The Windows API call 'GradientFill' is used in the Windows2003 and Whidbey
themes. That is the only place. (I used the Delphi 'Find in Files' facility
to search the RB source code and find where the call is used.)
- You…
Try using the 'Default' theme. (See article below about RB 10 Themes).
The Windows API call 'GradientFill' is used in the Windows2003 and Whidbey
themes.
-------------------------------------
Tech Tip: ReportBu…This is a multi-part message in MIME format.
Try searching for ppClass.* and make sure the timestamp for ppClass.dcu is
the same as raIDE.dcu.
The error,
"Unit raIDE was compiled with a different version of
ppClass.TppCustomReport"
indicates a …
This error indicates that you have a corrupt installation (see article
below).
Search your hard drive for raIDE.*, you have an old version of raIDE.pas
and/or raIDE.dcu on your machine somewhere.
-------…
My guess is that auto completion is turned on for the font size combo box.
I researched RB 10.02 and auto completion is turned (it is the default
behavior of combo boxes). I will change this for RB 10.x...
There is now a patch available that correct this. Registered users can email
support@digital-metaphors.com and request the patch.
note: I think this incorrect behavior was in prior versions also and never
was reported
You should be able to adapt the RBuilder\Demos\RAP\CodeSite to work with
CodeSite 2. I am assuming that newer versions of CodeSite provide backward
compatibility.
- To compile a package, you will need to update the 'requ…One approach is use a PageStyle band to draw the form elements. A PageStyle
prints as a background layer on the report. Select Report | PageStyle from
the report designer menu.
I researched this and had to patch the RB 10.02 code slightly. I will email
you the patch .
There are timing issues to related to initializing the report explorer -
that is the biggest challenge I encountered in getting …
The RBServer\Demos\WebTier\Custom Parameters demo includes an example of
using a custom autosearch dialog for the web tier. The panels are not
replaceable at this time. See the ReadMe.doc that is included with the
examp…
Congrats and welcome to ReportBuilder Server! That was not clear by your
post. I hop that my overview of how the server generates Page objects that
are sent to the ClientReport which renders them directly to the printer was <…
I recommend downloading a trial version of ReportBuilder Server Edition.
With RB Server Edition you can quickly build a super professional,
multi-threaded, high performance, multi-tier reporting solution. You can
literally ha…
- Check whether you have snap to grid on
- If possible please provide steps to reproduce. We have not had any reports
from of this from other customers and we cannot reproduce the behavior in
testing here.
- there is a patch available that fixes some MDI related issues for the
report explorer in RB 10.02. I will email you the patch.