nicocizik
Comments
-
Hi Helli,
I'm going to need more information about the problem you are experiencing.
How are you implementing your custom preview form? How is this different
from the default previewer? Does the report function correctly whe… -
This is a multi-part message in MIME format.
-
This is a multi-part message in MIME format.
-
This is a multi-part message in MIME format.
-
-
Hi Richard,
Thanks for the information. We are constantly trying to enhance each
feature in ReportBuilder and this is a definite improvement. The nice thing
about the plugin architecture is that it easily allows you the deve… -
Hi Tony,
Yes there is no concept of column width in ReportBuilder however you can
calculate the relative width of a column using the left positions you
assign. For example if your column positions are 0.25", 1.25", 5.25" on a… -
Hi,
For future reference, please use your real full name when posting to these
newsgroups.
It is possible to obtain a reference to any component in a report using a
report object loop. Take a look at the article be… -
Please use your real full name when posting to these newsgroups.
See my previous reply.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.di… -
Hi Frank,
Try toggling the visibility of the memo object based on the whether there is
data present and see if that removes the empty space you are seeing. Try
using the Band.BeforePrint event to check the field value and set… -
Hi David,
There have been numerous drastic changes to ReportBuilder since version 7.03
especially with the Preview, Designer, Explorer, Report Components, and some
RAP. We started using a new toolbar architecture for the prev… -
Hi Ian,
You can register and unregister each file device using the ppRegisterDevice
and ppUnRegisterDevice routines respectively.
ppRegisterDevice(TppPDFDevice);
ppUnRegisterDevice(TppPDFDevice);
-- … -
Hi Vikram,
If you are loading a template, you need to be sure you are altering the Save
property for the bands/components, then resaving the template to file or
database. If you do not do this, once you load the template, you… -
Hi Vikram,
In my testing, a TppVariable component in the GroupFooter and PageFooter
with their Save property set to True are showing up in an exported Text
file. Are you by chance loading a template? Try using the Print To F… -
Hi,
For future reference, please use your real name when posting to these
newsgroups.
Take a look at Demo 34 located in the \RBuilder\Demos\1. Reports\...
directory for an example of using columns and groups togethe… -
Hi Leah,
Sorry for the delay.
Unfortunately I'm not able to recreate this behavior on my machine either
with RB 10.05. Below are the steps I'm taking. Let me know how I can alter
them to see the same behavior you … -
In my testing with RB 10.06, RB 10.05 and prior, the autosearch criteria
stays consistent when switching from the designer to the preview and back
when no RAP code is present.
--
Regards,
Nico Cizik
Digit… -
Hi Leah,
Were you by chance using RAP code in other reports that did not save the
search criteria when changed?
When using RAP, the report definition is saved before the preview tab is
shown in case something is cha… -
Hi Jacob,
Have you tried recreating this behavior on separate printers? There have
been some enhancements to image processing in ReportBuilder since RB 6.03.
My first suggestion would be to download a trial version of RB 10.0… -
Yes, however you will need to create pass-thru functions to access the
Report.Engine and Report.PrinterSetup properties.
--
Regards,
Nico Cizik
Digital Metaphors
Take a look at the following example.
http://www.digital-metaphors.com/tips/FillPageWithLines.zip
--
Regards,
Nico Cizik<…Hi CJ,
The easiest way to accomplish this is to add the lines to the Page Style
band. This will print behind any report objects on every page. You can
activate the Page Style band by selecting Report | Page Style from theHi Isaac,
ReportBuilder does not communicate with the printer directly. It makes
standard Windows API calls that in turn communicate with the printer driver
which controls the printer. It is the job of the driver to interpre…Hi Isaac,
This is not a known issue with ReportBuilder. Be sure you are using the
latest printer driver for your specific printer. If these are separate
labels being printed, you could possibly add a search criteria that upd…Hi Fredrik,
Another customer had a similar problem and was able to solve it using the
following information...
Input error: script mechanism for extension .js does not exists
---
Some other applicati…Hi John,
1. For RB 10.06 this is not completely necessary. I would recommend
uninstalling any version of TeeChart before installing a new version however
with the newly added RBTeeChartPackageBuilder, there is no need to uni…Hi Leon,
It seems perhaps the help was not properly installed in the D2007
environment. Try manually installing the RB Help 2 using the
RBInstallHelper application.
ARTICLE: ReportBuilder Help 2 Help
---------…Hi Andre,
Try taking a look a the memory manager such as FastMM. This is a free
memory manager and works well with Delphi.
http://sourceforge.net/projects/…Also be sure you have checked your application for memory leaks.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com