nicocizik
Comments
-
Hi Uli,
Take a look at the following article on controlling the printer bin.
I suggest using the PrinterSetup.BinNames property to define the BinName
value. This way you can be absolutely sure it is correct.
R… -
Hi Mark,
The TppTeeChart component is simply a wrapper around the actual TChart
component so all non-data related features should be possible. The
easiest way to find out which files are needed in the uses clause is to
… -
Hi Mike,
It looks like on the second line you have Query.['QTY_AVAIL']. There
should not be a dot between the pipeline name and the field name.
Try Query['QTY_AVAIL'] instead.
Regards,
Nico Ci… -
Hi Patrick,
First I suggest taking a look at the following article on using
calculations in ReportBuilder.
http://www.digi… -
Hi Rob,
One quick option would be to perform a report object loop and check to
see if the imgLogo TppImage is present before loading the picture.
in Loading a picture at runtime Comment by nicocizik June 2011 -
Hi Whit,
1. When you take the ppSMTPIndy10 unit out of the uses clause, you are
using the default email plugin (MAPI). This plugin sends email through
your installed email client (outlook). When you try to send an email
Hi Whit,
The TppSMTPPlugin class is in the ppSMTPCustom.pas file. Adding that to
your uses clause should solve the problem.
Regards,
Nico Cizik
Digital Metaphors
in Problem with TppSMTPPlugIn Comment by nicocizik June 2011Hi Perry,
Does this happen when they try to print to every printer? Are they
printing from a terminal machine connected to the server or from Windows
Server itself? Generally when customers have issue connecting to their
Hi Harald,
There is now 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 get it to you as soon as possible.
Regards,
Hi Uli,
The report components themselves do not keep track of their stretchable
height.
One option is to measure the height of a line of text in the memo (using
the TCanvas.TextHeight routine), then calculating how …Hi Halim,
Take a look at crosstab demo 27. This shows how to create a crosstab
with two columns and one row like you have below. Also take a look at
the demos on how to customize the cell text, this can be useful when youHi Tony,
ReportBuilder 7 is not compatible with the latest version of TeeChart.
ReportBuilder 12 is. I believe TeeChart 7 was the last version
supported for RB 7.
We hope you will consider upgrading your version of…Hi Tony,
Data access for the built-in version of TeeChart (4.04) is not available
at design-time in ReportBuilder. To work around the issue, you will
either need to purchase the professional version of TeeChart or design
Hi Mike,
This is not a known issue. ReportBuilder uses the same logic as Dephi
uses to display images. If you place a TImage on a form and try to load
the same metafile, are you able to view it successfully? Have you tried …Hi Alex,
There is a patch available that fixes the double click issue (at
runtime) for RB 12.04. Send an email to support@digital-metaphors.com
if you would like the patch.
Regards,
Nico Cizik
Hi Peter,
Thanks for you interest in ReportBuilder.
If you are using Child subreports, they should be able to print on the
same page if there is enough space. Be sure the KeepTogether property
of the second subrepo…There is a patch available that solves this issue. Send an email to
support@digital-metaphors.com to receive the patch.
Note that this issue was fixed for RB 11.08 and does not exist in RB 12.
Regards,
N…This question is being handled via email. I will post the resolution
once it is found.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-me…Hi Wolfgang,
As I mentioned before, you can either use one method or the other to
link your datasets. If you link your datasets using pipeline linking,
you will enjoy faster reports and the relationships will be shown
v…Hi Wolfgang,
I'm sorry but I'm a bit unclear about what you are trying to accomplish.
When creating a Master-Detail report, you have two options, you can
either use manual Delphi linking (using parameteres and the
M…Hi Shawn,
One option is to save the template(s) as ascii text and perform a search
for the pipeline names associated with the report. If your templates
are saved in a DB, you can use the following method to extract the
…Hi Tom,
Try using Section style subreports to separate the title page from the
main report. This way if the ResetPageNo property is set to True
(default) the page numbering will reset for each subreport.
Hi Mike,
Setting the HyperLinkEnabled property to false on the text components of
your report will disable all hyperlink functionality. An easy way to do
this with an existing report is with a report object loop.
<…Hi Eliseu,
The article/example below shows how you can add a custom button to the
previewer.
Delphi XE Update 1 is required to install ReportBuilder 12.05. This is
due to some interface changes that were made for the update.
Hi Gerd,
Are you able to recreate this with a simple example? If so, please send
the example in .zip format to support@digital-metaphors.com and we'll
take a look at it for you.
Hi Erik,
There is now a patch available that fixes this issue. Send an email to
support@digital-metaphors.com to receive the patch.
Hi Erik,
I am unable to recreate this behavior with a simple example. Please
send an example I can run on my machine that demonstrates this issue to
support@digital-metaphors.com in .zip format and I'll find a solution
…Hi Ken,
Where are you setting the "paper type"? In my testing with the latest
version of ReportBuilder, setting the Report.PrinterSetup.PaperName to a
different paper size than default (A4), stayed when printing from the