nardmoseley
Comments
-
Conversion of very old reports can require that you load the report, wait a
couple of seconds and then re-save.
For end-user reports you could perhaps write a utility that the user could
run.
-
This issue has been handled via email.
For future reference, please modify your newsreader to post using Bill
Miller in the From, rather than Cool Change. That is a requirement of these
newsgroups. TIA
<… -
Please modify your news reader to post using your real name.
-
Do you know why the first SQL statement is in SQL1 syntax and the second is
in SQL2. (SQL1 syntax lists the table names in the From clause and the
conditions in the Where. SQL2 syntax uses the Inner Join statement.)
The … -
1. RB 9 includes a new TdaSQLBuilder class that can be used to modify the
TdaSQL object associated with a dataview.
2. To make changes permanent, you need to save the report definition. If you
are storing reports in .rtm… -
Please see thread titled 'Delphi 2006 support' dated 12/2/2005
"Stephan Leiwering, AdvanTex Software"
-
RB 10.
-
Check out demo 108 (dm108.pas) in RBuilder\Demos\Reports\Demo.dpr
Also check out the TppPDFDevice topic in the RBuilder.hlp - it contains
example code.
-
Try this:
1. Add a TppVariable to the report. Set the DataType to dtInteger
2. Position the cursor over the Variable and press the right mouse button.
Select the Timing... menu option.
3. Set CalculateOn … -
Try using a TppVariable. In the Variable.OnReset event intialize the value.
In the Variable.OnCalc event increment the counter.
-
1. Please configure your newsreader to post using your real name. (It
currently says "news.digital-metaphors.com").
2. One solution is add an auto-increment datafield to your database tables.
Then you can build a SQL que… -
We do not recommend building the RB packages, nor do we provide tech support
on rebuilding the RB packages.
-
This question was also posted to support@digital-metaphors.com and answered
via email.
Please post questions to a single destination.
-
1. What version of ReportBuilder are you using?
2. Are you using ReportBuilder's Background printing feature?
3. Prior to RB 7.x, ReportBuilder was not thread safe. The ReportExplorer is
a form and therefore is not … -
When you run the app from the command line - the application process runs
under your Windows user account.
The Scheduler might be running under a different Windows user account. For
example, the Scheduler might be runnin… -
You can use form inheritance with some limitation:
1. Do not place the DataPipeline components on an ancestor. Due to the
DataPipeline.AutoCreateFields feature, form inheritance does not work.
2. Do not use report t… -
1. One option is to use RB Server Edition - even if its just one report.
This solution will require the least amount of development time and effort.
I recommend first working thru the tutorials in the RB Server Developers
Slight typo - that should read 'There will be no further updates to RB 9.x'
Win32 VCL only.
We are working towards an RB for .NET for the future...
Yes.
We have not announced pricing for RB 10. However, I would expect upgrade
cost will be in line with the current upgrade prices listed on our web site.
There will be not further updates to RB 9.x
We are working on finalizing RB 10 - it will include support for D2006.
Probably a few weeks time...
Open RBuilde\Source\ppDevice.pas and check the class declaration for
TppPage.
In RB 9.03 the Page.Calculation property is published. Perhaps in some prior
version it was not.
In addition to Nico's suggestion about RTF, you might also try exporting
from Word to HTML - I think TRichView can load html. (see TRichView below).
I think the Infopower RichText component enables OLE objects to be embedded
in the RTF memos. So that might be an option. See Infopower RichEdit Support
in th article below...
--------------------------------------…
We are working on a solution that will enable existing ReportBuilder reports
to be leveraged by .NET and VCL.NET applications.
Digital Metaphors is currently working on RB for .NET. The project is being
approached in pha…
I recommend using TppDesigner - let it create and manage the
TppDesignerWindow. If you do not want to do that (for whatever reason), then
please see the source code to TppDesigner (ppEndUsr.pas) to see how it
manages the IniS…
For future reference - please post questions to a single destination
(newsgroups or email). I cannot stress that point enough. If you need to
send an example project then please use email only.
I received the sample code…
You posted this same question on 11/1/2005 and I responded......
"We are currently focusing on supporting Delphi Win32.
We have not tested whether the packages compiled for Delphi 2006 will work
with the C++ pe…
Should be released in the next few weeks. Hard to give a specific date -
when get down to finalizing a release...as I am sure everyone can relate to
this. We try hard to time things perfectly so that we can have RB 10
availab…