nicocizik
Comments
-
Hi Simon,
We have not received anything from you to our support@digital-metaphors.com
recently. We did get an email from you this morning to our
info@digital-metaphors.com which has been responded to. At Digital
Metaph… -
Hi TFehr,
I did some more testing and found that this behavior only occurs when you
try to assign margins to a subreport that are beyond the margins of the main
report. Then the column spacing definitions are taken literally … -
Hi TFehr,
Which version of ReportBuilder are you currently using? In my testing, it
looks as though this issue has been resolved but I will check our bug fix
logs to be sure.
--
Regards,
Nico Cizik… -
Hi TFehr,
Be sure the TppSubreport.ParentWidth property is set to True. This will
position the margins of the subreport to match the left/right margins of the
main report. In my testing, the margins matched with this propert… -
Hi Craig,
This was actually the initial way I got this type of report working. I
later decided that it looked a little too messy in the designer to recommend
this route. This method should work for your needs if you can stan… -
>except that it added a blank page before the header.
I was afraid of that
. Yes, this is the normal behavio… -
Hi Craig,
You might try either placing a Section Style subreport inside the group
header with the header information inside the subreport. If this does not
work, you can try using the Band.OutOfSpace property to break a page.… -
Hi Chris,
Are you certain the header band is visible and attached to the rptInvoice
report? If you place a ShowMessage inside another event of the header band
or perhaps inside an event of one of the objects inside the header… -
Touche
. Must have been an early morning...
--
Regards,
Nico Cizik
Digital Metaphors
Hi,
Unfortunately there is no way to change the default font of the designer.
It's default is set to Arial. We will add this capability to our todo list
for a future release.
--
Regards,
Nico Cizik…Hi Filip,
You can use the TppReport.MoveGroup method to change the position of a group
at runtime. There are also other group methods available such as FindGroup
and AddGroup that may be helpful. See the RB help for TppCusto…Hi Craig,
You need to adjust the z-order of the subreport objects. This can be done
by using the "Send to Back" and "Bring to Front" operations located on the
popup menu of each report object. If you would like to see the ac…Hi Ron,
If possible, please send one of these templates in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
in Error reading template Comment by nicocizik October 2004Hi Ron,
This is not a known issue. Are you loading these templates from a database?
If so, you BDE settings may have changed and this may be causing the error.
--
Regards,
Nico Cizik
Digital Metapho…Hi Steve,
Try placing a Section style Subreport inside the detail band of your report
containing the image. This will print the image on its own page inside the
report.
--
Regards,
Nico Cizik
…Hi George,
Try setting the ShiftRelativeTo Property of the subreport to the bottom most
region. This will keep the subreport below that region.
--
Regards,
Nico Cizik
Digital Metaphors
Hi John,
Unfortunately the Report.BeforePrint event fires too late to successfully
create the text search dialog. You will need to enable the text search
feature before calling Report.Print. I am not able to recreate the iss…Hi Iwan,
If you set the Stretch property of the DBMemo to True, does this give you
the effect you are after. When are you adjusting the font size of the memo?
If you are doing so after the memo has been generated, you will ne…Hi Kei,
1. Are you certain you saved the B.rtm file after you made all the changes
to it? Also be sure you changed the Report | Data option to the second
datapipeline in the B template. In my testing with two different
Hi Ueliton,
Your best bet for changing the font size of the label or size of the label
component would be in the Band.BeforePrint event of the band the label
resides. This event fires before any of the band objects are genera…Hi Steve,
In order for ReportBuilder to traverse multiple datasets in a single report,
you will need to use subreports, connected to each separate datapipeline.
This is the architecture that must be used for a Master-Detail re…Hi Bill,
Thanks for the feedback. We use the "tips" directory mainly for user
specific examples, but over time it has accumilated a number of examples
that describe how to solve common issues. It is on our todo list to goHi Bill,
The archetecture for the preview has changed a bit since RB 5. Now if you
would like to change the preview form, you must create a preview plugin
descendent that does so. Below is an example that shows how to use th…Hi Steve,
ReportBuilder 7.04 natively supports the latest version of TeeChart (version
7.0). If you would like to use TeeChart 7, you will need upgrade to RB
7.04. This would be a free upgrade for you. Please contact
…Hi Matt,
Please download a trial copy of ReportBuilder 7.04 and test with that. If
the problem still occurs, please send a small example demonstrating this
behavior to support@digital-metaphors.com in .zip format and I'll tak…Hi Matt,
Are you traversing the detail data inside a subreport? Is the dbCalc
component inside the subreport or in the main report? Be sure that the main
report is connected to the plMain pipeline. It may be changing it wh…This question was answered in an earlier post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Debbi,
I searched our code and the only two times ReportBuilder is creating a file
in the default Windows temp directory is when using the CacheManager or when
printing to an Archive file. Unless your report is very large,…Hi Debbie,
We have never encountered behavior like this before. Are you using the
end-user designer at run time? The designer will try to create the
rbuilder.ini file in your Windows\System directory unless you have it set t…Hi Shura,
Sorry, I was hoping someone else would chime in with their experiences. We
do not know of any third party tools that give you the ability to add HTML
to a report. There are third party tools that will allow you to …