digitalmetaphors
Comments
-
Please purchase the full version of TeeChart from www.steema.com. The
version of TeeChart that is installed with Delphi does not allow
datapipeline integration.
--
Cheers,
Alexander Kramnik
Digital Metaphors… -
The dataset of the TChart does not correspond directly to a dataset object
on the delphi form. The dataset can be a data pipeline to which you can, in
turn, connect a delphi data set. To do that add a new series to the chart,
then go … -
When using TeeChart and ReportBuilder in Delphi you will encounter this
error message upon compiling.
In order to get around it you can:
1. Build your project with packages.
2. Purchase TeeChart Pro fromThe version of TeeChart that is installed with Delphi does not contain all
of the series. You need to purchase the full version of Teechart from
http://www.steema.com/.
--
Parameters such as output bins are custom parameters of the specific printer
driver. All parameters of a printer device are stored by Windows in a
DEVMODE structure (see the Win32 API SDK for more information). The DEVMODE
structure s…The page setup dialog is a TppCustomPageSetupDialog object. See the
TppDesignerWindow.FilePageSetupClick method in the ppDsgner unit for the
code that display the setup dialog.
--
Cheers,
Alexander Kramnik
D…We are still looking forward to the target release date, which is 2-3 months
away. Since we are doing very extensive in-house testing, we are not sure
if there will be a beta program.
Cheers,
Jim Bennett
D…We aimed to have the release at this year's Borcon, but realistically, we
are two to three months away from the final release.
Cheers,
Jim Bennett
Digital Metaphors
You can selectively set the visibility of the detail band by setting the
property in the detail band's BeforePrint event based on some condition. You
can also create a calculated field at the query level and use in the the
query's WHE…It is possible that RB5.5 libraries are still being pulled in somehow due to
a corrupted install. Please follow the guidelines below to reinstalling RB.
--------------------------------------------
Article: Cleaning up a Corrupt…Please see the dade group for a response to your question.
--
Cheers,
Alexander Kramnik
Digital Metaphors
There is no DBArchiveDevice, we will look into creating this device in a
future release so that you can directly stream a report archive to the
database without having an intermediate file. You can stream a report
archive to a BLOB f…That is the correct behavior since printing a new report will overwrite the
pages cached by the last report. One approach is to grab the page objects
and store them in your own TList, and maybe keep another list around so you
can book…Where are these reports being printed to: archives, dbarchives, printer? If
the report is printed to an archive it is trivial to simply remove the
archive. Such a solution would be sufficient under a light load of
transactions. A heav…The Variants unit only exists in D6. You should just be able to remove the
Variants unit from the uses clause of the unit's which come up with the
compilation error.
--
Cheers,
Alexander Kramnik
Digital Meta…The report's datapipeline does not actually deal with the filter. It should
only receive the filtered data from the data source if, in fact, the data is
being properly filtered by the data source. Make sure that the Filtered
property …You cannot connect to a different database using the 'learning
reportbuilder' example. The report explorer end user example, however, is
included with report builder and is located in RBuilder/Demos/End
User/Report Explorer. You can m…The TeeChart author did not include all of the units to TeeChart in the free
version included with Delphi. (TeeMach the authors of TeeChart do not
receive any money from Borland for the inclusion of TeeChart with Delphi).
--
Chee…Try closing the associated data pipelines when setting the visibility on
those subreports to true so that they have a chance to refresh the data when
you print again. Try upgrading to RB6.03 if you aren't using it already to
test if t…Thanks for the suggestion!
--
Cheers,
Alexander Kramnik
Digital Metaphors
I attempted to reproduce your exact situation but was not able to reproduce
the problem you described. The papername property successfully changed the
first time. Which printer driver are you using and in what environment
(Win98/Win20…The most concise way to figure out exactly what runtime packages to
distribute with you application is to run the tdump.exe utility on your
application executable (tdump is located in the Borland/DelphiX/bin
directory). The utility wi…There is no reason to use on rather then the other. In fact, both events
fire at the same time. OnPrintingComplete has been retained for backwards
compatibility therefore it is recommended that you use the AfterPrint event.
-------------------------------------------------
Article: Custom Paper Sizes on Windows 2000
-----------------------------------------------
Win 2000 (and Win NT) have a completely different printing architecture from
Win 9x…There is no display format that would accomplish this, however you can
override the string formating in the GetText event of the field and format
the string yourself. For example:
procedure TForm1.ppDBText1GetText(Sender: TObjec…You need to include specific TeeChart units in the uses clause of you
application in order to enable those tabs at runtime. You can include the
TeeChartPro unit which includes all the series, or pick specific units from
the uses claus…You can change the text in the crosstab's OnGetCaptionText event. You can
either check the aColumn and aRow parameters or the aText parameter to know
when you are in the right cell. To 'turn off' the text simply set the aText
paramete…Please make sure that you are using RB6.03 and the latest printer driver.
Also please make sure you are using the Label Template wizard to create the
layout for your partitucular label.
--
Cheers,
Alexander Kramn…Sorry, there are no such tools available.
--
Cheers,
Alexander Kramnik
Digital Metaphors
Sorry, we currently don't support ReportBuilder for C++ Builder.
--
Cheers,
Alexander Kramnik
Digital Metaphors