nardmoseley
Comments
-
There is a public Report.GetAutoSearchDescriptionLines method.
procedure GetAutoSearchDescriptionLines(aLines: TStrings)
There is an example of its use in RBuilder\Demos\AutoSearch\ Build
Description of AutoSe… -
Set DetailBand.PrintCount to 2
--
Nard Moseley
Digital Metaphors Corporation
Section subreport will print in z-order.
To view z-order use the Report Tree (from the designer select Viiew |
Toolbars | Report Tree)
To change the z-order, from the main report select a subreport and use
Sen…
Try setting Report.OutlineSettings.Enabled to false and Visible to false.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metapho…There is now a patch available for RB 9.01 that corrects this issue.
Registered users of RB 9.01 can email support@digital-metaphors.com and
request the patch.
--
Nard Moseley
Digital Metaphors Corporation…
This is not a known issue.
Try modifying your Delphi library path from RBuilder\Lib to RBuilder\Source.
Then trace the source code.
If you would like to create a simple example using standard Delphi
compon…
------------------------------------------------------------------
Tech Tip: Subreport header/footer bands do not print for
Child type subreports.
------------------------------------------------------------------
There is now a patch available for RB 9.01 that corrects this issue.
Registered users of RB 9.01 can email support@digital-metaphors.com and
request the patch.
--
Nard Moseley
Digital Metaphors Corpo…
1. Will I run into any problems recompiling my controls ?
You will need to make some modifications - see the article below for
details. It is simple to do.
2. Will my existing saved report layouts be 100% compatible …
That should have said 'Use the File | Print To File Setup dialog from the
report designer..."
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
Use the PrintToFile dialog to specify which components to export. Or you can
do it programmatically by setting the Save and SaveOrder properties of the
components.
--
Nard Moseley
Digital Metaphors Corporation
Handled via support@digital-metaphors.com. There is now an updated
RB9_TeeChart702_Delphi2005.zip that contains updated packages that force
D2005 to load the package.
--
Nard Moseley
Digital Metaphors Corporatio…
Excellent!
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
Send a request to support@digital-metaphors.com and we can send you RB 9.01
packages and files that are compatible with Delphi 2005, TeeChart 7.02.
RB 9.01 was released prior to TeeChart 7.02.
--
Nard Mos…
Excellent
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
…
You need examine the code to the demo and run it within the context of the
Delphi Web debugger.
From looking at the code, the custom parameters demo is designed to display
the login page if a request is made that does not …
---------------------------------------------
Tech Tips: How can I request that the webtier
execute a specified report?
---------------------------------------------
Question:
------…
Sorry, I do not understand the question. Can you provide more detail? You
want to store the report layout in the database and use an external
TppDBPipeline that resides on a datamodule?
--
Nard Mose…
Check out the Custom Parameters example: RBServer\Demos\WebTier\Custom
Parameters and RBServer\Demos\Server\Custom Parameters. The two examples
work together. Each contains commented code and a ReadMe.doc.
-- <…
Example...
if myReport.DisplayAutoSearchDialog then
myReport.PrintToDevices;
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
When using Print it fires those events prior to internally calling
PrintToDevices.
When using PrintToDevices you have to write the code to prepare the report.
See the TppReport.Print method (ppReport.pas) and its ancestor<…
There is nothing mutually exclusive about using ASTA and RB Server Edition.
I recommend you evaluate and use the best tools for the job. Weighing the
cost of the tools versus the development cost and the quality of the
solution…
Sorry if I was not clear. The client application IS a Win32 application. The
ClientReport is a Delphi component just like the Report and ArchiveReader.
It uses the same previewer, etc. Both the server and client are standard
Win…
You can also register archives with the server and it can incrmentally send
the pages to the ClientReport upon demand. So both live and archive reports
are supported.
--
Nard Moseley
Digital Metaphors Corp…
Download the trial for RB Server Edition. It contains all of this
functionality already.
RB Server App <----> ClientReport App
You build a server application by registering your existing reports with the
s…
Thanks for reporting this issue. There is now a patch available for RB 9.01.
Registered users of RB 9.01, can email support@digital-metaphors.com and
request the patch.
--
Nard Moseley
Digital Metaphors Co…
1. ReportBuilder Server Edition
RB Server Edition includes an ASP example that you could adapt for ASP.NET.
The example is installed to RBServer\Demos\WebTier\ASP. It uses Delphi's
WebBroker to build and ASP Com object. Th…
ReportBuilder 9 for VCL is a native Win32 product.
A ReportBuilder for VCL.NET product has been shelved, just prior to
completion. There are no plans to release it unless the VCL.NET platform can
prove itself capable of …
This issue has been fixed for RB 9.02.
If you are a registered user of RB 9 and did not receive download
notification about RB 9.02, please contact info@digital-metaphors.com with
you serial number and registration info.…