nicocizik
Comments
-
Hi Gary,
Does your application simply consist of loading a template into a report
object and printing? Any more information you can give me about your
application would be helpful in finding out exactly what is going on.
Hi Julien,
Take a look at the following article on EAN 128.
http://www.digital-metaphors.com/rbWiki/RCL/BarCode/UCC_and_EAN_128
Hi Willie,
This indicates that you are still compiling with an different version of
TeeChart. Check your library path to be sure you do not have any old
TeeChart files present. Specifically check the ($Delphi)\Lib directory …Hi Tom,
Since we are filling the table of contents while the report is
generating, we would need to know in advance if it is not going to fit
on one page. With the example we only allot a single page for the info.
…Hi Tom,
Take a look at the following article and example on creating a table of
contents that corresponds to the report groups you have created.
in Dynamic Table of Contents Comment by nicocizik March 2011Hi Dano,
Please upgrade to RB 12.04. This issue has been fixed.
Contact info@digital-metaphors.com with your serial number and
purchasing email address for upgrade instructions.
Regards,
Nico …Hi Steve,
Sorry, I did not see the version number in the subject.
We have not seen anything like this before with any other customers.
One item that stands out in your code is the file location. I wonder if
perhaps…Hi Steve,
Which version of ReportBuilder and Delphi are you using? Are you able
to recreate this with a simple minimal application (Report and button on
a form)? Try setting your library path to RB source and tracing after <…Hi Nicola,
Hmm, this is very interesting. Try exporting the report on your
computer and your customer's computer with the CompressionLevel set to
clNone and see if the file is of a different size. If so, please send
the…Hi Nicola,
The only items that can alter the size of the generated PDF are, Images
(ScaleImages property), Fonts (Embedded fonts), and compression level.
Is it possible that you are embedding fonts into your PDF file and your …Hi Ricardo,
Calculations should never be made from any event other than the
TppVariable.OnCalc event. All other events could fire more than once
per traversal/page. See the following article on the proper way to make
c…Hi Heather,
The issue is timing. The OnGetBreakValue of the group fires before the
Variable is calculated so as far as the group is concerned, the values
have not changed. Though we usually do not recommend this, if you must…Hi Feri,
Thanks for the video capture however what I really need is an example of
you recreating this with a minimal example. If you create a new Delphi
application, place an empty report and designer on a form and load it at…Hi Ferenc,
I'm sorry but I'm still unable to recreate this on my machine. My test...
1. Create a new Delphi project. Place a TppReport, TppDesigner, and
TButton on the form.
2. Connect the report to the desig…Hi Ferenc,
This is not a known issue.
Does this happen with every report or just reports that have already
been created? Is this behavior happening at Delphi design-time or
runtime (or both).
Regar…Hi Perry,
This error can indicate a few things.
Generally it means that there is a device (file, screen, or printer)
already connected to the report and TppReport.Print is called. The
Print command creates its own …Walter,
Please send a simple example in .zip format to
support@digital-metaphors.com that demonstrates the issue.
Regards,
Nico Cizik
Digital Metaphors
Hi Ronald,
For future reference please send all attachments to
support@digital-metaphors.com rather than posting them here.
The patch you mentioned does fix the issue you are having. Send an
email to support@digita…Hi Graham,
For future reference, please send all attachments to
support@digital-metaphors.com.
ReportBuilder 7 was not designed for Windows Vista/7. We actually
discontinued support for RB 7 before these operating …Hi Patrick,
We have not seen this behavior before but it sounds like it may have
something to do with the Unicode capabilities of Delphi XE/Interbase.
Are you able to recreate this with a new report or just with old saved
Hi Steve,
Yes you are correct and I misspoke.
When using Parameters, if you have the AutoSearchSettings.Enabled
property set to True, the AutosearchDialog will display regardless.
Setting the Enabled property to Fal…Hi Steve,
If the parameter is tied to an AutoSearch field, then it is the
Autosearch dialog you are seeing. You can control this dialog using the
Report.ShowAutoSearchDialog property.
Regards,
Nico…Hello,
I just downloaded the Professional version of ReportBuilder 12.04 trial
for Delphi XE and installed it on my machine and the Designer component
was properly installed and usable.
Try re-downloading this versi…Perry,
This question was answered in your previous thread. Please use only one
thread per question.
I am unclear about what what you mean by freeing the device and allowing
a reprint. At what time do you need to p…Hi Sir Wally,
I'm very sorry you were not able to get in contact with us via email.
Occasionally valid emails will be automatically placed in our junk email
folders without our knowing and our responses can also be blocked as …Hello,
Yes, the report explorer can be fully customized. Take a look at the
tutorial located in the \Tutorials\Complete\II. Applications\04.
End-User with Custom Explorer\... directory for an example of how this
can be …Hi Jim,
You are correct. Transparent RichText inside a PDF was not supported
for RB 11.08. This issue was resolved for RB 12.01 and I just tested it
to function correctly in 12.04.
As a test, try installing a tria…Hi Neil,
The "Canvas Does Not Allow Drawing" error can be caused by a number of
items however it is usually related to a memory or resource leak. First
be sure you are using the latest video and printer driver available for <…Jim,
This question has already been received via email, and the Delphi Third
Party newsgroup. Please only post a question to a single place. This
makes the job of tracking down and finding issues much quicker and
easie…