nicocizik
Comments
-
-
Hi Philip,
Thanks for the information, however I'm a bit unclear about what was
happening. I assume CutePDF is simply a printer driver your customer
has installed on their machine. This means that the report components
Hi Mark,
ReportBuilder still uses the currency symbol defined by the system (or
manually with the FormatSettings object). If you look at the source for
the TppDisplayFormat.Format routine, you will see that we manually
…Hi Mark,
Once the "$" character is encountered in the display format string, the
value is considered a currency and formatted with the currency settings
of the current locale.
You can alter the way this is done in R…Hi Eric,
The version of Delphi should not affect the way dates are searched. Is
this the only item that was updated? Are you using a newer version of
RB? Are you using the different DB or connectivity?
Take a loo…Hi Ennio,
The StartOnOddPage property was added for RB 11. We hope you will
consider upgrading your version of ReportBuilder to take advantage of
this and many other useful features.
in First page of subreport on a odd page Comment by nicocizik December 2012Hi Ennio,
My suggestion would be to create a group (in the main report) that
breaks on each customer. Set this group to start a new page (NewPage :=
True) and to start on odd pages (StartOnOddPage := True).
You may…Hi David,
You can use the Report.NoDataBehaviors property to define what happens
when no data is returned from your connected dataset. You will want to
use the ndBlankReport and ndMessageOnPage options.
See the top…Hi Nathan,
A new screen device was created for RB 14 in order to support multiple
page viewing. Try using the
Viewer.ScreenDevice.Publisher.AbsolutePageCount, or the
Report.AbsolutePageCount.
Hi Ed,
This was not a known issue for RB 7.04. If you would like you can send
me a minimal example of this and I can test it with the latest version
or you can download a trial edition of RB 14.07 and test yourself.
Hi Gunnar,
My first suggestion would be to get this working in Delphi first, then
move the code to RAP. This way you can trace the variable value and
event timing to find issues.
Variable values should not be calcu…Hi Gunnar,
You need to instantiate each variable object before using them. Your
current code contains three empty (nil) objects. Also if you plan to
view these variables on a report, you will need to assign their Band
…Hi Jordi,
ReportBuilder 15 still supports PDF-A-1b only. The addition of PDF/A-1a
is still on our possible enhancements list for a future release.
Upon initial research, it appears that the PDF/A-1a standard requires
Hi Jordi,
RB 14 currently supports the PDF/A-1b standard. In the future, we will
consider researching and possibly adding level A conformance (PDF/A-1a).
Hi Norbert,
I checked the fixes (patches) we made to RB 9.03 and there was nothing
related to memos and PDF. It is likely a bug that was fixed for a later
version of the product.
Please consider upgrading to the la…Hi David,
The PrinterSetup.PaperWidth is defined in Report units. The you will
need to convert the value you are obtaining in screen pixels to these
units. Either manually (Screen.PixelsPerInch), or using the useful
co…Hi Andy,
Adding a component to a report in code is simply a matter of creating
the component, assigning its mandatory properties (top, left, height,
width, caption), and finally assigning its Band property. This all
nee…Hi Adam,
My first suggestion would be to upgrade to RB 14.07 and see if the
problem still exists.
If so, try to create a simple example I could run here and please send
it to support@digital-metaphors.com in zip fo…Hi Adam,
We have not seen this behavior before.
The footer band of a report is static (it cannot stretch). If you need
an item to stretch, I suggest using a Group Footer instead.
Hi Markus,
When showing the designer in a panel, you need to manually call
CloseQuery on the designer form in order to save the state info.
Otherwise no new info is saved to the rbuilder.ini file. We recently
updated th…Hi Markus,
This is not a known issue. Are you sure you are checking the correct
RBuilder.ini file being used? Are the toolbars resetting each time your
open a report?
The .ini file should save down a number of set…Hi Gunter,
Thanks for the feedback. We will consider this for a later release.
Hi Gunther,
You can keep track of the status and any errors given using the
OnStatusChange and OnEmailError events. I believe a "User Abort" error
is given when the outlook window is closed without sending.
I sugge…Hi Chris,
Rather than using a DBBarcode, try using a normal Barcode component and
manually giving it data to process.
Inside the DetailBand.BeforePrint, manually retrieve the data value from
your DB, format it, then…Hi Steve,
We have not seen this behavior before. My first suggestion would be to
perform a corrupt install cleanup, then reinstall ReportBuilder and see
if the problem goes away.
in A component named NewReportTreeWindow already exists Comment by nicocizik January 2013Hi Craig,
Glad you got it working and thanks for the feedback. We should probably
change the article to search for da*.pas, da*.dcu, etc. files to filter
out any other non-RB files.
Hi Walter,
I believe this is the way the pipeline list has functioned since the
beginning. For a future release we could possibly add an option to sort
this list. I will add this to the list of possible enhancements.
T…Hi Craig,
This issue is likely caused by an older .dcu or compiled package still
on your machine. I suggest performing a corrupt install cleanup on your
machine then reinstalling ReportBuilder. Once this is done, try to
Hi Gunter,
Thanks for the suggestion. I will add this to our list of possible
enhancements for the email feature.
Hi Philip,
body?
Email signatures are not supported by MAPI, they are stored as a text
file on your hard drive in the following location. We could possibly
consider researching and adding the ability to access this…