nicocizik
Comments
-
Hi Robert,
Thanks for the info and feedback. We will consider making the
recognized Boolean values more flexible in ReportBuilder for a later
release.
Regards,
Nico Cizik
Digital Metaphors
Hi Robert,
Please update your newsgroup posting name to reflect your real name.
Be sure you have properly set up the Data Settings in DADE to connect to
your database. These options can be set in the Designer or in the d…Hello,
Which version of ReportBuilder and Delphi are you using?
I do not see anything wrong with your code below. If you trace into the
printTest routine, does the Report.Print call occur? Try commenting out
the B…Hi Eliseu,
When deploying an application to another machine, you need to be sure
that you include the proper language .dll files if you wish to support
multiple languages.
Inside the \RBuilder\Languages\Ptb\... dire…Hi Eliseu,
I tested RB 12.04 and Delphi 6 on our machines and the email dialog
displays the translated (Portuguese (Brazil)) text correctly. Are you
certain you installed the language translations when you installed
Rep…Hi Mandy,
Memos do not expand horizontally, only vertically. If you need a
control that expands horizontally you need to use a Label or DBText.
-----------------------------------------
Article: End-User Tech Suppor…Hi David,
Are these values the same as well? If so, the SuppressRepeatedValues
property should work for them too. ReportBuilder does not have a
built-in feature to hide multiple components based on a single value
repea…Hi David,
Which version of ReportBuilder and Delphi are you using? The
Variable.SupressRepeatedValues feature is working as designed with the
latest version.
I'm a bit unclear about why you are using a TppVariable …Hi David,
Try setting the SuppressRepeatedValues property of the DBText that holds
the date to True.
Regards,
Nico Cizik
Digital Metaphors
in How to make same following values invisible Comment by nicocizik April 2011Hi Jeff,
This is interesting, according to the Firebird faq, using stored
procedures should help avoid the error you are getting.
http://www.firebirdfaq.org/faq2…Hi Jeff,
Take a look at the following article on troubleshooting endless pages.
If it does not help, try creating a minimal example that demonstrates
the problem and send it in .zip format to support@digital-metaphors.com
Hi Shawn,
I suggest using the Report Wizard to create your report. Select File |
New.. from the main designer menu and then select the report wizard from
the list.
Another option is to simply drag and drop the nece…Hi Shawn,
All text components have a Transparent property. Be sure this property
is set to True.
Regards,
Nico Cizik
Digital Metaphors
…Hi Shawn,
For future reference, please post using your name in the "From" field
rather than your email address. Also please include your environment
specifications (Delphi Version, RB Version, etc.).
It does not lo…Hi Robert,
Once you load a template, the properties set on the TppReport are
replaced with the properties saved with the loaded template. You need
to either re-save the template down with the different properties or
re-…Hi Robert,
It does not look like your report is connected to any data. Do this by
setting the DataPipeline property of the report or using the Report |
Data option in the main menu of the designer.
I highly suggest…Hi Mark,
I do not believe this is possible using the DisplayFormat of the
control. See the ppDisplayFormat.pas file for exactly how ReportBuilder
applies the DisplayFormat info to the text of a report object.
I rec…Hi Shawn,
Once again, please change the value of the "From" field to your name
rather than your email address when posting.
When setting the Report.DataPipeline or the DataField property of a DB
component, the pipel…Hi Gustavo,
RAP does not have the FileExists routine built in however it would be
very easy to create a pass-thru function that does so. Take a look at
the main RAP demo located in the \Demos\0. RAP\... directory for
ex…Hi Ben,
I need more information about how your application is designed and what
exactly you would like to happen. You appear to have changed some of
the other EmailSettings properties as well.
1. Simply setting the…Hi Marko,
Which actual version of ReportBuilder are you using? We had an issue
like this with some earlier versions of RB 11 that I believe were
resolved. Try upgrading to RB 11.08 and see if that solves the problem.
Another example that may be helpful showing how to use lookahead values
in other calculations.
in summary totals on first page Comment by nicocizik May 2011Hi Jim,
The easiest way to place calculations at the beginning of a report is to
use LookAhead values. This will make the calculations during the first
pass of the report and display them during the second pass.
Id…Hi Eliseu,
The report must be generated in order to determine how many pages are
present. One option is to create a generic TppDevice, connect its
publisher to the report's and call Report.PrintToDevices.
You could…Hi Frederick,
ReportBuilder does not natively support EAN-2 barcodes. This is
something we will consider adding to a later release.
There may however be a library available to create an image of this
barcode and ad…Hi Adam,
It looks like your measurements are incorrect. You are setting the
Height to PageLeft and the Width to 0
in Creating a border around entire page
Comment by nicocizik
May 2011
Hi Adam,
ReportBuilder does not have a built-in way to create a border around an
entire page.
If you would like to do without the page style, you could manually add a
shape drawcommand before the report is generated…Hi Jason,
Have you traced the code below? Is the TppDBRichText component created
actually receiving valid RTF data?
I suggest simplifying what you have below then incrementally adding
functionality. Start with sim…Hi Jason,
ReportBuilder does not have a built-in feature to keep each bullet point
of a RichText together. You might try separating each bullet point into
a single RichText file/record and then keeping the entire RichText