nicocizik
Comments
-
Hi,
Unfortunately the In List value in Dade does not support nested Select
statements. The value edit box is expecting a comma delimited list of
values of that field's datatype. If you need to add a Select statement to
Hi Imran,
Inside the search tab of the query designer after you add a field to the
bottom window, you will see a drop down box for the operator. If you select
the "Not In List" option, the NOT IN equivalent will be added to y…Hi Dino,
Though ExtraDev support frequently scans these newsgroups, you may have
better luck emailing them directly at support@waler.com for a quicker
response.
--
Regards,
Nico Cizik
Digital M…This is a multi-part message in MIME format.
Hi Benton,
Set the subreport as a Section Style and by definition the subreport will
start a new page when it prints. This can be done by changing the
PrintBehavior to pbSection or selecting Section from the subreport popup <…Hi Deborah,
Is there any event code associated with this report? If you recreate the
report from scratch do you see the same behavior? What type of fields are
you placing inside the detail band? Any subreports?
-…Hi Deborah,
ReportBuilder traverses your data as-is. If you connect your table to a
DBGrid on your Delphi form do you just get the three records you expect?
Instead of using a group to separate the pages, you could place a <…Hi,
You are going to want to place a TppVariable inside the detail band of your
subreport and in it's OnCalc event update the value of another TppVariable
inside the main report.
------------------------------------…Hi Gareth,
Yes, thank you for the example. I will take a look at it and send you a
response today.
--
Regards,
Nico Cizik
Digital Metaphors
in Page Totals Comment by nicocizik September 2005Hi Gareth,
I apoligise, I did not receive anything. Did you email it to
support@digital-metaphors.com? If possible, please re-send the email with
the example report and I'll take a look at it for you.
--
Hi Gareth,
Which version of ReportBuilder are you using? Providing page sums with a
dynamic detail band was a limitation untill the release of RB 9.0. Starting
in RB 9.0 some enhancements were made to improve upon this limit…Hi Dino,
Though Waler support usually monitors these newsgroups, you might want to
ask this question to their support email for a quicker response
(support@waler.com).
--
Regards,
Nico Cizik
Di…Hi,
Try changing your library path from \RBuilder\Lib\ to \RBuilder\Source\ and
rebuild. Once the new .dcu files have been created you can copy them into
your Lib directory and change the library path back.
--
Thanks Girish,
I will remember this option if this question is asked again
.
--
Regards,
<…Hi Steve,
Unfortunately we do not know of any components that allow you to view PDF
inside a Report. One option you might research is converting your PDF to
RTF, then using the ReportBuilder RichText object to view the inform…Hi Dave,
Have not seen this behavior before. Which version of ReportBuilder are you
using? If possible, please send a small example demonstrating this behavior
to support@digital-metaphors.com and I can take a look at it for…Hi Steve,
1. You can place two TppPageBreak objects inside your summary band and this
will give you two pages at the end of your report.
2. You can place two Section style subreports inside your summary band and
e…Hi,
Unfortunately this aspect of the crosstab component is not easily adjusted.
The CrossTab uses the height of the text in a cell to determine the height
of that row. It is on our to-do list to enhance this for a later relea…Hi Red,
Unfortunately once the subreport has begun the generation process, it is not
possible to set it's visiblity. I would recommend calculating this sum
before printing the report perhaps with a separate query or in Delphi…Hi Red,
Try using the Band.BeforePrint event of the main report to set the
visibility of the Subreport. Setting the subreport's visibility inside the
subreport will not give you the results you are after.
--
…Hi Norman,
Try placing full page sized lines inside the PageStyle. The PageStyle will
draw everything inside it staticly behind the report information. Access
the PageStyle by selecting Report | Page Style option from the De…Hi Stefan,
Which version of ReportBuilder are you currently using? There have been
some enhancements dealing with this issue for RB 9.02.
--
Regards,
Nico Cizik
Digital Metaphors
in crash, if network printer (default one) is offline Comment by nicocizik September 2005This question has been answered in a previous post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is a multi-part message in MIME format.
Hi Melanie,
There are additional CrossTab demos located in the \RBuilder\Demos\2.
CrossTabs\... directory.
--
Regards,
Nico Cizik
Digital Metaphors
Hi,
When you create your packages you need to be sure the included RB-TeeChart
packages are referencing the correct TeeChart files. Do a search through
your package files and see if the Tee67 packages is referenced anywhere.<…Hi Jeff,
If you have access to the report, you can use the TppReport.DetailBand
property to access the detail band.
--
Regards,
Nico Cizik
Digital Metaphors
in DBCalc component Count Property Question Comment by nicocizik September 2005Hi Jeff,
It is possible to create and register custom components in ReportBuilder.
In this case you would probably just need to create a component almost
identical to the DBCalc component only design it to skip invisible detai…Hi Andy,
I'm a bit unclear about the problem. If you are moving objects out of the
DetailBand, wouldn't you expect the ObjectCount to decrease? Please clarify
the issue.
--
Regards,
Nico Cizik
Hi Santy,
1. If you set you report as a OnePass report, only the pages requested will
be generated.
2. Try using the Report.BeforePrint event to check the DeviceType property
and set the Report.PageLimit according…