nicocizik
Comments
-
Hi Filip,
In my testing with FastMM 4.92 (just downloaded) and Delphi 2006, I am
unable to get the AV using the exact code you have below. What are the
FastMM options you have set? Anything else you can tell me about your te… -
Hi Filip,
Please upgrade to the latest version of RB 11 (11.04) and test with that.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digita… -
Hi Richard,
My first suggestion would be to upgrade your version of ReportBuilder to
11.04 and test with that. If you are still getting an AV, try to trace in
the RBuilder source where the error occurs. Also, try running our … -
Hi Andreas,
We do not have any specific known issues with printing to multifunction
printers. ReportBuilder does not directly communicate with the printer, it
uses generic Windows API commands which in turn are interpreted by… -
Hi Alexandre,
There is a patch available for RB 11.04 that fixes this issue. Email
support@digital-metaphors.com if you would like the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in How to print watermark ? Comment by nicocizik May 2009 -
Hi Justin,
This is not a known behavior. If you trace into the ReportBuilder source
when the errors occur, what is causing the problem? Are you able to
successfully run the DBISAM demo included with ReportBuilder?
Hi Scott,
There is a patch available for RB 11.04 that fixes this issue. Email
support@digital-metaphors.com to receive this patch.
--
Regards,
Nico Cizik
Digital Metaphors
in Print To File Setup is not saving the order properly Comment by nicocizik May 2009Hi Torsten,
The built-in PDF Device does not currently support the use of shortcuts
within the PDF document. This is something we could possible research for a
later version of ReportBuilder. I am unsure if any of the third …Hi Alex,
Be sure you have the Lookahead property of the variable set to True and that
you have a two pass report.
Try reseting the varialbe after the group breaks.
--
Regards,
Nico Cizik
D…Hi Willie,
This is not a known issue with ReportBuilder however a quick search on the
IMFNT5.DLL file gave the following result that may be of some help. If this
had been working ok until recently try to find out what about y…Hi Sam,
Yes, you can implement the OnDrawCommandClick event of any report component
to make it "clickable" in the preview window. This event sends you the
drawcommand object, so you can use this information to determine which…Hi Jeff,
Yes this should definitely be possible. Take a look at the following
article on adding a button to the preview window. From there you could
preview a different report (passing it the same parameters used in the
Hi Al,
Which database are you using to store your templates? If you load the
end-user demo for the database and connectivity you are using, do you still
get the error? If so, please give us the steps we can take to recreate …Hi Ian,
I'm a bit unclear about what is happening. As I mentioned in my previous
post, I copied your code exactly to the OnClick of a button and the event
fired correctly. I did not drop a report on a form.
--
Hi Ian,
Using your exact code below, the OnPreviewFormClose event fired as expected.
I noticed that the name of your event is "ThePrintDialogClose"... do you
perhaps want to implement the OnPrintDialogClose event instead?
Hi Veri,
Take a look at the following article. There is an example available for
download that shows how to skip labels when using Left To Right columns.
in Print Labels Comment by nicocizik May 2009Hi Ian,
Yes, this is not surprising, though it may work in some simple cases, it is
easy to see how there could be notification conflicts when two reports (with
the same owner) are accessing the same dataset. Have you t…Hi Sven,
You need to assign the Save, SaveLength, and SaveOrder properties of the
text components that you would like to export. Also in addition to that you
need to set the Band.Save property to True. This is all done autom…Hi Gianluca,
For TExtraDevice support, try contacting Waler directly (support@waler.com).
ReportBuilder 11 includes vector graphic support for the built-in PDF device
ensuring all images (metafiles) and advanced component…Hi Jason,
This logic has not changed since RB 10. If a template is saved to file, the
Description property will be set to the file name, if it is saved to
database, Description is set to the pipeline.
--
Rega…Hi Jason,
In my quick testing the report wizard set the title of the report to the
DataPipeline as expected. Are you able to recreate the behavior you mention
with a simple example? If so, please send it in .zip format toThis is a multi-part message in MIME format.
Hi Ben,
Yes using curly brackets.
{comment}
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Jesus,
ReportBuilder currently does not support the Datamatrix barcode. One option
would be to render the Datamatrix barcode as a windows metafile and add it
to the report using a TppImage component. This will ensure that…Hi Gary,
Do all Code128 barcodes show the "space #' before the data? Are you certain
that the data field does not contain these characters? Do you have the
ability to test these barcodes? Have you tried setting the AutoEnco…Hi Mark,
Thanks for the feedback. I will add this to the list and take a look at
it for the next major release.
Hi Mark,
We are constantly trying to improve the hyperlink feature however there are
not currently any known issues with it for RB 11.07. The HyperLink
properties are published so they will be saved down with a template. If …Hi Perry,
Yes this is an automatic feature. If you are loading templates, you can use
the OnLoadEnd event to disable the Hyperlink feature for each text object
using a report object loop. If not, you may need to create a sim…Hi Gustavo,
ReportBuilder does not currently support the rotating of wrapped text
components. A couple options are to split the memo into single lines using
the label component, save the memo as an image and display it as a T…