nicocizik
Comments
-
Hi Ricardo,
I first recommend updating your version of ReportBuilder to 10.09. Contact
info@digital-metaphors.com with your serial number for upgrade instructions.
Is there a certain report that is causing this error? H… -
Hi Bob,
Setting the Report.AllowPrintToFile property to False will remove the "Print
To File" section from the Print Dialog. Since this property is not having
any effect I'm assuming you are loading templates. In this case, … -
Hi Bas,
Events such as the BeforePrint and AfterPrint are not available for Child
Reports. What exactly does this code do? Perhaps it can be moved to the
BeforePrint of the main report?
--
Regards,
Hi Stephen,
By definition a child style subreport will stretch to the size needed for
all data to fit. Even though the detail band is of static height, you are
printed multiple detail bands so the report will stretch.
Hi Jesús,
This is not a known issue. When you say that you create an empty template,
are you creating it with RB 7 or RB 11.06? If you create this particular
report again from scratch and save it as a template are you able t…Hi Richard,
This is not a built-in feature of ReportBuilder. It may be possible to
manually count the distinct customer numbers however it may be a bit tricky
if you are not sorting by the custom number itself. This would ne…Hi Mike,
This feature has not yet been added. It is however still on our
possible enhancements list. Thanks for the feedback.
Hi Phil,
For the crosstab component, horizontal lines are only drawn between major
values such as grand totals and header rows. This is something we might
consider changing for a later release of ReportBuilder.
-- …Hi Petter,
RB 10.09 is not tested to install correctly on a Windows 7 machine.
This error deals with the automatic help installer. Even though the help is
failing, the rest of ReportBuilder should be installing correctly…Hi Bob,
We are currently working closely with the RichView staff to ensure that the
built-in PDF device exports correctly. We have made numerous fixes to the
built-in device recently directly relating to TRichView and they wi…Hi Roman,
Thanks for the suggestion. We will consider enhancing the built-in function
set of RAP for a later release of ReportBuilder. Currently (as you mention)
you will need to add these routines to RAP your self using RTT…Correction to number 3: There is no exception raised when a field name is
incorrect. The report will print with an empty DBText.
--
Regards,
Nico Cizik
Digital Metaphors
in Usage of a copied report & not available DBfields anymore Comment by nicocizik December 2009Hi Mark,
1. The easiest way to resolve all incorrect field references would be to
use a report object loop. For each component that has its IsDataAware
property set to True, you can further manipulate to meet the new dataset…Hi Bob,
I'm sorry, I forgot that you were using RB 10. The ArchiveStream property
was added for RB 11. To take advantage of this feature, please consider
upgrading your version of ReportBuilder.
//Export fil…Hi Bob,
Yes, the TppArchiveReader does allow loading an archive directly from a
stream. Simply assign the TppArchiveReader.ArchiveStream to the stream
created by your application and print.
--
Regards,
<…Hi Bob,
Originally it was up to the you to export to file, stream the file, then
save it to database. For RB 9, we added the concept of the TppStreamDevice
which is the ancestor to all file devices and allows you to take out …Hi Mark,
Thanks for the suggestion, we will consider it.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Mark,
The Calc dialog is a part of RAP which we do not provide the source to.
Though you cannot alter the dialog itself, it does use the
TppDataTreeBuilder to build the treeview that it uses. This is the same
class t…Hi Jeff,
Which version of ReportBuilder and Delphi are you using? How are you
loading the TRichEdit information into the report RichText component? Are
you able to recreate this issue with a simple example? If so, please se…Hi Mark,
The Code workspace is not designed to work this way. If there are errors in
your RAP code, you will need to take a look at the treeview on the left and
look for the red indicators that the code has issues. It is up …Hi Jeff,
Try the following...
Place the region where you would like it to print if the memo is not present
in the band. Then, inside the Band.BeforePrint, check to see if the DBMemo
field contains any information. …Hi Kai,
When are you setting the ShiftRelativeTo property of the 6th region? Since
you are creating the 5th region in code, you will need to do this in code
after it has been created. Be sure you are setting the ShiftRelativ…Hi Abel,
The Preview and Designer windows already contain mousewheel support. If you
would like to add it to the TppViewer on a form, you will need to implement
the MouseWheel event of the form. Something like the following …Hello,
I'm a bit unclear about what you are trying to accomplish. If a user would
like to print multiple copies of a report, they can simply define this in
the Print Dialog before they print. Defining the copy number from a …Hi Ennio,
Take a look at the following article/example on how to create a
"spreadsheet" style report using subreports.
in Printing a large table Comment by nicocizik December 2009Hi Jose,
This is not a known issue. If possible, please send an example of this
behavior to support@digital-metaphors.com in .zip format and we'll take a
look at it for you.
--
Regards,
Nico Cizik<…Hi Francisco,
Thanks for the clarification and suggestions. We will consider these
changes for a later release of ReportBuilder.
Regards,
Nico Cizik
Digital Metaphors
in parameters Wishlist Comment by nicocizik December 2009Hi Francisco,
Thanks for the suggestions.
1. You can currently change the UserName property of a parameter to give it
a more friendly name in the end-user designer.
2. It is possible to access all parameters …Hi Enrico,
Yes, it is possible to completely replace the built-in Preview by creating a
preview plugin. The bulk of the built-in preview form is created in code so
the .dfm file is essentially an empty form.
The ex…Hi Walter,
Yes.
I hope so
.
--
Regards,
Nico Cizik
Digital M…