nicocizik
Comments
-
Hi Ed,
If you set the KeepTogether property of your group to True, does this give
you the effect you are after? This will attempt to keep the group entirely
together on a single page. Also, ReportBuilder 9.02 has a native Pa… -
Hi Ed,
I was really hoping someone else would chime in on this one
. I have
searched through out newsgrou… -
Hi Ed,
EMF files consist of drawing commands to output an image. I assume you will
need to use some of these commands to control the background and pen colors
of the file. This is probably something that is accomplished usin… -
Hi Dean,
Thanks for the suggestion.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
-
Hi Paul,
Unfortunately the list box in the print dialog is not editable. The order
that the devices are listed is the order that they are registered with RB.
It is possible to completely replace the Print Dialog with your own… -
Hi Paul,
Are you able to recreate the errors without using your custom explorer? If
so please provide me with the exact steps you are taking to creat it or send
a small example in .zip format to support@digital-metaphors.com … -
This is a multi-part message in MIME format.
-
Hi Dan,
Unfortunately the FreeAutoSearchFields routine was not natively included in
RAP. You do however have access to the AutoSearchFields property which you
could loop through and remove each field. Another option is to cr… -
Hi Dan,
Sorry, I did not realize you were using RAP. For future reference please
post all RAP related questions to the RAP newsgroup.
You will need to create a global variable that references the Subreport1
object … -
Hi Dan,
Where are you checking the value of the variable and setting the visibility
of the subreport? You might try creating a two pass report and checking the
value and assigning hte visibilty of the subreport on the first p… -
Hi Gunther,
We are not aware of a this component for RB 9. I can tell you that using
our DBPipeline object with IBO does work correctly with RB 9.0x. See the
example app located in the \RBuilder\Demos\4. EndUser Databases\In… -
Hi,
ReportBuilder 7.04 supports TeeChart 7.0. If you would like to use TeeChart
7.04 (the latest version of TeeChart), you will need to upgrade your version
of ReportBuilder to 9.02.
See the ReportBuilder Reference… -
Hi Gunther,
Sorry, I'm a bit unclear about the nature of this RichText component and
what you would like to happen.
If you would like to cut off the rich text component at one page, you could
manually size the compo… -
Hi,
ReportBuilder 9.02 now natively includes Anchors for each component in
ReportBuilder. This feature allows you to anchor a report component to up
to two adjascent sides of the report and they will remain that distance from… -
Hi Mauro,
Chris is correct, ReportBuilder does not support nested Regions. As a
work-around, try placing your two regions and subreport inside the detail
band of another child subreport.
--
Regards,
Hi Gilbert,
There is currently a patch available for this issue (similar to the fix you
made). If you would like the patch, please send a small email requesting it
to support@digital-metaphors.com and we'll send it to you asa…Hi,
This is not a known issue with ReportBuilder. The currency symbol used is
usually the one defined in the regional settings of the machine you are
using. If possible, please create a minimal example that demonstrates this…Hi,
DBExpress with MSSQL is not a combination that we have tested with
ReportBuilder. I believe there is a third party driver for this
configuration. Our current examples do not include a DBExpress/MSSQL
example howeve…Hi Adrian,
TppProducer is the ancestor of the TppReport object. If you typecast the
Report property as a TppReport object, you will have full access to the
report.
--
Regards,
Nico Cizik
Digit…Hi Adrian,
So you would need to dynamically create the TppReport objects and load the
templates from database based on how many reports you would like to view at
the same time. If the custom preview is properly registered the…Hi,
Yes, but you will need to create or place multiple TppReport objects on your
form in order to view more than one report at the same time.
--
Regards,
Nico Cizik
Digital Metaphors
in Custom Prievew Comment by nicocizik October 2005Hi Samuel,
Unfortunately this is not something the PDF device in ReportBuilder
currently supports.
You may try looking at one of the third party export suites such as Gnostice
(www.gnostice.com). I'm not sure if th…Hi Samuel,
This newsgroup is fine. When in doubt, post to General
.
If you were printing direc…Hi Gunter,
Try placing an invisible TppVariable in the detail band and in its OnCalc
event update three variables in the summary band. For instance...
procedure Variable1Calc(Sender: TObject; var Value: Variant);
va…Hi Dan,
Sorry, I wasn't sure what you meant by "SQL Server function". If you would
like to use an expression built into SQL Server such as the Month()
function, you can insert this into a calculated field inside the expressio…Hi Dan,
Unfortunately DADE does not support SQL Server functions. This may be
something that we add to a later release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
in Using a sql server function in RB7? Comment by nicocizik October 2005Hi Andrew,
There is a patch available for this issue. Please send a small email to
support@digital-metaphors.com requesting it and we'll send it right out.
--
Regards,
Nico Cizik
Digital MetaphorsHi Steve,
1. Be sure your report is properly connected to the correct data source
(datapipeline). Select Report | Data... from the main menu in the designer
to make this connection.
2. Try placing a DBGrid on you…Hi Adrian,
Take a look at the demo located in the \RBuilder\Demos\3. EndUser\4. MDI\...
directory for an example of how to show the designer as a MDI child.
--
Regards,
Nico Cizik
Digital MetaphorsHi Alex,
Sorry, I was under the impression that a group could be larger than one
page. If you can keep one pager per group, you can easily export each page
to a separate file (such as PDF) then send each one separately from d…