nicocizik
Comments
-
The datapipeline uses the TField.AsString routine to get the value from a
TDataSet descendent. If there is an option to trim the spaces off a field
in ADS, you would need to set it for the FQuery property of the
TdaADSQueryDataVie… -
Hi Lucas,
I do not believe this option will affect the issue you are experiencing.
From the Advantage Help....
AdsTableOptions.AdsPreserveSpaces
Boolean flag used to specify if you want character fields se… -
Hi Jeka,
ReportBuilder does not support linking two datasets from separate databases.
One option that others have used is to create Views that get data from a
separate database and use them in the original DB rather than direc… -
Hi Samuel,
If possible, please send a small examaple demonstrating this issue and I'll
try to recreate it on my machine. Send the example in .zip format to
support@digital-metaphors.com.
--
Regards,
Hi Samuel,
Try executing the query directly to your NexusDB database without
ReportBuilder and see if it runs correctly. Are you able to run the NexusDB
example located in the \RBuilder\Demos\4. EndUser Databases\NexusDB\... …Hi Steve,
The issue you are seeing is most likely due to the fact that some of the
queries were created with the default database and were saved to the
template with that setting. Now, even though you are changing the
d…Hi Steve,
Sorry for the delay in this response.
Which DB are you connecting to? Are you using an application similar to the
end-user solution located in the \RBuilder\Demos\End User\... directory?
Are you using DAD…Hi Steve,
One option is to extend the TeeChart RAP RTTI included. We will be
enhancing this for a later major release of ReportBuilder.
--------------------------------------------------
Article: Extending RAP
Hi Juliano,
If you wish to connect to your database using ADO, you will need to place an
ADO connection on your form and set the proper connection settings for your
specific database. Simply changing the session will not auto…Hi Juliano,
For future reference please type your full name in the "from" field when
posting to these newsgroups. (Instead of "j").
There should be no difference between how the data tab works when using BDE
or ADO…Hi Christoph,
There is still currently no having clause support in DADE however we are
very strongly considering adding this feature for the next major release of
ReportBuilder. For time being, you would still need to edit th…Hi Ian,
Sorry for the delay. I finally got a version of Advantage 9.0 on my machine
and was able to successfully build and install the rbAds1111 package. I'm
unsure why you would be getting this error. One item to note, I n…Hi Rob,
When the "Show All Values" checkbox is checked, the
AutoSearchField.ShowAllValues property is set to True. You should be able
to use this property to know whether the user selected this option.
--
Reg…Hi Stuart,
Unfortunately the dataview will still expect the pipeline to be connected to
an ADO dataset so I do not believe that will function correctly. The
easiest way would be to find a way to temporarily add this memory da…Hi Stuart,
DADE does not support multiple database connection types. One option would
be to access all your data from memory tables such as kbmMemTables removing
the need to access your Access or SQL Server database directly …Hi Nick,
If you just need the SQL text, you can access the SQL object using the
Report.Datapipeline.SQL property. This property is a TObject so it will
need to be type cast.
uses
daSQL;
begin
Hi Sher,
ReportBuilder 11 added the ability to edit the SQL and retain the dataset
links. In ReportBuilder 10 and earlier, this feature was not available so
all data links are lost once the SQL code is edited manually at desi…Hi Patrick,
You first need to compile the rbADS1010.dpk package before installing. Take
a look at the steps outlined in the ReadMe.doc located in the Advantage
directory, specifically the "Compiling the ReportBuilder DADE Adv…Hi Patrick,
You are going to need to compile and install the rbADS1010.dpk located in
the \RBuilder\Demos\4. EndUser Databases\Advantage\Native\... directory to
have the ADSSession type available in the Delphi IDE. You may ne…Hello,
For future reference, please use your real name when posting to these
newsgroups.
Starting with ReportBuilder 10, we added an automatic email feature that
interacts with a number of plugins to send reports as…Hi Sher,
I just checked my installation of RB for Delphi 7 and our master file and
the fix for daADO was present. Are you certain you are using the latest
(11.04) source?
--
Regards,
Nico Cizik
Thanks Sher,
I'll make sure the PostgreSQL fix is added for the next release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-meta…Hi Sher,
Did you try reinstalling RB 11.04 after you did a corrupt install cleanup?
Once you do, try deleting the RBuilder.ini file located in the
\AppData\Local\RBuilder\... directory and see if that helps.
In my t…Hi Jason,
Please upgrade your version of ReportBuilder to 11.04. I believe this issue
has been addressed.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Sven,
Take a look at the GetTableNames routine located in the daDOA.pas plugin
file. This is the default way the plugin retrieves the table names for your
database.
--
Regards,
Nico Cizik
D…Sorry, I re-read your initial post and you mention where the error is
occuring. Now we need to try to track down why the ChildCount is nil for
your application and why it functions correctly with the demos.
--
Regards,<…Hi Lars,
This still may be an issue with the parameter logic. Try setting your
library path to \RBuilder\Source\ and trace into
TppParameter.GetParameterForName routine and see why the AV might be
occuring.
-…Hi Lars,
We are going to need more information about the nature of your SQL statement
and report design to track something like this down. Please give more
detail about what you are building or give the steps I can take using…Hi Scott,
As you try and rebuild the runtime packages, Delphi should let you know
which packages need to be recompiled in addition. Start with the rbDAD
package where the daSQL.pas file is defined. You may be directed to