nicocizik
Comments
-
Hi Steve,
Thanks for your interest in ReportBuilder!
Please send a small email to support@digital-metaphors.com requesting the
rbIBE package and we will send you the necessary files as soon as possible.
--
Hi Rob,
Two options...
1. Use the PageStyle band (Report | PageStyle... from the designer main
menu). Every component inside the PageStyle band will by definition print
behind all other report components like a wa…Hi Michael,
Making a call to TppReport.Cancel will cancel the print job and exit the
print process cleanly. This is similar to clicking the cancel button during
report generation.
--
Regards,
Nico …An article that might be helpful...
http://www.digital-metaphors.com/rbWiki/Design/Formatting/Currency_Formatting
--
Hi Ian,
In my quick testing, this seems to work as expected. A negative currency
value displayed with the ($0.00) format rather than using a negative sign.
Are you able to recreate this with a minimal test app? If so, …Hi Stef,
There should be no need for an example. You will simply have two report
templates. One for the "Base Level" and one for the "Data Level". You will
load the data level template into the main report's definition. Th…Hi Stef,
There is currently no concept of layering or styles in ReportBuilder.
One option would be to give your users the ability to alter the "Base Level"
report and save it as a template. Then, staying within the restr…Hi Massimo,
There is no component available for ReportBuilder that will display a
separate PDF file inside a report. One option would be to convert the PDF
to a different format such as an RTF or image then add it to the repo…Hi Ian,
This is a timing issue. The actual average has not been calculated yet when
you are accessing the DBCalc2.Value. Use the OnGetText event of the DBCalc
to assign the final value to a TppVariable, then use this in a di…Hi Jonas,
This is not a known issue. What type of text components are having issues
specifically? The PDF device simply receives a report page and generates
each drawcommand according to its size and position values. My sug…Hi John,
We are strongly considering adding a feature like this for the next major
release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
Also a helpful article on the topic...
http://www.digital-metaphors.com/rbWiki/RCL/BarCode/BarCode_Types
--
Regards,
Hi Gianluca,
ReportBuilder does not currently support any Data Matrix barcode formats.
We will however add this to our list of possible enhancements for a later
release. Thanks for your feedback.
--
Regards,<…Hi Mike,
Take a look at the following article on issues with Terminal Server Easy
Print. The solutions provided may help with the issue you are experiencing.
in Terminal server Easy Print Comment by nicocizik May 2010Hi Mike,
There was nothing specific to Easy Print added for RB 11.08 however we have
made a number of enhancements dealing with printer logic and stability since
version 10.04 that may solve any issues you are having. My sugg…Hi Roman,
Which version of ReportBuilder are you using? Be sure you are using the
latest version (11.08). Contact info@digital-metaphors.com for upgrade
instructions.
--
Regards,
Nico Cizik
D…Hi Roman,
We do not have any direct experience with TS Easy Print. What happens if
you export the report to PDF then try to print it? Do you still get the
same behavior? How about if you print a similarly complex document f…Hi John,
Some networks/firewalls do not permit the outgoing access of port 8080.
Perhaps contact your network administrator to see if this is the case.
There is currently no built-in way to access the file device type wit…Hi Leon,
There is currently no built-in feature to export a report to an image
however we are strongly considering adding this for the next major release
of ReportBuilder.
Currently you would need to use a third par…Nenad,
Which version of ReportBuilder and Delphi are you using? What type of
printer are you printing to? Do you get this behavior on all printers and
with all bitmaps? In all of our tests, image displayed and printed with …Hi Nenad,
One thing you can try is to set the DirectDraw property to True. Also
stretching or shrinking the image may affect the quality, you may want to
use an imaging product to resize the image before adding it to the repo…Hi Ian,
Take a look at the following article on currency formatting.
http://www.digital-metaphors.com/rbWiki/Design/Formatti…Hi Ian,
This property is True by default. If you are loading templates, you can use
the Template.OnLoadEnd event to set this property before it is loaded, or
you will need to do it in code before the report is printed.
<…Hi Roman,
In my testing with RB 11.08 source and Delphi 2009, an application seemed to
compile correctly. My suggestion is to perform a corrupt install cleanup
and then reinstall ReportBuilder.
in Problem with compilation of 11.08 Comment by nicocizik March 2010Hi George,
Thanks for you interest in ReportBuilder!
Setting the EmbedFontOptions property to efAllFonts should automatically
embed all TrueType/OpenType fonts into the PDF file. Have you tried
embedding any other …Hi George,
Once control has been passed to the printer driver, there is not much that
can be done programmatically to resolve any issues.
My first suggestion would be to make sure you are using the latest version
of…Hi Neil,
There have been numerous changes to the architecture of ReportBuilder since
RB 6 however all Report Templates are still backward compatible.
1. Looking at your posted code, I do not see anything that shouldn't w…Hi Diego,
Try doing something like the following in the PageStyle.BeforePrint event...
if Report.SecondPass then
PageStyleBand.visible := Report.AbsolutePageNo <>
Report.AbsolutePageCount;
--
Hi Eliseu,
Take a look at the following article on using hot keys in the preview.
http://www.digital-metaphors…