nicocizik
Comments
-
Hi David,
Take a look at the following article on exporting each group to a
separate file. The article shows how to do this for PDF, but the same
would apply for XLS.
in Export to XLS and multiple worksheets in a workbook Comment by nicocizik April 2014 -
Hi Willie,
Waler ExtraDevices did not support Japanese ANSI code pages. You might
research if Gnostice eDocEngine supports it.
http://gnostice.com/
Another opti… -
Hi Willie,
ReportBuilder does not support any Japanese ANSI code pages for PDF. In
order to properly display Japanese text inside a PDF, you will need to
use the Unicode encoding feature of the PDF device which requires a
… -
The XLS data behaves similar to the TextFile Device in that is simply
exports text data in the save order to the spreadsheet separated by
band. You can adjust the save order of the memo to alter where it is
located in the output.<… -
Hi Weverton,
Yes, you can use the Save, SaveLength, and SaveOrder properties of the
text components to enable saving to file in code. You will also need to
update the Band.Save property to True as well. I suggest using a Rep… -
Yes
. You will need to use the Print To File Setup dialog for each
subreport you wish to export.
-
Hi Weverton,
Are you using the Print To File dialog of the subreport or the main
report? The dialog will only show the controls for the specific
report/subreport you are currently designing.
-
Hi Weverton,
By default all text inside the main report's detail is automatically
saved to the XLSData file. However any other text, including text
inside subreports, is handled similar to the Text File Device.
You… -
Hi Jose,
ReportBuilder has continued to evolve a long way since RB 12.x or earlier.
Please consider upgrading your ReportBuilder license regularly to take
advantage of this an hundreds of other improvements and enhancemen… -
Hi Jose,
You can use the Report.FileDevice.FileName property to obtain the
initial file name and path to be used when exporting each group.
-
Hi Herman,
1. Text borders are honored in XLS Data as cell borders. If your text
objects are not Transparent and/or have a fill color, the default "cell
separators" that appear in a new Excel worksheet will be overwritten.Hi Frederick,
Yes, the logic to align report components is very advanced for the
built-in XLS device. It is very likely that upgrading will solve your
problem.
Yes, report templates created with RB 7 are fully comp…Hi Ralf,
Thanks for the example. Below is a copy of the response I sent.
--
The issue is not PDF related per se but has to do with somewhere in your
code where you are changing the global Delphi FormatSettings…Hi Ralf,
Which version of ReportBuilder and Delphi are you using?
This is not a known issue. Is there a difference between the reports
that export correctly and the ones that don't? Are the same reports
exporting …Hi Gunnar,
The built in PDF device only supports Unicode encoding with Unicode
enabled versions of Delphi (Delphi 2009 or later). See the following
article for more information on Unicode and PDF.
in PDF wrong Polish chars Comment by nicocizik October 2014Hi Jimg,
This is not a known issue however RB 12.05 is a fairly old version. If
you would like you can send me a copy of the report with issues and I
can try exporting it with the latest version of ReportBuilder.
A…Hi Lenny,
I apologize if I misunderstood your initial question. I see now that
you are exporting your entire report to a PNG file (or files) and would
like some transparent areas.
There is currently no way to inclu…Hi Benitez,
Which version of ReportBuilder and Delphi are you using?
The PDF device does support image transparency by using the top left
pixel as the transparency color.
It does not currently support advanced …Hi Mike,
In order to export Unicode characters to PDF you need to set the
PDFSettings.FontEncoding to feUnicode.
Hi Christian,
There is no automatic way to send specific pages via email in
ReportBuilder while also exporting to file.
I would suggest trying first exporting each page to file, then either
manually sending the thir…For anyone following this thread, there is a new patch available for RB
16.01 that solves the text truncations issues. Contact
support@digital-metaphors.com to receive the patch.
Hi Eug,
Do you have an example report that exports correctly with RB 12 and
incorrectly with RB 16? If so, please send this report to us in .zip
format and we'll track down what could be causing the problem.
Send t…Hi Tim,
Thanks for the feedback. We are always eager to know the features our
customers would like to see. I will add PDF form submission to our list
of possible features for a later release.
Hi Tim,
The PDF form fields are available with the Label and Checkbox
components. They are controlled by the Label.FormField and
Checkbox.FormField property. Setting this property to True, will export
the Label or Chec…Hi Kamran,
This is not currently a feature of the built-in PDF device included with
ReportBuilder. I believe a feature like this would need to be supported
by the PDF format, we will research it.
We have received a…Hi Chris,
This issue was fixed for the latest version of ReportBuilder. Please
upgrade to RB 16.01 to obtain the fix.
Contact info@digital-metaphors.com with your serial number and
purchasing email address for upgr…Hi Lisa,
The initial response to the thread you mentioned is the solution to get
the behavior you are after with RB 14 or later. The patch mentioned
later in the thread was a fix for that solution and is included with RB 16.<…Hi Dan,
Unfortunately the example I created will give errors as it was created
with RB 16.03.
Which RAP event are you calling your passthru function from? Depending
on the event, you may need to make a call to Init…Hi Dan,
I just performed a test using the latest version of ReportBuilder
(16.03) with code identical to yours and a very simple RAP passthru
function and it executed correctly without any errors.
Please create a si…Hi Dan,
Exporting HTML to stream is very restricted due to the fact that HTML
frequently relies on accompanying files (images, fonts, css) in order to
display correctly.
A text-only report using very standard fonts …