nicocizik
Comments
-
Hi Colin,
Sorry if I wasn't being clear.
You have two options.
1. Convert the PDF "template" to an image (jpeg, gif, bmp, etc.) and
place it inside the report using a TppImage component.
2. Convert t… -
Hi Colin,
There are a number of on-line and downloadable conversion tools to
convert PDF files to image or RTF format. A quick search in Google
gives a number of options. I know some customers in the past have used
a t… -
Hi Colin,
ReportBuilder does not have the ability to display a PDF file inside a
report. The best option would be to use a conversion utility to convert
the PDF to an image or RTF format then add that to the report as the
Hi John,
I first suggest upgrading to RB 12.04. Does this happen when opening
any report? If you create a simple new application, place a TppReport
on a form and double click it do you still get the error?
What ty…Hi Rene,
I would suggest using an event such as the Report.OnFileDeviceCreate.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaph…Hi Rene,
Yes, if you expose the FSMTPCustom object of the TppFileDevice class,
you can then access the Indy TidSMTP object used when emailing groups.
This is a temporary simple fix to get you up and running. We wil…Hi Rene,
This is currently a limitation of the Email-Groups feature. The
FileDevice uses it's own TppSMTPCustom object to send each group as a
separate file. This object is not exposed so it cannot be altered. I
will …Hi Rene,
When using the RB email feature, the email itself and report attachment
are defined in the TppEmail class. Then the TppEmail class calls the
SendMail routine of the SMTP plugin. If you open the ppSMTPIndy10.pas
Hi Rene,
The purpose of the article is to show how to gain access to the
underlying Indy (TidSMTP) object. Once you have access to this object,
anything that is possible with a stand-alone Indy project, should be
possib…Hi Ronald,
Thanks for the feedback. We have researched adding interactive form
capability to the PDF device however it is definitely not a trivial
addition.
We will consider adding this as a feature for a later rel…Hi Whitney,
For some reason once you add your own SQL statement in code,
ReportBuilder is not able to access the data. I tested something
similar using the DBDEMOS database and it functioned correctly.
Does your pi…Hi Whitney,
When are you making changes to the SQL code? Are these alterations
happening before you make a call to Report.Print?
You say when you assign the Select statement as a property, the report
displays corre…Hi Robert,
This depends on the type of application you are building. If you take a
look at our main reports demo located in the \Demos\1. Reports\...
directory, you can see that by placing each report on a separate form itHi Wolfgang,
This is not a known issue. Are the datamodules part of your new
project? By definition, ReportBuilder will look through all
forms/datamodules in a project and make the datapipelines available to
the design…Hi Andrew,
I'm very sorry you did not have a good experience in the past with our
support.
The error implies that the RAP code associated with the Variable2 OnCalc
event has an error. If you select the Calc tab and…Hi Whitney,
Create a group based on a unique field (primary key) and set the
Group.NewPage to True.
Regards,
Nico Cizik
Digital Metaphors
in SIngle record per page Comment by nicocizik April 2011Hi Ricardo,
Does this occur when printing your large report to every printer? Have
you tried printing to a different printer? Be sure you are using the
latest update of the printer driver for each printer you print to.
…Hi Rene,
Try creating a group that starts a new page each time it breaks. Then
place a PageBreak component inside the group where you want the second
page to begin.
Regards,
Nico Cizik
Digital…Hi Rick,
ReportBuilder does not natively support placing multi-page Tiff files
inside a report. You would need to find a way to split the image in
code then load each one into a TppImage object as needed.
An easy w…Hi Erwin,
We are not able to provide an accurate time frame for the next release
of ReportBuilder. It would be best to upgrade to RB 12.04 and apply the
patch.
Regards,
Nico Cizik
Digital Meta…Hi Erwin,
There is a patch available for RB 12.04 that solves this issue. Send an
email to support@digital-metaphors.com requesting the patch and we'll
send it to you as soon as possible.
You will also need to upgr…Hi Klaus,
Are you able to recreate this issue with a simple example we could run
on our machines? If so, please send it to support@digital-metaphors.com
in .zip format and I'll take a look at it for you.
Rega…Hi Soren,
Correct, the only way to create empty grid lines below the generated
report is in code.
Regards,
Nico Cizik
Digital Metaphors
in Fill in data in fixed grid Comment by nicocizik April 2011Hi Soren,
Take a look at the following article on how to fill the empty space of a
page with lines. You could possibly do something similar with your grid.
in Fill in data in fixed grid Comment by nicocizik April 2011Hi John,
Did recreating the VM solve the problem or does it still exist? Are you
able to open any of the built-in demos and run them successfully?
Regards,
Nico Cizik
Digital Metaphors
Hi John,
We have not seen this behavior before. Have you tried recreating this
outside a virtual machine? I also suggest downloading a trial version
of RB 12.04 and seeing if that helps.
Regards,
…Hi Adrian,
The TppDBChart component in ReportBuilder is a simple wrapper around the
actual DBChart in Delphi (created by Steema). You can manually access
the underlying chart object using the TppDBChart.Chart property (as you …Hi Stef,
Both options described below should give you the effect you are after.
The only other option would be to completely create the "columns" in
code making them 100% dynamic. This would be the most difficult to
Hi Stef,
There is no automatic way to control the top headers as you describe in
your post however it should be possible to manually add or remove each
header as needed (perhaps when a group breaks). Another option would be <…Hi Inge,
If you are printing entire report in duplex, it is the duty of the
printer to eject the final page once the print job has finished. This
would prevent any new print job from starting on the back side of a
previ…