digitalmetaphors
Comments
-
Thankyou for the suggestion. It is on the ToDo list:)
Cheers,
Jim Bennett
Digital Metaphors
-
The problem is that RB 6 and prior require the teechart UI units when
building with source(pas/dcu). You can build with runtime packages to get
around the error. In Delphi 5, you probably had a full version of teechart
5.01 or 5.02 i… -
There is a master detail JITPipeline example in the main reports demo
project in your installation. See demo # 139. You should be able to connect
the detail JITPipeline up to the master DBPipeline using the
MasterFieldLinks and Maste… -
In all versions of RB, DADE only supports a single database connection.
However, you can use mulitple database connections on a form. A solution
would be to use form based data access components for only the reports which
require acce… -
You can call Viewer.RegenerateReport to make the first page request of the
new report so that it shows that in the viewer.
To clear the viewer to be empty white space, call:
Viewer.CurrentPage.FreeDrawCommands;
Viewer… -
You can call ArchiveReader.Reset to close the file. Then it will be safe to
manipulate the archive file. as long as you don't use the archive reader to
request any pages for a device that is currently in use. If a device asks
the arc… -
I installed the trial edition of RB 7 and it does show up in the list of
installed programs in the windows control panel. When I choose to
uninstall, it launches the uninstallation script. I am using Win 2K Pro and
Win XP Pro.
… -
That certainly sounds strange. It could very well be a Delphi problem. Have
you tried installing into Delphi 5 or 6? Try uninstalling/reinstalling RB
completely. We have some detailed uninstallation instructions (see below)
which wi… -
I've installed RB 7 for D7 trial to test this. It worked fine. Make sure
that the Delphi Tools | Environment Option | Library | Library Path has an
entry to your installation directory for RBuilder\Lib. I tested both the
default insta… -
You could generate the report to text files and then print the text files to
the printer. The main reports demo project report #107 shows how to best
configure a report for printing to report emulation text file by using
courier new … -
Are you building from the RBuilder\Source directory or RBuilder\Lib? If you
are trying to build with source, then from Delphi design time, can you open
ppPrintPreview.pas in RBuilder\Source directory? In RB 3.5 there shouldn't
be a … -
You're right. In D5, the dcu in RBuilder\Lib is compiled with a different
date. We'll have to fix this. In the mean time, you can point to the
RBuilder\Lib and RBuilder\Demos\RCL directories in order to recompile
without packages.
There is no problem with the design time packages. The difference is that
the RB 7 installation script doesn't copy the source to the checkbox in the
RBuilder\Source directory. The dcu does exist in the RBuilder\Lib directory
so you s…You need to find and add ..\RBuilder\Demos\RCL to your library path. This
is where the MyChkBox.pas file is located in the installation.
Cheers,
Jim Bennett
Digital Metaphors
You could create a crosstab renderer yourself which can do this. The
renderer is replaceable. The default renderer takes the crosstab matrix that
the crosstab engine creates and tries to determine how best to display it.
You could wri…You need to have an if-else case that sets the detail band back to visible,
then you solution will work.
Cheers,
Jim Bennett
Digital Metaphors
Using BandsPerRecord greater than one in conjunction with LeftToRight
columnar reports is not supported. It will only work when printing from
TopToBottom. We will consider adding this support in the future. Thanks for
the suggestion…The ReportBuilder Server Edition does not support embedded ActiveX controls
in its architecture. Our client web reporting interface for web browsers
(zero client) does not require any ActiveX controls, this is so it can run
on both N…Yes, you should be able to run those reports without saving them first.
Backup the database before trying to modifying them in RB 7. After you load
a report into the designer, you will get a message when you try to exit the
runtime …They are compatible when moving from RB 5 to RB 7. If you try to move from
RB 7 to RB 5, then you will receive property loading errors, although it may
be able to load it correctly after that. The templates should convert
automatica…You can use groups and the group header.footer bands to display information
about that particular group of data. If you would like to use subreports,
then create multiple datasets. You will need to connect the detail
datapipelines up…Technically there is no reason it wasn't included. At the time, it wasn't
included because it was not popularly requested and so we committed
resources to include other features which were in higher demand than the
barcode 93.
One way to workaround a barcode limitation in RB is to use another component
specifically designed to generate barcodes and output them as images. Copy
the bitmap it creates and assign it to a picture in a TppImage component in
the r…No problem. Glad to hear it is working.
Cheers,
Jim Bennett
Digital Metaphors
Please do not post multiple times. If you want to repost, then please cancel
your previous message(s). What you need to do is download the latest version
from our website. When we released RB 7 for D5 and D7, we also built a D6
versio…There is a patch that fixes this issue in RB 6.03. As a registered user for
RB 7, you are eligible to receive a patch for 6.03 for free. Can you email a
request to support@digital-metaphors.com and we'll send you a response
containin…Since you have Delphi 4, we are supporting Delphi 4 with our legacy version
of RB 6.03. You can upgrade to RB 6.03 for Delphi 4 from our website order
page www.digital-metaphors.com (there is also a trial download for this
version to…It is true that RB currently supports memos when printing to report
emulation text file, but it does not support memos in the delimited text
file device. You can either upgrade and use a report emulation text file
device, or code you…Are you using threads in your application? The rich text support in RB 6.03
and prior is not threadsafe. RB 7 is thread safe. If you want to use rich
text in reports in a threaded environment, then upgrade to RB 7.
Cheer…Are you using RB 7? I am not able to reproduce the problem using RB 7.
Download the demo version from our website www.digital-metaphors.com and
test it to see if the problem goes away. If you continue to see this
problem, then send …