nicocizik
Comments
-
Hi Jerome,
Thanks for the code, however I still do not see where the problem is
occuring. Are you altering the SQL of the dataset connected to the report?
You might try moving this code to the DetailBand.BeforePrint event. Y… -
Hi Jerome,
I'm a bit unclear about how you are checking the individual images. Are you
loading images from a database? Why are you checking an image in the
DBText.OnPrint event? How are you determining whether the image is … -
Hi Vassilis,
I would recommend taking a look at Gnostice. From what we have heard, they
offer a quality export suite that works with ReportBuilder as well as high
quality support.
Hi Ralf,
Take a look at the following website/documents for a feature matrix and a
list of new features added for RB 10.
http://www.di…Hi Dipak,
Take a look at Demo 121 located in the \RBuilder\Demos\1. Reports\...
directory. This shows how you can alter the printer settings using a dialog
similar to the page setup dialog.
--
Regards,
<…Hi Dipak,
You need to set the Report.SavePrinterSetup property to True.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.…Hi Dipak,
Which third party export device are you using to export your device to a
Word compatible format? You might try contacting their support directly for
a quicker response.
--
Regards,
Nico C…Hi Pete,
Are the lines on the edge of the paper by chance? What style line are you
using? Does it happen with every line you try to print? Which verison of
ReportBuilder/Delphi are you using and what printer are you printin…Hi Frank,
Try setting the ResetPageNo property of the Subreport object to False. This
should give you the effect you are after.
--
Regards,
Nico Cizik
Digital Metaphors
in Sectioned subreports and footer variables Comment by nicocizik August 2007Hi Fellipe,
Two options...
1. Save your subreport to a report template and load it into three separate
subreport objects on a report.
2. Create a section style subreport and set collation to false and
Delegat…Hi Bora,
ReportBuilder currently does not support embedded fonts. This is something
that we will strongly consider adding to the next release. In the mean
time, you will need to use one of the third party export devices if y…It is possible to use the enumerated types or the string that each
enumerated type resolves to. You will notice that the DeviceType property
is a String type.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Todd,
The Report.DeviceType property does not change, it remains set to what the
user chooses before the report is printed. If you are trying to check to
see if the user is printing to the printer, you need to check if the…Hi Bernhard,
Which version of ReportBuilder and Delphi are you using? Are you by chance
creating your own Outline Drawcommand and trying to add it to the page
object? Are you able to recreate this behavior with a simple exam…Hi Ian,
An example of completely replacing the report explorer form is located in
the Tutorials directory... \RBuilder\Tutorials\Complete\II.
Applications\04. End-User with Custom Explorer\... Depending on how much
cus…Hi Ian,
You can customize the main menu of the Report Explorer using the MergeMenu
property. If you need more customization, you can also completely replace
the explorer form as well.
--
Regards,
N…Hi John,
This is an issue that was fixed for a later version of ReportBuilder. One
option would be to install a device-free printer driver such as the
Microsoft Document Image Writer to avoid this message. You can also try <…Hi Glen,
For future reference, please let us know that you are using RAP (or post in
the RAP newsgroup) when asking a question pertaining to it. This helps us
understand which features of RB you are using and allow us to answ…Hi Glen,
What exactly are you trying to accomplish? There are numerous events that
fire before the BeforePrint event however they were primarily added to allow
the alteration of data before the report generates. The be…Hi Glen,
The best place to modify or add components to a report at runtime is inside
an event that fires before the report prints. The BeforePrint event is a
good choice for instance.
--
Regards,
N…Hi Willo,
Yes, simply tab to the design of the subreport and select Groups from the
Report main menu option.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Larry,
Try opening your .rtm file(s) and do a search for raCodeModule. If you see
any blocks of code that show something like the snip below, remove it from
the template and save. Next, check for any other RAP references …Hi Larry,
For some reason, one of your old files or templates is trying to reference
the RAP feature. Are you certain there are no RAP files on your machine
being referenced by your application? Also be sure you did not (at …Hi Philip,
If you are using Delphi 6 with rtl update 3, you should be able to use
TeeChart 7.12 however this is not something we recommend because update 3
has been known to cause problems with ReportBuilder in the past.
…Hi Tony,
You can override the OnClick event of the print button in the preview window
to assign the device type and print the report to the device you need. For
instance...
uses
ppPrvDlg;
...
Hi Kjell,
We have not seen this behavior before. If possible please send an small
example demonstrating this behavior to support@digital-metaphors.com in .zip
format or provide the exact steps I can take to recreate the issue…Hi Scott,
Try setting the height of the TppDrawText object as well to give room for
the second line on the page.
--
Regards,
Nico Cizik
Digital Metaphors
in TppDrawText Comment by nicocizik August 2007Hi Rafick,
The built-in previewer does not contain a print shortcut button however it
is possible to create a custom previewer and override the
TppCustomPreview.KeyDown routine to enable whichever keys you would like.
Ta…Hi Sven,
Are you able to recreate this with a simple example? I tried executing
something very similar to your posted RAP code using the DBDEMOS database
and it functioned correctly. Please send a small example demonstrating…