nicocizik
Comments
-
Hi Jurgen,
How are you selecting the bin name? It seems that your printer driver for
the HP5000 is not picking up on the name you are giving it. Instead of
setting in directly, choose the correct bin name using the
Pri… -
Hi Dave,
Sorry about that. I would suggest using the Band.BeforePrint event to sett
the caption of a TppLabel at runtime.
--
Regards,
Nico Cizik
Digital Metaphors
in Simple Non-database Report from TForm Comment by nicocizik January 2005 -
Hi Dave,
If these values are in a list type structure, I would suggest using a
JITPipeline to connect the values to your report. The JITPipeline allows
you to traverse any kind of data in virtually any type of data container.… -
Hello,
In my testing with TeeChart 7, I was able to successfully change the
language of the chart designer using the TeeSetGerman method. Here is the
code I used...
uses
ppChrtUI, TeeGerman;
proce… -
Hi Andrew,
In the NoDataBehaviors property of the subreport, try changing it from
ndBlankPage to ndBlankReport. This will enable the subreport to still print
even when there is no data present. This is a published property s… -
Hi Isi,
This should be possible. The Rich Text editor is a designer form that is
more or less separate from ReportBuilder. The actual editor is located
inside the the ppRichEd.pas file. If you intend to use the mail merge <… -
Hello,
Are you sure you have ppTypes included in your "uses" clause? If so, be
sure your library path is correct to include this file. You can do a search
inside this file to be sure the ZoomSettings are all in there.
<… -
Hi Santy,
David is correct. To add to his advise, you may want to use the built-in
template event OnLoadEnd to check this value. See the article below on
enabling and using this event.
----------------------------… -
Hi Petter,
You will need to manually set the TppBarCode.Left property to the center of
the area you are printing to get this effect. For instance...
Barcode1.Left := (Band.Width / 2) - (Barcode1.Width / 2);
--… -
Hi Petter,
Unfortunately, it is not possible to align the actual barcode image, only
the text. What effect are you trying to achieve, perhaps there is a
work-around I can help you with.
--
Regards,
Hi Semone,
This is the natural behavior of the DBBarcode object, as the numbers get
larger, the barcode will increase in height. If you would like it to remain
with a static height, try setting the AutoSize property to False.…Hi,
Check out the help on TppPDFDevice for a detailed description of what you
need to do to print to PDF. Be sure you have ppPDFDevice included in your
uses clause. Also note that setting OpenPDFFile to True will try to open…Hi Bill,
You may simply be able to set the print count of the detail band in the
section style subreport to 1. Take a look at the following example and see
if that will work for you. If not, you may need to filter your datas…Hi Bill,
I'm a bit unclear about the effect you are after. If you do not want
ReportBuilder to traverse your data, you could simply disconnect the
datapipeline from your report and access the current record directly from
Hi Phil,
I would suggest placing two Fixed Style subreports inside your main report's
detail band. Then inside the subreports, create each individual label as
you need. If you keep the ReprintOnOverflow property set to false…Hi Felix,
How are you defining the paper size for each individual report? Are you
printing these reports separately or in the same print job? Are you
printing to different printers or separate bins on the same printer? I'm …I tested with our Oracle database using your steps below and did not notice
a slow load. Are you certain this is not a database issue? Perhaps
indexing your datasets will help. If you are still having an issue, please
provide me…Hi Ace,
Thanks for the info. I will test with Oracle and get back to you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metapho…Hi Ace and Glenn,
Thanks for the info. If possible, please construct a small example using
the DBDEMOS database that demonstrates this behavior and send it in .zip
format to support@digital-metaphors.com so I can research thi…Hi,
This is not a known issue. This may be an issue with the connection to your
database. ReportBuilder may be cacheing your pages making the loading seem
faster for given reports.
--
Regards,
Nic…Hi Harry,
Have you tried type casting the variant as a String? You might also try
using a simple ShowMessage command if CodeSite is giving you problemsin Strange problems in PassThru Comment by nicocizik January 2005
Hi Branden,
There is documentation for the CreateAutoSearchCriteria available in the
ReportBuilder help file under the topic TppReport.CreateAutoSearchCriteria.
All of the other AutoSearch methods are described under the TppRe…Hi David,
Instead of using a DBCalc to calculate the running total for each group, try
using two TppVariables. Inside the OnCalc event of the non-visible
TppVariable do something like the following...
Note: ppVaria…Hi Russell,
There should be no need to re-compile the RB TeeChart packages unless you
wish to use TeeChart at Design Time, in which case you could simple
re-install ReportBuilder. All you should need to do is change your libr…Hi Mitch,
When you register a new crosstab renderer, it will not replace the existing
renderers on purpose. This is so you can choose which one you would like to
use. In order to use your custome renderer, you will need to a…Hi Austin,
Yes, the * means that you will need to acquire a third party utility to
export to those formats. It appears the explanation for the * is missing
from the web site. Thanks for bringing this to our attention.
<…Hi Kei,
Try setting the ReprintOnOverflow property of the line to True.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.…Hi Ian,
Which version of ReportBuilder are you using?
The exception 'Canvas does not allow drawing' occurs when RB cannont access
the printer. Typically this is thrown when there is not a default printer
installed. …Hi Steve,
In my testing, I was able to print the Euro symbol (ALT + 0128) using a
simple Arial font and an HP LaserJet 5 printer. You may need to update your
fonts and printer drivers in order to print this character. I am …Hi Jocelyn,
The rotation of RichText is not natively supported in ReportBuilder. There
are a couple RichText addons that may be of some help although I am unsure
they support the rotation of text as well. Take a look at the …