nicocizik
Comments
-
Hi Ennio,
Take a look at the following example showing how to skip a given amount of
labels before printing to the report.
http://www.digital-m… -
Hi Marco,
Be sure the Memo.Stretch property is set to True and that
DetailBand.PrintHeight property is set to phDynamic. Also, be sure you are
not setting the height of the memo anywhere in code.
--
Regards,<… -
Hi Jeferson,
Yes, if you are already a registered user of RB 10.04, you may upgrade to RB
10.05 free of charge. Please contact info@digital-metaphors.com with your
serial number and purchasing email address for download instr… -
Hi George,
The easiest way to remove DADE from the designer is to either exclude daIDE
from your uses clause (preventing it from ever registering) or unregistering
it manually before the designer is loaded. Take a look at the… -
Hi George,
You can use the Menu property of the TppDesigner to alter the main menu.
You will need to be sure you have the Data tab selected you will need to use
the Designer.OnTabChange and check the NewTab parameter.
Hi Louder,
Try setting the HeaderBand.PrintHeight property to phStatic. This will keep
the height of the band static regardless the visibility of the components
inside it.
--
Regards,
Nico Cizik
Hi Bernhard,
We have not tried anything like this here before. Though I am not sure of
the exact features of the WPTools RTF component, you would probably need to
somehow split the RTF file into two files and print them separ…Hi Kevin,
You can work around this issue by placing an empty section style subreport
inside the summary band of your report. Then inside the
DetailBand.AfterPrint event, you can assign the visibility of the subreport
de…Antony,
The Report.CreateAutoSearchCriteria does not give you the ability to add
criteria types to your search condition. This is why we added the
TdaSQLBuilder class. Creating an autosearch criteria is very simple using
Hi Antony,
Rather than creating your search criteria using the CreateAutoSearchCriter
routing, a much easier approach would be to use the TdaSQLBuilder class.
This gives you a number of easy-to-use routines that allow you to a…Hi Stuart,
To save a template as text be sure to set the Report.Template.Format
property to ftASCII. This will save the template down as a text file
similar to the format of a .dfm file in Delphi and will make it much easier …Hi Stuart,
ReportBuilder does not contain any built-in feature to automatically update
your templates using a version control style process as you describe below.
I can see how something like this would be very useful however …Hi George,
ReportBuilder fully supports the display of images such as Bitmaps and JPEG
as well as supporting the use of TeeChart from within the product. To see
TeeChart in action, take a look at demo 92 located in the \RBuil…Hi Gary,
You will need to add raIDE and daIDE to your uses clause to enable the Code
and Data tabs respectively. Take a look at the following article on
registering components at runtime.
--------------------------…Hi Gary,
There is now a patch that fixes this issue. Please send a small email to
support@digital-metaphors.com requesting the patch and we'll send it to you
asap.
--
Regards,
Nico Cizik
Digit…Please use your real name when posting to these newsgroups. See the
newsgroup guidelines located on our website at the following address...
http://ww…Hi Ennio,
Some (most) printers in our experience do not support transparency very
well. I would suggest upgrading the printer driver for the printer you are
using and see if you get better results. If not, try printing to a …Hi Chad,
Thanks for the clarification, I did not realize you were working at Delphi
design time. It seems you have uncovered an issue that has been in place
for quite some time (i.e Pre-RB 10). We are currently working to re…Hi Chad,
I tried the exact steps you describe below however I'm still unable to
recreate the issue. Here are the steps I'm taking, perhaps you can tell me
what I should be doing differently.
1. Open the end-user d…Hi Chad,
I downloaded Absolute Database and the plugin you are using and installed
both of them for Delphi 2005. After some small modifications I was able to
get the demo app included with the plugin working successfully. I …Hi,
Thanks for trying ReportBuilder. For future reference, we prefer that you
use your real name when posting to these newsgroups.
This is not a known issue however we were not aware of a DADE plugin for
Absolute D…Bernhard,
When advanced drawcommands such as RichText or Barcode are exported using
the PDF device, they are converted to bitmaps first then printed to the PDF
which greatly reduces the quality. It is on our todo list for a f…Hi Erich,
This can be done fairly easily by dynamically createing a subreport in code
and then loading a saved report template into that subreport. This can be
done for multiple subreports if needed.
Below is an ar…Hi Ken,
This is an issue that seems to only affect Windows 2000 SP4 machines. Try
re-installing ReportBuilder without TeeChart support. Once this has
finished, try running the RBTeePackageBuilder application located in the <…Hi Mark,
Near the end of the installation process, ReportBuilder will attempt to
automatically build and install the TeeChart packages on your machine. In
some cases, this can take some time. How long are you waiting before …Hi,
The richtext editor in ReportBuilder is a wrapper around the TRichEdit
component in Delphi which does not natively support full justification.
Take a look at the following article about enhancing the RichText editor
…Hi Joe,
Please understand that it is very difficult for us to track down an issue if
we cannot recreate it on our machines here. Trying to figure out what is
happening on your machine is more or less like taking a shot in the…Hi Joe,
The first pass of the report is simply to define pagination and perform any
pre-calculations you might need to do. The second pass will not effect how
the report prints unless there is some code to alter it perhaps in…Hi Joe,
I have not seen this behavior before. Which version of ReportBuilder and
Delphi are you using? Are you able to recreate this issue in a minimal
example, perhaps using the DBDEMOS database? If so, please send the exa…Which band is the subreport located in your main report. Does the text of
the memo change in a master-detail relationship or are you printing a number
of different memos in a row? I'm a bit unclear about what you mean when you
sa…