nicocizik
Comments
-
Hi Daniele,
This is currently not a feature of the ReportExplorer. It is however a
feature we would like to add for a later release of ReportBuilder.
Thanks for your feedback.
-
Hi Tyran,
See the following article on how to locate the demos for recent versions
of ReportBuilder.
http://w… -
Hi Terry,
What format are you using to enter the date? Dade expects the standard
machine locale-defined date format when entering dates into a query.
For instance, if your machine is set up display dates as mm/dd/yyyy, y… -
Hi Yusuf,
The web site and Wiki are currently up and running.
-
The rbIBO1517.dpk and rbIBO1518.dpk likely need their requires clause
updated with the latest IBO runtime packages.
Check your IBO library path for the .dcp packages similar to the ones
already in the rbIBO package source (ibo… -
Hi Mike,
We have not heard of any issues like this with IBO in the past. I will
contact them and see if I can get a copy of the latest version to test
with. This however may take some time.
-
Hi Mike,
We currently do not provide any Firebird demos. We will consider adding
a demo for Interbase.
You should however be able to modify the SQL Server demo inlcuded to
connect to any DB you would like by changi… -
Hi Mike,
Take a look at the following article on manually clearing the DADE metadata.
http://www.digital-metaphors.com/RBWiki/DADE/Me… -
Hi Christian,
It appears your posting name is set to "ReportBuilder". Please change
this to show your real name for future posts.
The Thumbnail Settings in ReportBuilder is modeled after the existing
Outline Settin… -
Hi Humberto,
In RAP, we added some simple helper properties to control the borders.
If for instance you would like to enable the left border you would
simply set Border.Left := True;
A list of the helper proper… -
Hi Rick,
Take a look at the following article on using a lookahead value in a
calculation. There is an example for Delphi and RAP available.
in using a Look ahead variable in a group total calc Comment by nicocizik October 2013 -
Hi Leo,
Please provide a simple example (support@digital-metaphors.com) or steps
I need to take to recreate the issue with the existing code. I will
need to see this issue in action before considering any changes to our
Hi Leo,
In my testing with the latest version of ReportBuilder, Mail Merge is
functioning as designed.
My first suggestion would be to upgrade your version to RB 14.08 and see
if that solves the issue. Contact info…Hi Christian,
The mail merge feature of the RichText component is designed for DB
fields only.
You can manually insert and alter the RTF inside a RichText component
using the various properties included with the con…Hi Philip,
1. It is not possible to add custom styles to the existing report
wizard. It is however possible to replace the current report wizard
with your own custom wizard and define new style classes for that. Take
a…Hi Marcos,
This is not a built-in feature of the ReportExplorer however the
ReportExplorer simply displays the data it is given. You could
manipulate the Item and ItemUpdate queries to filter out the reports you
do not …Hi Paul,
Sorry for the delay.
Please upgrade to RB 15.03 and retest. It is possible this was fixed
for the new version.
If not, please create a simple example or provide the exact steps we can
take to re…Hi Philip,
Take a look at the following article on troubleshooting email problems.
My guess is that perhaps your customer has the 64 bit version of
Outlook installed and is running a 32 bit reporting application.
…Hi Paul,
The SaveToFile and LoadFromFile options are dynamically added to the
menu when the file menu is clicked and "SaveTo = stDatabase" is the
default (defined in the Report.Template property). The easiest way to
hid…Hi Paul,
The built-in previewer uses the PrintStateChangeEvent routine to control
the Cancel/Close button. In your own preview plugin, you could override
this routine and tailor it to your needs.
From the viewer, …Hi Marc,
I'm a bit unclear about the use of the Group Footer for final
information. Is there only a single group in the report? If not, then
would like to print the group footer on a new page for every group if
pages a…HI Fabricio,
Thank you for the further explanation. A feature for automatically
updating autosearch fields based on previous user input is not currently
available in ReportBuilder. As mentioned in the other posts you
r…Hi Fabricio,
Take a look at the following article explaining parameters and
autosearch in ReportBuilder. Hopefully it will get you on the right
track to updating your reports.
in lookup parameter with another parameter filter Comment by nicocizik July 2014Hi Fabricio,
For future reference, please state that you are using RAP in your main
post so we know which features you are utilizing.
The code I posted will not function in RAP. You will need to create a
passthru f…Hi Fabricio,
Using the various routines located in the TppLookupList class you can
get the selected name or "text" before the report prints. Something
like the following...
procedure TForm2.ppReport1BeforePrint(Sen…Hi Dustin,
You can use the various crosstab events such as OnGetDimensionValue and
OnGetCaptionText to alter the element values at runtime. Take a look at
the crosstab demo included with ReportBuilder for some examples of thi…Hi Frederick,
I apologize, I did not see that you were using RB 7.x. There are no
known issues like this with RB 7.04. My suggestion is to completely
uninstall ReportBuilder, perform a corrupt install clean-up, then
re…Hi Frederick,
Please check the build number of your version of ReportBuilder and be
sure it is 337. If not, please uninstall your current version,
re-download ReportBuilder using the same link and re-install.
You c…Hi Ignacio,
The ppGmap component utilizes the Google Static Maps API to display maps
on your reports.
https://developers.google.com/map…Hi Rod,
It is possible to create a custom autosearch dialog to gain complete
control over what is shown. See the example located in the following
directory for how this can be done.
\Demos\5. AutoSearch\4. Custom A…