nicocizik
Comments
-
Hi Jack,
As I mentioned in my last post, the StringList.Add routine is working as
designed in my tests. If it is not functioning for you there is
something else going on. Please send a simple example demonstrating
this… -
Hi Jack,
The TStringList.Add functionality in RAP seems to be functioning
correctly in RAP.
I would suggest adding a temporary variable to hold the string before
adding it to the string list.
var
… -
Hi Adrian,
Which version of ReportBuilder and Delphi are you using?
Are you seeing this behavior on screen or printed to the printer (or
both). If you change printer drivers do you get the same behavior? As
a test… -
Hi Gary,
I believe memo fields should be supported. I made some quick tests
using the DBDEMOS database and the biolife table and was able to
successfully merge the notes field and numerous fields below that. If
possibl… -
Hi Gary,
The mailmerge feature is not designed to handle multi-line data types.
I'm actually surprised two lines functions correctly. Is the address
field a Memo type or are there just CRLF characters inside a text field?
Hi Oliver,
Please upgrade to RB 12.05 and re-test (contact
info@digital-metaphors.com with your serial number). If the same
problem occurs, I have a patch that may help.
Hi Sergio,
Below are two methods in which this can be done.
1. Create a single main report with a Detail band only. Place two
Section style subreports inside the detail band and load each separate
report into the i…Hi Rick,
We have not heard of anything like this before. My initial guess is
that this is some sort of timing issue however RB 10 is fairly dated and
we have made many fixes since then so upgrading may help.
My fir…Hi Sergio,
Below are two methods that will give you the output you are after.
1. If the Group Footer is empty, set the "Reprint Group Header on
Subsequent Pages" is False for the group and place the contract info
in…Hi Mathias,
Inside the rbRTL1416.dpk source, try setting the IMPLICITBUILD flag to
OFF and try to rebuild all the packages.
Hi Kedul,
Thanks for the feedback. I will add this to our list of possible
enhancements for a later release. As a workaround for now you could
place a colored rectangle behind the text object to get the same effect.
Hi Kedul,
Leading refers to the space below a line of text separating it from the
next line in a word-wrapped control such as a memo.
http://en.wikipedia.org/w…Hi David,
The GetText event of a variable can fire multiple times in order to
properly cache and retrieve calculated values.
If you are making or displaying calculations with these variables, you
should use the OnCa…Hello,
For future reference please use your real name when posting to these
newsgroups.
There is currently an issue with placing a vtCopyNo or vtCopyNoDesc
System Variable inside an archived report and getting the c…Hi Steve,
I must first stress that you are using a very old version of
ReportBuilder. Later versions handle report height checking much more
elegantly as well as provide the proper tools to customize your reports
the wa…Hi Christian,
In my testing with Indy, built-in email dialog, and the code below, the
subject that I entered into the email dialog properly displays in the
showmessage. Are you certain a subject is being assigned in the dialo…Hi Petter,
Yes you are correct, the EmailSettings of the TppEmail object are
cleared after the email has been sent from the built-in email dialog. I
will look into making this more easily accessible for a later release of RB.…Hi Christian,
Once you call SendMail, the EmailSettings of the report are passed to
the TppEmail object and manipulated there.
If you would like to access the updated subject or body defined by in
the Email dialog, …Hi Dharmesh,
If you are getting the same behavior with RB 12.05, it is unlikely
upgrading to 11.08 will solve the main problem.
That being said, we made hundreds of fixes to the product between
versions 11.05 and 12…Hi Dharmesh,
My first suggestion would be to upgrade your version of ReportBuilder to
11.08 (the latest RB 11 version) and retest. Also make sure your
customer is using the latest version of the printer driver available for <…Hi Dharmesh,
ReportBuilder relies heavily on the printer to make text (and other)
measurements during generation to the screen and printer. Currently it
also occasionally uses the printer for text measurement and font
i…Hi Dharmesh,
We have not seen this behavior before. In order to move forward with a
solution however, we are going to need more information about the issue.
1. Which exact versions of ReportBuilder and Delphi are you usi…In my testing with RB 14.05 and Delphi XE2, the Group.AfterGroupBreak
fires as expected when a group ends at the bottom of a page. Are you
able to recreate this with a simple example I could run here? If so,
please send the examp…Hi John,
Are you by chance have any non-RB db controls connected to the same
datasets as ReportBuilder? If so, this can sometimes cause issues with
the new threading architecture of the multi-page preview. To resolve
t…Hi John,
This is not a known issue.
Which exact version of ReportBuilder are you using? If you create a
simple, minimal application that uses a report, are you able to recreate
this error? If so, please send the e…Hi Kedul,
Please send a runnable example of this to support@digital-metaphors.com
in .zip format and I'll take a look at it for you.
Hi Tony,
The language used in RB is controlled by the Report.LanguageID property.
This is a published property so it can be altered at design-time using
the object inspector.
The default language used is the one s…Hi Stef,
We're going to need more information about how your application is
designed and how the cxTextEdit relates to any RB components.
At what time is the MakeTextRows routine called? Does this occur on
every ma…Hi Philip,
Simply implement the Viewer.OnPrintStateChange event and check the
Viewer.Busy property inside.
If the viewer is not busy, it is then ok to preform report actions that
require the engine (printing, export…Hi Philip,
Which version of ReportBuilder are you using?
How is this section of your application different from the section that
functions correctly?
If you are using RB 14, I would be a little concerned about …