nicocizik
Comments
-
Hi David,
By definition the DBMemo will wordwrap automatically if a line of text is
longer than the component itself. If you would like to prevent the text
from wrapping, try using the DBText component.
--
Re… -
Gilbert,
Please send all attachments to support@digital-metaphors.com.
This is not a known issue with ReportBuilder 11.03. My first recommendation
would be to perform a corrupt install cleanup and reinstall RB 11.03.
Hi Gary,
Yes, one of the limitations of the Demo version is a 5 page maximum.
http://www.digital-metaphors.com/download/
--
Regards,
…Hi Mark,
I'm sorry, I apparently missunderstood the issue.
Does this behavior only occur with the embedded Designer? If for instance
you create a simple example with a non-embedded designer and change some of
the s…Hi Mark,
The .ini file will only store information about the designer that can
actually be changed in the designer itself. For instance, if you open the
designer, hide the entire "Draw" toolbar, then close the designer, that …Hi Mark,
I'm a bit unclear about the types of changes that are not being stored in
the .ini file.
Note that the .ini file only stores items such as toolbar location and
visibility, window size, etc. If you are doin…Hi Bruce,
At design time the RBuilder.ini file will always be stored in the WinSys
directory. This can cause issues with Vista installations so for the latest
version of ReportBuilder (RB 11) we changed the default location t…> My detail band has a TppRichText component set to stretch and
No, if there is enough room on the page to fit multiple RichText components,
they will print. If however the first Richtext fits and the second one
overflows…Hi Jason,
By definition, the report engine will try to fit as many detail band
iterations inside a page that it can before breaking to a new page. The
exceptions to this rule are only when Groups, Stretchable KeepTogether
Hi J,
If you are creating autosearch criteria in code and using DADE, I would
recommend using the TdaSQLBuilder object. This gives you easy access to the
SQL object and allows you to create and alter critera with simple
Hi J,
Which database are you currently using?
The difference between an empty value and a NULL value is often debated
however we leave it to your database to decide.
If your database sees these as two separate …I would suggest going over the tutorials in the Developer's Guide as well as
taking a look at the main reports Demo located in the \Demos\1. Reports\...
directory. The main reports demo includes hundreds of reports using Groups
in…Hi Oscar,
A region should also work.
Note that once you create a group, everything inside the detail band is
already "inside" the group. Once you run the report, a new group will be
created for each master record.<…Hi Oscar,
One option is to create a group on the master record in the main report and
set the group to keep together. This allows you to also place the master
record inside the group header to keep that and the subreport sepa…Hi Phil,
There is a patch available for this issue. Please send an email to
support@digital-metaphors.com requesting the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in Extraneous characters introduced into DBMemo field when printing to PDF Comment by nicocizik March 2009Hi Jeff,
The Email feature works with a plug-in architecture that allow you to either
connect to your email server directly (using Indy) or leverage your existing
default email client installed on your machine. The default pl…Hi J,
If you need to build your application with packages, the .dcp files are
located in the \RBuilder\Lib directory. The .bpl files are located in the
WINSYS\... directory. These should be the only files you need to include…Hi Frank,
Inside the Band.BeforePrint...
if Report.AbsolutePageNo = 2 then
Label.Visible := False
else
Label.Visible := True;
--
Regards,
Nico Cizik
Digital Metaphors
Hi Dexter,
This is not a known issue with RB 10.09. Are you able to recreate this
using the Email Demo located in the \Demos\1. Reports\... directory (demo
110)? Which SMTP plugin are you using to send emails?
-- …Hi Paul,
I did a quick test and was unable to recreate the error. Are you able to
recreate this with a simple example or with the included demos? If so,
please either send the example in .zip format to
support@digita-m…Hi Bernd,
This is the way to do it
. Child Subreports do not support page header or
footer bands so a group h…Hi Alan,
ReportBuilder does not currently support Bi-Directional text. This is
something we would like to add to a later release.
--
Regards,
Nico Cizik
Digital Metaphors
in BiDi mode and Right to Left Comment by nicocizik March 2009Hi Roman,
The dialog font was not intended to reflect the size of the application
font. There is now a patch that fixes this issue. Contact
support@digital-metaphors.com to receive the patch.
--
Regards,
Please see my response to your previous post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Tim,
I'm a bit unclear about what you are asking. The searching functions the
same way normal AutoSearch fields do in DADE which coincides with SQL
standards. Perhaps you can elaborate a bit more on what you would like to…Hi Enrico,
Have you tried the ElevateDB demo included with ReportBuilder 11? This has
been tested to work correctly with ElevateDB 2.0.
--
Regards,
Nico Cizik
Digital Metaphors
in Is there any update for support ElevateDB V. 2.0 ? Comment by nicocizik March 2009Hi Petter,
Dima is absolutely correct.
Emailing and printing are separate functions of ReportBuilder and cannot
be combined into a single step. I would recommend completely separating
the two.
First emai…Hi Petter,
1. If the recipients field is blank, no email will be sent. A file
however will be generated if the DeleteFile property is set to False.
2. This would be something you need to handle manually. You could
Hi Petter,
Yes, the latest version of ReportBuilder has the ability to export and
email each group of a report automatically.
in Splitting a report into several PDF documents Comment by nicocizik January 2012Hi Petter,
ReportBuilder 11 inlcudes a new feature that allows you to export each group
as a separate PDF file. Once these groups are exported, you can then use
one of the SMTP plugins to attach each file to an email and send…