nicocizik
Comments
-
Hi Rob,
Yes you are correct, I apologize for the confusion. ReportBuilder uses the
daContainsSQLFunctionCall routine located in the daSQLReservedWords.pas file
to determine if there is a valid function call in the search cond… -
Hi Rob,
Depending on which database you are using the current date keyword may be
different. Most DB's use CURRENT_DATE however MS SQLServer uses GetDate(),
Access uses Now(). Another option would be to set the AutoSearch ma… -
Hi Leah,
Yes, please send the example in .zip format to support@digital-metaphors.com
and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
in Find Text error Comment by nicocizik June 2008 -
Hi Leah,
I'm sorry but I'm still unable to recreate this error. Toggling the
SearchFromCurrentPage property does not seem to make a difference. Are you
able to see this with a minimal example?
--
Regards,
Hi Leah,
I am unable to recreate this error on my machine. Below are the steps I
took. Please let me know how I can alter them to recreate the error.
1. Created a new project, added a report, designer, and button to a …Hi Ken,
The Report Explorer can be completely replaced like most of the dialogs in
ReportBuilder. See the tutorial located in the
\RBuilder\Tutorials\Complete\II. Applications\04. End-User with Custom
Explorer\... dire…Hi Ronald,
Yes I was testing in RAP and assumed the Delphi events would behave the same
however this is a special case. Sorry about that.
In this case the RAP and Delphi events will behave differently. In Delphi,
…Hi Ronald,
If you are implementing event handlers in Delphi, then loading templates,
you will most likely loose the event handlers due to the fact that the
template saves all this information down. The easiest workaround is t…Hi Ronald,
Which version of ReportBuilder are you using? In my quick testing with RB
10.09 and Delphi 2007, the AfterPrint event fired successfully just as I
tabbed back to the designer from the preview window.
-- …Hi Alex,
Usually when the printed output differs from the output on screen, it is an
event handler issue. Try tracing your event code that makes the
calculations and see how it reacts when you preview compared to when you
Hi Leah,
ReportBuilder templates are all backward compatible meaning older versions
will load and run correctly in the newest version of the product. The
templates however are not forward compatible as we are constantly impro…Hi Ray,
The DataDictionary is primarily meant to be used at design-time before your
application is deployed. It is however possible to populate the dictionary
tables at runtime using the various TppDataDictionary routines des…Hi Roberto,
In my testing with the MAPI (default) plugin and RB 10.09, sending an email
with the PreviewInEmailClient property set to False shows a warning message
that an application is about to use Outlook then places the me…Franco,
This is a known issue that has been addressed for later releases. Try
upgrading to RB 7.04 and see if that solves the issue. For upgrade
instructions, send your serial number and purchasing email address to
inf…Hi Smokoveck,
Which version of Delphi are ReportBuilder are you using? Is the error
occuring perhaps in the GetFieldNamesFromDataset routine? If you trace into
the RB source, which line of code does the exception occur? Are…Hi Juliano,
Which version of ReportBuilder and Delphi are you using?
How exactly are you changing the GetTableName routine? Does this work
correctly with the original daADO code? Are you experiencing issues with
t…Hi Arthur,
Which version of ReportBuilder are you using? In my testing with RB 10.09,
RB detected that my value was a sub-query and adjusted its "in list" SQL
formatting accordingly.
--
Regards,
Ni…Hi Arthur,
If your database allows subqueries, you can enter the subquery into the
Value edit box of the Search tab in the Query Designer.
--
Regards,
Nico Cizik
Digital Metaphors
in Using a sub-query in a report Comment by nicocizik August 2008Hi Miguel,
DADE does not natively support the alteration of data in your database.
This is functionality that would need to be added manually by replacing the
query designer or query wizard with your own.
There is a…This question is being handled via email. Please do not post questions to
the newsgroups that you have already asked through email.
--
Regards,
Nico Cizik
Digital Metaphors
in TdaQueryDataView.SQLToDataView: No data pipeline to assign query to. Comment by nicocizik August 2008Hi Branden,
Try updating your version of ReportBuilder to the latest (10.09) and test
with that. If you are still able to recreate the problem, please send me
the exact steps I can take here to see it on my machine.
Hi Juliano,
In this case (as I mentioned in my last post) you should implement the
OnSave event of the Designer so you have complete control over how the
report is saved. See the help topic for the OnSave event for more
Hi Juliano,
You can use the OnSave event of the TppDesigner to take complete control
over the report saving process. It is also possible to customize the main
toolbar of the designer. Take a look at the following example.
Hi Juliano,
Do you mean you would like to replace all the dialogs and forms in
ReportBuilder (i.e. Preview, Explorer, Designer, etc.) or all reports you
have saved in RB format? For the former, it is quite possible to replace…Hi J-Pierre,
If you are using RAP, you will need to access the ColorSource properties
using a pass-thru function. Examples of how to create a pass-thru function
are located in the developer's guide and in the \RBuilder\Demos\…Hi Rob,
You need to use one of the very early events such as OnInitializeParameters
that was recently added to RAP for RB 10.x. This event will fire early
enough via RAP to alter parameters such as the TextFileName property.<…Hi Jeet,
Are you certain the query is properly connected to the report using a
datapipeline? Take a look at some of the demos located in the
\RBuilder\Demos\1. Reports\... for examples of how to connect data to a
report…Hi Branden,
Take a look at another article.
http://www.digital-metaphors.com/rbWiki/End-User/Fundamentals/Ho…Hi Branden,
Take a look at the following rbWiki article on editing RAP from Delphi.
http://www.digital-metap…Hi Ian,
Check to be sure you do not have an old RB ADS package still installed in
your Delphi IDE, or perhaps an old source path in your library path. There
is a conflict somewhere on your maching.
--
Regards…