nardmoseley
Comments
-
1. First try to get it working using Delphi code. The TppTeeChart.Chart
property provides access to the TChart.
2. To implement the same code in RAP (the Calc workspace) will require that
you extend RAP. See the followin… -
Include ppChrtUI in the uses clause and then use the TeeChart editor to add
a datapipeline aware series to the TppDPTeeChart.
--
Nard Moseley
Digital Metaphors Corporation
in Teechart Comment by nardmoseley September 2005 -
I am not sure I understand the context of the question. When you say runtime
do you mean using the end-user report designer? Or do you mean
programmatically by writing code?
The TppDPTeeChart can be used to create a char… -
Sorry, but there is not a margin property for the Border at this time....
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
You can use the detailband BeforePrint event to resize the objects in the
detail band.
You can check the DetailBand.Count property to determine how many times the
band has printed on the current page. If the value zero, …
For a subreport set to PrintBehavior of pbChild, use the Title/Summary or
GroupHeader/GroupFooter bands. The page header/footer are not supported
because the child subreport prints on the parent's page space.
You may als…
1. Try updating the printer drivers for the XP machines. Win XP and Win98
uses completely different printing subsystems and thus drivers. (Win 9x
drivers are 16-bit, Win XP are 32-bit).
2. As a test, try commenting out a…--------------------------------------------------------------------
Article: Migrating Master/Detail reports from RB 5
--------------------------------------------------------------------
Starting with RB 5.5, the data traversa…
Thanks for your interest in ReportBuilder Server Edition.
ReportBuilder Server is a multier solution that requires two applications.
1. WebTier appication
The WebTier application is typically built using Delph…
I researched this and have created a patch for RB 9.02. I will email it to
you. The error only occurs with Delphi 2005, Borland must have modified
something in the vcl internals that produced the different result.
Regist…
Truncated by the debugger output? Or the variant? Or RB?
Try creating a simple example...
uses
ppParameter;
begin
myParameter := TppParameter.Create(nil);
myParameter.Value := {some h…
For an http Get the length of the URL string is limited. However forr a Post
there is no limit.
http://support.microsoft.com/kb/q208427/
I do not…
Have not heard of this error before. According to the Delphi help...
'EVariantBadVarTypeError is raised when a variant operation fails because of
a value that isn't a valid variant type.'
Running against your customer's …
Please understand that it is the responsibility of LibSoft to resolve any of
your technical issues. They sold you the software. Digital Metaphors can
only provide tech support to the Delphi developers that purchase
ReportBuil…
Have a look at the event tracker demos in RBuilder\Demos\Reports\Demo.dpr
(run the demo application and select the Events section). You can use the
tecniques shown in the demos to create custom event-tracker examples.
--…
1. Simplest solution is to print the autosearch values that were entered by
the user. For an example, see RBuilder\Demos\AutoSearch\Build Description of
AutoSearch Settings
2. The Report.DataPipeline.DataSource.DataSet w…
Yes, that makes sense. The TRichEdit is a visual control and as such it can
cause issues.
RB Server Edition supports RichText. You might download a trial version and
check it out.....
--
Nard…
The other files that you mentioned would only be created for debugging in
the first case (which is not on) and for a report that has CachePages set to
True and runs out of memory. This would be rare - definitely not for a 10-20
1. We have examples of using RB Server Edition to build an ISAPI WebTier
that uses TExtraDevices to output to PDF. In this context our solution
outputs the results to a temp file. (The WebTier maintains a file based
cache).
We have never performed that type of test. Try creating some simple tests
and see what produces the best results.
--
Nard Moseley
Digital Metaphors Corporation
in Custom shapes? Comment by nardmoseley September 2005
I think for a simple shape, I would use the PaintBox or Image. I think those
both produce a TppImageDrawCommand - which would be supported by the PDF
export.
If you are using the native PDF export, then adding a custom c…
Options:
1. Create a TmyShape component as has already been discussed.
2. There is freeware TwPaintBox component on our RCL Download page. It
provides a canvas that you can draw to.
in Custom shapes? Comment by nardmoseley September 2005
I just found your email and will respond. Sorry about the lack of response,
the email filter blocked the message.
--
Nard Moseley
Digital Metaphors Corporation
in dbBarcode Error Comment by nardmoseley September 2005
Please configure your newsreader so that your name is displayed as the
sender.
--
Nard Moseley
Digital Metaphors Corporation
http://ww…
The report engine initializes all reports/subreports prior to report
generation. Therefore you do not want to load any templates while the report
is generating.
1. A standard solution to this requirement is to create a r…
Below are examples for adding Text Search and Outline support. However, you
might want to consider creating a custom Preview Plugin. The TppPreview
ancestor contains code that manages the text search and outline.
1…
You could store them on a network drive and directory that resides on the
server or is accessible by the server. Or database. The key is that the
server needs access to the images.
--
Nard Mosel…
In the server app and the client app make sure to add ppJPEG to the uses
clause.
--
Nard Moseley
Digital Metaphors Corporation
http://www.di…
Interesting. The file that we used at the time of RB 9.02 release was
TeeChart7.04Delphi2005.exe.
You will need to test and if there is a compatibility issue, then manually
rebuild the RB TeeChart related packages as des…
RB 9.02 is compiled to support TeeChart 7.04.
I just checked the Steema web site and do not see a TeeChart 7.05 available
for download.
Perhaps you are referring to a pre-release version.
Always install T…