nardmoseley
Comments
-
The DBCalc has built-in support for displaying a total in the GroupHeader.
Place the DBCalc in the GroupHeader and set DBCalc.LookAhead to True.
--
Nard Moseley
Digital Metaphors
www.digital-… -
Try re-installing D2007 and D2009 - they can co-exists. We are running both
on the same machines here. (I have D6, D7, D2005, D2007, D2009 installed on
the same machine).
--
Nard Moseley
Digital Me… -
Do you need to do a join, or perhaps create queries and then link them?
You can try using the RB Query Designer to do either of those.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
This example shows how to load reports stored to the ReportExplorer database
tables and convert them to ascii text.
http://www.digital-metaphors.… -
Try using the Report.OnPrintDialogClose event to check
if myReport.PrinterDevice <> nil then
ShowMessage(myReport.PrinterDevice.Printer.PrinterName);
--
Nard Moseley
Digital Metaphors
www.digi… -
Try removing the reference to dclRBPxxxx from your package. Your component
package should not 'require' that package.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
We just sent you an email. You can also try sending another email to
sales@digital-metaphors.com
You message was never received. Last week our server had technical problems
that prevented email from working for a couple … -
Prices are the same - we have /not/ raised our prices.
Prices for new licenses are the same as 10 years a… -
The DM Team is also excited about rbWiki! A second big Wow!
I invite everyone to stop by rbWiki and spend some quality time! Each major
category has an architectural diagram that provides a visualization of how
the produ… -
Wow, so finally here it is! The DM Team is excited about RB 11!
The feature list is extensive - thanks to the ReportBuilder community for
all of your feedback! Several of the features compliment one another to
provide a … -
A new RB 11 build is available that corrects this issue. Please download the
new build and run the installation - this will remove your current build and
install the new one.
Many thanks to those that emailed and posted … -
We are working on a new build that will fix this issue.
As a temporary work around...
1. Use Windows Explorer to browse to RBuilder.ini, which should be located
in the following directory. (Note: If RBuilder.ini doe… -
1. Please provide more environment details. Windows version, Delphi version,
RB Edition (Std, Pro, Ent Server).
2. If you have RB Professional, Enterprise, or Server, then please try a
run-time test using the Designer.
Try this..
uses
ppDBPipe;
if myReport.DataPipeline is TppDBPipeline then
begin
lDBPipeline := TppDBPipeline(myReport.DataPipeline) ;
lDataSet := lDBPipeline.DataSource.Dataset;
end…
We have new builds available to download - this should fix issues with
installing to Vista 64-bit.
Please try downloading again.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.co…
In our testing, we can duplicate the error you reported, only when
RBuilder\Source appears in the Delphi library path. For example
C:\Program Files\CodeGear\RAD Studio\5.0\RBuilder\Source
C:\Program Files\CodeGear\RAD Stu…
Try removing RBuilder\Source from your Delphi libary path.
Before....
..\RBuilder\Source
..\RBuilder\Lib
After....
..\RBuilder\Lib
Now try compiling the demos or any of your projects…
Check your Delphi library path - does it contain RBuilder\Source? If yes,
then try removing it and compiling against RBuilder\Lib only. Post the
results here.
We are still researching this issue.
--
Nard…Great!
ReportBuilder for D2009, D2007, D2006, D2005 includes a utility called
RBHelpInstaller.exe that can be run at any time to install/uninstall the
ReportBuilder Help into the Delphi IDE. The utility is installed to the
Include daIDE.
The ReportBuilder help files have been updated. Try accessing the
ReportBuilder Reference | What's New | History of ReportBuilder versions.
There should be a list of the RB 11 features there. Search help for
Some other customers also have reported issues installing to Vista x64 (see
prior posts here). Last night we put new builds on our server that should
fix the Vista x64 install issues.
Please try downloading and installin…
Please download the latest builds from our web site. This issue has been
resolved with a new build.
See prior posts on this newsgroups.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Have not heard of this issue before. If you can determine some reproducible
steps, please post here. We do not have any dual monitor setups.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I would try modifying the Dade plug-in for ADO. In daADO.pas, there is a
class called TdaChildADOQuery that descends from TADOQuery. You can add some
code to that class, either add some code to the SetConnection method or
The RBuilder help topic for Parameter lists the properties. Then traverse to
the help for Parameter.AutoSearchSettings (i.e. TppAutoSearchSettings).
There you will find definitions for the AutoSearchSettings properties. The <…
There is some internal Designer Window code that creates the task bar item.
That code has been in place for many versions. I think it was really meant
for the case in which the designer is being used within the Delphi IDE. I
…
Free upgrades from RB 10 to RB 11 are available for customers that purchased
in the last 6 months (March 1, 2008 or after). Email notifications have been
sent out. If you did not receive email notification, please send your serial …
Make sure that the design workspace has focus. One way to do this it to use
the mouse to click in the workspace area. If the object inspector or report
tree or format toolbar etc. has focus then key strokes are captured by those
RB 11 does this for you, please my prior prior post on this same thread.
The following is from the RBuilder help topic for
TppDesigner.IniStorageName.
The default value is ($LocalAppData)\RBuilder\RBuilder.ini. The …Try rebooting your machine. Then re-install and see whether that fixes it.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com