nicocizik
Comments
-
Hi Jon,
Try running your application from Delphi and set your debugger to stop on
exceptions. This should give you a message that explains what is happening.
We added an event for the next release of ReportBuilder that allows… -
Hi Jon,
Are you hitting the cancel button on the cancel dialog or on the preview
window? Please give me the exact steps you are taking to recreate this AV.
--
Regards,
Nico Cizik
Digital MetaphorsHi Jon,
Thanks for the clarification. I thought you were talking about the Print
Dialog that shows up when you print to the printer. You can control the
Cancel Dialog using the EmailSettings.ShowCancelDialog property of the …Hi Jon,
By design the print dialog is always suppressed when sending an email. What
are you trying to accomplish?
--
Regards,
Nico Cizik
Digital Metaphors
in Print Dialog when Sending Email Comment by nicocizik July 2006Hi Taras,
I would suggest getting in contact with Waler support (support@waler.com),
perhaps with a simple example that recreates the issue, for a quicker
response about the problem.
--
Regards,
Nic…Hi John,
Which version of ReportBuilder did you upgrade from? Do you receive this
error when you print directly to the printer (no preview)? Is your printer
connected over a network like your users'.?
--
Reg…Hi Matthias,
Margin information is not passed to the PDF file by the ReportBuilder PDF
device, however each object that is generated is transferred to the PDF file
using its exact measurement on the page, so any margins define…Hi,
You can register and unregister each output device as you need before the
report prints using the ppRegisterDevice and ppUnRegisterDevice methods.
For example...
uses
ppDevice,
ppFilDev,
ppPD…Hi Jacques,
You need to set the Report.ShowCancelDialog property to False as well. This
will remove the dialog you see while the report is generating.
--
Regards,
Nico Cizik
Digital Metaphors
<…Hi Kent,
What is the exact AV you are encountering? If this is a "Floating point
overflow error", there is a patch available that may fix the problem.
Please email support@digital-metaphors.com requesting this patch if youPlease upgrade to version 9.03. For upgrade information, contact
info@digital-metaphors.com with your serial number and purchasing email
address.
--
Regards,
Nico Cizik
Digital Metaphors
in report with image when export to PDF give Access Violation Comment by nicocizik August 2006Hi Heinz-Josef,
Although they frequently monitor these newsgroups, you may try contacting
Waler support directly for a quicker response. support@waler.com
--
Regards,
Nico Cizik
Digital Metaphors
Hi Zsolt,
In my testing there is no problem using a report on a different form than a
viewer. If you use the unit that contains the form and the report is public
or published, you can access it using the form variable created…Hi Michele,
This is not a known issue with RB 10.04. Do you receive this error when
trying to export to every report or just certian ones? Are you able to
recreate this error with a simple example? If so, please send the ex…Hi Gianantonio,
I cannot give you an exact schedule for any feature we may add to
ReportBuilder at this time however I can tell you that we primarily use
customer feedback to allocate resources toward enhancements and new
Hi Gianantonio,
Unfortunately this enhancement has not made it into the latest version of
ReportBuilder. We will try to research this as time and resources become
available.
--
Regards,
Nico Cizik<…This is a multi-part message in MIME format.
Hi Tom,
I believe the add-on TRichView does just that. The name is confusing but it
is built to handle HTML documents.
--
Regards,
Nico Cizik
Digital Metaphors
in Print html e-Mail Comment by nicocizik October 2006Hi Tom,
I'm a bit unclear about what you need. ReportBuilder does not include a
native HTML viewing component. If this is what you are looking for, take a
look at TRichView. ( in Print html e-Mail Comment by nicocizik October 2006Hi Brian,
This is most likely due to the fact that you are loading a template, then
accessing the image components by name. The fact that this code compiles
lets me knowt that ppImage1 and ppImage2 already exist somewhere in …Hi Dave,
ReportBuilder outputs PDF version 1.3 and meets all the specifications given
in the PDF Reference manual provided by Adobe. According to Adobe, all
versions are backward compatable as well. The PDF Device for RB was…Hi Mark,
Although the Gnostice team frequently monitors this newsgroup, you might try
contacting them directly for a quicker response.
support@gnostice.com
--
Regards,
Nico Cizik
Digital M…Hi Michele,
This is not a known issue with RB 10.04. What type of image are you trying
to export (.bmp, jpeg, etc.)? If possible, please create a simple example
that demonstrates this behavior and send it in .zip format to <…Hi Nikolai,
This was a fix that was added for RB 6.03. This was necessary for text
files with text entries containing spaces. If you would like to revert back
to the way it worked before, take a look at the
TppTextFile…Hi Paul,
Unfortunately we do not have a good way to add ESC codes to individual text
objects. This is something that we have listed to research for a later
release of ReportBuilder. Take a look at the following example, perh…Hi Alex,
Yes, ReportBuilder supports duplex printing. You can use the
TppReport.PrinterSetup.Duplex property to enable duplexing for a report.
--
Regards,
Nico Cizik
Digital Metaphors
in Duplex Both sides printing Comment by nicocizik November 2006This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
You need to include ppEmail in your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Brian,
Starting with RB 10.04, we included the OnEmailError and OnStatusChange
events to track the email message. These events are part of the TppSMTPMapi
class and are currently not available directly from the report so y…