nicocizik
Comments
-
Hi Steve,
Setting the Report.CachePages property to True should give you the
effect you are after.
-
Hi Franco,
For future reference, please send all attachments to
support@digital-metaphors.com.
I tested your app with Delphi 2007 and RB 14.03 and it functions
correctly without error. I would first suggest upgradi… -
Hi Stephan,
I am unable to recreate this issue with a simple example on my machine.
If possible please send me an example with steps to reproduce to
support@digital-metaphors.com and I'll take a look at it for you.
Hi Stephan,
There is now a patch available that solves this issue for RB 14.03.
Send an email to support@digital-metaphors.com requesting the patch and
I'll send it to you as soon as possible.
Hi Willie,
In my testing with the latest version of ReportBuilder and code similar
to yours, the group files seemed to export correctly to the directory
assigned with the custom names. Are you able to recreate this issue
Hi Jo,
There is a patch available for RB 14.04 that solves this issue. Send an
email to support@digital-metaphors.com to receive the patch.
Hi Uli,
Looking at your code, you are making a call to TppViewer.Print to export
the report. TppViewer.Print is only to print to the printer and resets
the devicetype accordingly (see the routine inside the ppViewr.pas andHi Roald,
There still must be some setting causing this hanging. My suggestion
would be to simplify your code as much as possible then have your
customer print to try to isolate the problem.
If perhaps, your custom…Hi Roald,
If your users use the built-in print dialog that is included with
ReportBuilder, do they still get the issue? If not, I would suggest
taking a look at our printer code and seeing how it differs from yours
belo…Hi David,
At what point are you changing the text color back to white? Are you
certain this code is firing?
Hi David,
I now see what is happening. You are using a custom viewer rather than
the built-in previewer. The screen device is still connected when you
export so when you generate to XLS, the viewer is also updating.
Hi David,
This likely means the AfterPrint will not work for this requirement.
Did you try my second suggestion of only using the BeforePrint?
Hi David,
If you trace into the AfterPrint event's code, is it actually executing?
Perhaps try creating two Report Object Loop routines, one to turn all
text black and one to return it to white. Then just inside the
Hi David,
If the user is exporting to XLS, I would suggest performing a report
object loop before printing (BeforePrint event perhaps) and altering the
text color of each text component in the report if needed. You will
Hi Peter,
Please upgrade to RB 12.05 and re-test. This was likely an issue that
was fixed after the version you are using was released.
For upgrade instructions, contact info@digital-metaphors.com with your
serial …Hi Peter,
Which exact version of ReportBuilder and Delphi are you using? In my
testing with the latest version of ReportBuilder, angled text displays
correctly in PDF.
Hi Peter,
The PDF device has no knowledge of pagination during generation, this is
a function of the report itself.
Perhaps rather than using a TppSystemVariable for page number inside the
report, you could use a Tp…Hi Richard,
This is likely a TExtraDevices issue. I suggest contacting Waler
support for a more rapid response.
I also recommend you consider upgrading to RB 14 which includes native
HTML export (that we actively s…Hi Richard,
The native XHTML device for ReportBuilder was not included with all
versions until RB 14. Are you by chance using a third party export device?
Try upgrading to version 10.09 and see if that helps. Contact
info@digital-metaphors.com for upgrade instructions.
Moving forward, we hope you will consider upgrading to the latest
version of ReportBuilder (14). We have made…Hi David,
Which version of ReportBuilder are you using. For the current version,
the text of a memo is shifted based on the thickness of the border used.
You can use the OnFileDeviceCreate event of the report to typecast the
Report.FileDevice property and assign the DocumentTitle property (if
using the HTML Device).
procedure TForm1.ppReport1FileDeviceCreate(Sender: TObject);Hi Carlos,
Yes, please send the examples (simpler the better) to
support@digital-metaphors.com in .zip foramt and I'll take a look at them.
As I mentioned before, this is an extremely difficult issue that we have
al…Hi Carlos,
ReportBuilder 10 did not support vector graphic PDF export. Therefore
all richtext components were first converted to a bitmap then sent to
the PDF file.
Unless you are using a different third party util…Hi Carlos,
I apologize if I was unclear about our intentions.
We are constantly pursuing the enhancement of the PDF device.
ReportBuilder first converts all advanced components into metafiles then
manually read…Hi Carlos,
The RB PDF device does not support exporting Infopower Richtexts that
include images directly. You can work around the limitation by setting
the PDFSettings.ExportRTFAsBitmap property to True.
Another op…Hi Christian,
The latest version of the RAF merger is updated for Unicode however our
webpage is not. I will resolve this as soon as possible.
You can download the latest version of the RAF merger utility from the
…Hi Christian,
Yes, you can do so using the Archive merging library available from our
website.
http://www.digital-metaphors.…Hi Christian,
You can use the Group.OnGetFileSuffix event to customize the output file
name. The Text parameter of the event allows you to alter the default
suffix to meet your needs.