nicocizik
Comments
-
Hi Kedul,
Set the Report.ShowCancelDialog property to False to suppress this dialog.
-
Hi Jeff,
Currently RB does not support actual components inside the preview such
as combo boxes etc. This would however be a nice feature and I will add
it to our possible enhancement list for a future release.
Cur… -
Hi David,
My suggestion would be to create a master dataset (containing only
unique Personal ID's). Then link the master to the two datasets you
currently have on the PersonalID field. These datasets would need to be
o… -
Hi Dima,
I took a look at this again and (with the changes I had made previously)
noticed that checkboxes were not displaying correctly with Russian
locale. This will be fixed for the next release as well.
-
Hello,
I apologize for the delay. These issues are very difficult to track
down and time consuming due to the fact that each time we change our
machine locale, we are required to restart.
I have created a fix that … -
Hi Kedul,
I did a quick test with RB 14.06, Delphi 7 and successfully exported a
1000 page report to PDF with the ShowCancelDialog property set to False.
Are you able to recreate this with a simple example I could run her… -
Hi John,
Thanks for the suggestion.
Note that it is possible to create a custom preview plugin that could
perform this action. You could possibly keep track of the pages checked
and print that list once the print c… -
Hi Kedul,
Thanks for the suggestion. We will consider adding more grid options
for a later release of ReportBuilder.
-
Hi Roman,
Unfortunately we do not, please use native Delphi and RB components to
create an example. TClientDataSet rather than another memory dataset.
Send the example to support@digital-metaphors.com in .zip format.
Hi Roman,
What DB and connectivity are you using? Are you able to recreate this
with a simple example?
Hi Gerd,
Please upgrade to version 12.05 and re-test the report. If it does not
help, please send me a copy of the image in .zip format and I'll try it
here with the latest version of RB.
Contact info@digital-metap…Hi Julien,
You can use the Email.AddReport routine to add as many reports to the
email as needed. See the sample code at the bottom of the following
article.
in email multiple pdf(attachements) at once Comment by nicocizik September 2012Hi David,
Which events are you using?
If you are using variables to make calculations, you need to be sure to
use the OnCalc event. This is the only event that is guaranteed to fire
only once per traversal. If you…Hi Frank,
Does your report use subreports or groups? If so, the PageNo is giving
the current page of that group or subreport. If you want the global
page number, use the Report.AbsolutePageNo property.
Hi Louis,
Automatic zip compression of email attachments is not currently a
feature of ReportBuilder. This is something we will consider for a
later release of ReportBuilder.
Currently you will need to export each …Hi Mike,
You can use the DisplayFormat property to define your custom display
formats. If however you include a currency sign inside your display
format, RB will use the FloatToStrF routine with the format type being
ff…Hi Louis,
Take a look at demo 110 in the main reports demo. This shows how to export
the report to PDF then automatically email it however you can easily change
this to xls using the EmailSettings.ReportFormat property.
…Hi Don,
I believe you are correct. It is very strange that Synapse does not
natively take care of this but I assume they want you to manually loop
through every BCC recipient and individually send an email to each of th…Hi Don,
I downloaded the latest version of Synapse and took a look at the
source. The reason this line is commented out is that the Synapse
message header simply does not support automatically sending blind
carbon copie…Hi Bas,
Thanks for the info. Please forgive me but I am a bit confused about
how to recreate this issue. I have searched for the "Plan" series type
but am unable to find it to recreate this problem. I am using the
lat…Hi Louis,
Thanks for the information. Would it be possible to send your customer a
test report (similar to the report with issues) with the regions removed?
On paper, regions are simply rectangles and could be what is causing t…Hi Louis,
Exactly which components one which machines/printers are printing in all
black? Is this limited to rectangles (regions) or are there some images
printing black such as bitmaps? Are any of these components set to be…Hi Laura,
Welcome to the ReportBuilder community!
Typically, when filtering data, once the parameters needed are given
(date range from the end-user), you would then run a SQL query using
those parameters as a searc…Hi Gerd,
Let me know if you are able to recreate this, I would be interested in
finding the problem.
An alternative way to debug RAP code is by using Codesite. See the
CodeSite demo located in the \Demos\0. RAP\2. …Hi Gerd,
In my testing with RB 14.06, placing a ShowMessage inside the
DetailBand.BeforePrint event functions as expected. The message is
shown for each detail band printed and then the report is shown.
If possible…Thanks Gerd,
I will update this for the next release.
We do not translate the strings in RB ourselves. When a new string is
added, we rely on our volunteer translators to do this for us but
occasionally it takes so…Hi Gerd,
This is actually a new message for RB 14 that has not been translated
yet. It did not exist in RB 12.
If you would like to let me know the German translation for that
particular string, I will update the t…Hi Gerd,
Thanks for the suggestion. I will add it to our list of possible
enhancements for a later release.
Currently you could use the Report.BeforeEmail and Report.AfterEmail to
disable the PDFSettings.OpenPDFFil…Hi Adam,
In order to add the line to the report, you need to assign it's Band or
Region property. For instance if the memo is in the detail band, you
would add the line:
myLine.Band := Report.DetailBand;
Hi Jon,
We did not release a version of ReportBuilder 11 for Delphi XE. Are you
certain you are using RB 11.08?
You mention that this error occurs when you try to open the form. Is
this at design-time? Are you ab…