nardmoseley
Comments
-
Not currently - that is something we working on for the future..
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
This example shows how to automatically create an archive when the user
prints the report to the printer...
www.digital-metaphors.com/tips/PrintToPrinterAndArchive.zip
--
Nard Moseley
Digital Metaph… -
Try defining a group for the subreports (you can define a group that never
breaks). Groups can generate outline nodes.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Please post using your real name - this is a requirement of the RB
newsgroups. (When you configure your newsreader you can specify your name to
be used just for this newsserver. )
Newgroup guidelines are listed here
Check out ppPopMenu.pas, the method
TppVariablePopupMenu.CalculationsMenuClick
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
- Perhaps you used one of our demos as a starting point for your RB
implementation. All of the RB demos have the Delphi XPMan unit included in
the uses clause. Including this unit causes an application to load a newer
version…
The RB native PDF is was developed by Digital Metaphors.
Here is an article with options for using RB and IntraWeb. The second option
contains a few tips for ensuring thread-safety. There is some more good
information ab…
Below is an example that shows how to implement the designer in a .DLL and
call it.
- When calling the DLL from a Delphi app, pass "Application.Handle" to the
DLL function that displays the form. This needs to be done pr…
You reported this issue to support@digital-metaphors.com yesterday and it is
currently being researched.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Sorry about breaking your code. The intent of the change is to ensure that
when duplexing collated copies, the second copy does not start on the back
of the last page of the first copy.
The change was made to ppPrnDev.p…
- Most windows print drivers generate PCL. Make sure that use a printer
driver that generates post script.
- Configure the Report.PrinterSetup.PrinterName property to use the
postscript printer
- Specify the R…
Thanks for reporting this issue. A patch is now available for RB 10.04.
Registered users of RB 10.04 can email support@digital-metaphors.com and
request the patch.
--
Nard Moseley
Digital Metaphors
- we use a product called AQTime as part of our QA process. It can monitor
Delphi applications for memory leaks/resource leaks etc.
- Delphi 2006 includes a new memory manager (from FastCode) that can be used
to detect m…
Does Instance Objects have a TDataSet descendant class?
Does Instance Objects work with standard Delphi data-aware controls such as
DBText? If so how does it work?
What type of RB DataPipeline are you trying to use?…
Follow each of these steps...
- Configure RB to use one of the simpler themes such as the 'Default' or
'WinXP'. (The 'Office2003' theme will not work properly on Win98). See
article below.
- make sure that you…> but i don't know in what class Tp**** i have to put this code ?
- The TppRichText and TppDBRichText are the components that you use in your
RB Reports. These are wrapper classes that internally rely upon a
TCustomRichEdi…
- Best solution is to descend from the TppRichEdit class (which itself is a
simple descendent of TRichEdit) and register your custom version for use
with RB. An example registration appears at the bottom of the unit containg
…
Below are some options for adding more advanced RichText support to RB. I
think one or more of the options below supports full text justification.
----------------------------------------------
Article: ReportBuilder's Ri…
Thanks for the feedback. Progess on RB for .NET phase 1 is moving forward.
At the beginning of this year, we had a goal of releasing something by the
end of this year. However, we are not going to reach that goal. The new goal
Please contact WPTools, you should be able to acquire the RB integration
component directly from them.
A couple of options to consider:
- Use the existing RB RichText components and replace the default RichText
Editor with a custom version that adds the spell checking support. The
existing RichTextEditor class is defined …
Perhaps if you explaing main about what/how you do this in Delphi I can
understand what you are trying to do.
How do you know which DBText components need to support Thai? You mean you
want the Thai Font to a…
Check out the TppFontList class defined in ppUtils.pas. This class is used
by RB to get a list of fonts installed on the machine. TppFontList builds a
list of available fonts by calling the Windows API which return a list of
…> How can I get the PDF of a report into a MemoryStream without using the
Run RBuilder\Demos\Reports\Demo.dpr and check out the print to file section.
Demo 109 (dm0109.pas) shows how to generate a PDF directly to stream.
The ReportBuilder online help contains details about
- Teechart versions supported
- Known limititations of TeeChart support
- Directions for manually building and installing ReportBuilder TeeChart
related package…
- There are no known issue with Image support. For the runtime designer,
you need to include ppJPEG and ppGIF in the uses clause to be able to load
jpeg and gif images. If you would like to send an example image that we can
…
Please provide steps for me to reproduce in a simple test here and I will
give it a try.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try download RB 10.04 and perform the same tests. These are not known issues
with RB 10.04.
If you are opening reports created by an older version, then you need to
resave each report. (When you open an old report, the v…
- When using RB Server Edition to build multi-tier reporting solutions, temp
files are used by the Server and the Client/WebTier to cache pages.
- check the Windows\Temp directory and the user account temp directory (for
You can optionally configure the TrsClientReport.Connection to communicate
over HTTP, however to do this you also need to setup a WebTier application
on the server side. The WebTier runs within the context of IIS (usually as
…