nardmoseley
Comments
-
That code will work fine.
You can also call Report.FreeModules to free any existing datamodule and/or
codemodule.
-
This is not a known issue or an error that has been reported by any other
user.
What version of ReportBuilder are you using? If you are not using RB 9.03,
try downloading a trial version of the latest release and perfor… -
We will work on improving this for the next release...
-
Yes. As an example, first play with using the Query Designer to modify the
table name. The only way to do it is to use the Tables tab to remove one
table and then add another. Once a table is removed, all of the select
fields… -
I researched this and have created a patch for RB 9.03. Please send a
request to support@digital-metaphors.com.
-
Interesting, we have not had anyone report this before. Yes, RB uses TDBGrid
to display ths results in the query preview.
-
ReportBuilder does not have any limitation.
Each DADE QueryDataView that you create is a container for the the
DBPipeline, TDataSource, and query based TDataSet descendant. For example,
if you are using ADO, then an ADOQ… -
Excellent news!
-
Ok, great. Please let us know if you create a DADE plug-in and would like to
share it with others.
-
Please configure your newsreader to post using your real name. Currently you
are posting as 'digital Metaphors'.
We do not have any experience here with kbmMW. However, here is an example
of using RB Enduser with Borland… -
Sorry, yes I missed this one.
There are some complex cases in which the the Magic SQL breaks down.
One option is to manually edit the SQL and then write code to
programmatically link the datapipelines. (Linking the… -
This is handled by the Data Settings Dialog. This dialog is replaceable
(like most all dialogs in RB).
The default Data Settings dialog is defined in daDataSettingDlg.pas. It is
registered in the Initialization section o… -
Great to hear
-
I think the database type needs to be set PostgreSQL. I assume that the SQL
that is generated will be submitted to the PostgreSQL engine.
-
That is a simple mod. If you purchase the registered version we can send you
a patch (and this will be fixed for the next maintenance relaease). Email
support@digital-metaphors.com if you need a patch. Include your serial
num… -
I found a DADE plug-in for ODAC. (It is not listed on our DADE plug-ins
page, so
I do not know whether is works correctly, but it would definitely be a good
starting point).
www.digital-metaphors.com/rcl/dade/daODAC… -
Try contacting the publishers of ODAC and inquire as to whether they are
aware of a ReportBuilder DADE plug-in for ODAC.
If one does not exist, you should be able to create one by using the
Director Oracle Access plug-in… -
Yes, I think support for the Advantage Left Outer Join was added a few
versions ago.
I performed a test to verify that it is working correctly. The
Designer.DataSettings should be set to SessionType = AdsSession and
Thanks for updating the plug-in
Can you send a .zip version support@digital-metaphors.com. We can update the …
The IBO example that we have connects the TIBOQuery to a TDataSource and
TppDBPipeline. (The DADE plug-in for IBO, daIBO.pas, enables the RB query
tools to build queriy dataviews that internally use this setup.) Again,
check …
1. To learn the fundamentals of RB, check out the End-User Application
tutorials in the ReportBuilder Developers Guide installed to
RBuilder\Developers Guide\RBuilder.pdf.
2. Do number above 1 as the first incremental st…
- RB includes a DADE plug-in that supports Delphi's ADO components.
(Microsoft's ADO technology is the most common approach to connecting to
ODBC datasources.)
- You are referring to an old DADE plug-in that supported a …
- creation of the existing DADE plug-ins have been a joint effort between
Digital Metaphors, publishers of third party data access component sets, and
customers. There are plug-ins that have been created by all of these groups.
Thanks for providing that code. We can add this to the daNexus.pas source
code. Are most developers that use Nexus, using Nexus v2? Is there a a
predefined IFDEF that we can put around the code so that it will be included
onl…
- Limit your code mods to the daNexus.pas unit. It is isolated to Nexus and
will not affect any other database connectivity. Perhaps make a copy of the
unit and then play with it.
- TnxQuery is being used by the daNexus …
- open daNexus.pas and find the method implementation for
TdanxSession.GetTableNames.
- the TdanxSession.GetTableNames method is calling
TnxDatabase.GetTableNames to get the list of available table names. If there
The DataDictionary is only used to create/edit a query dataview. Once the
query dataview is saved, the data dictionary is not used to execute the
query and generate the report.
Run the application with UseDataDictionary …
This will be fixed for RB 10.03, which will be released soon...
- Make sure that you use a connection object placed on the form/datamodule
that contains the report component. Configure the connection object to
connect to the database and then configure RB to use the connection.
- To …
Thanks for the feedback. I put these on the list of items to research...