nicocizik
Comments
-
Hi Samuel,
You will need to create a custom preview. See the following article and
example.
http://www.digital-metaphors.com/tips/H… -
Hi,
Also a strictly TeeChart question. I believe if you navigate to the Series
| Marks | Style section in the teechart editor you can set the visibility of
the y-value on the top of each bar.
--
Regards,
Hi,
Take a look at the following article.
------------------------------------------------------
Article: TroubleShooting: Report Prints Endless Pages
------------------------------------------------------
…Hi Fita,
If you turn collation off and set the copies property to 2, you should get
the effect you are after. This can all be done from the PrinterSettings or
Print Dialog in ReportBuilder.
--
Regards,
<…Hi Andrew,
Take a look at the following article on learning RB for end-users.
--------------------------------
Article: Learning ReportBuilder
--------------------------------
Learning ReportBuilder is a co…Hi Eric,
Great news. Thanks for the update.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Eric,
Yes, there could be somewhere in our code that could be altered for this
special case however it is virtually impossible for us to do anything unless
we are able to recreate the issue on our machines. I can tell you …Hi Eric,
I'm sorry but I'm at a loss. The fact that this problem is only occuring
with the use of a specific printer leads me to believe that it is a printer
issue. Be sure you are using the latest Canon driver from their we…Hi Eric,
I downloaded and installed the Canon Laserbase MF5750 driver, set it as my
default printer driver and was able to preview a multi-page report
successfully? Is this behavior only occuring when send to the printer? Ar…Hi Eric,
We have not seen this behavior before. If you save one of the templates
being loaded in the explorer to file then try to load that report in Delphi
do you still get the same behavior? What type of printer is your cu…Hi Louis,
Unfortunately I do not believe there is a good way to convert from Word to
RB. You may try saving your Word document as a rtf file, then load it into
the TppRichText component on a report. Perhaps enhancing the ric…Hi Joe,
Are you using a registered version of ReportBuilder or an application with
ReportBuilder built-in? Which version of ReportBuilder are you using?
--
Regards,
Nico Cizik
Digital Metaphors
Hi Joe,
Instead of using two regions in the footer band, you could place the upper
part of your existing footer band inside the summary band and leave the
lower part where it is. Then set the TppFooterBand.PrintOnLastPage pro…There is now a patch available for the alignment issue with rotated text.
If anyone is interested in this patch, please email
support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
<…Thanks Lars,
I received your example and recreated the issue. I'll research this and get
back to you as soon as possible.
--
Regards,
Nico Cizik
Digital Metaphors
in Poor rotation implementation for labels Comment by nicocizik December 2005Hi Lars,
The text length issue when AutoSize is set to False will be fixed for the
next release of ReportBuilder. This cannot be fixed in a simple patch due
to the fact that the Interface section of some units will need to be…Hi Lars,
Wordwrap for rotated text has been added to our wish list for a possible
enhancement for a later release. Enhanced autosize has also been added. We
are currently unaware of any issues with rotated text and alignment…Hi Jocelyn,
There is now a patch available that may fix this issue. Please send an
email to support@digital-metaphors.com requesting this patch and we'll send
it out ot you as soon as possible.
--
Regards,Hi Jocelyn,
Please send an example of this behavior in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
in RightJustified with Angle > 0 Comment by nicocizik December 2005Hi Ennio,
Try toggling the visibility of the subreport based on whether data will be
shown or not. For instance, you could check the dataset the second
subreport is connected to and if it doesn't return any values set
p…Hi Tom,
This should be possible granted you set up your report object properly. For
instance, in code you will need to create and connect a TppReport and
TextPipeline perhaps. You will also need to assign the proper device a…Hi Tom,
Take a look at the CrossTab component (TppCrossTab). Examples can be found
in the \RBuilder\Demos\2. CrossTabs\... directory.
--
Regards,
Nico Cizik
Digital Metaphors
in grid Comment by nicocizik December 2005This question has been answered in a newer post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi,
In this case, an event that only fires once per page would not solve the
problem either. I'm a bit unclear about what you would like to happen.
1. Every time a new page is visited for the first time - increase theHi,
Unfortunately there are not events that will fire once per page when
navigating back and forth. I would recommend setting up a list of "visited
pages" in you application. Then before the OnStartPage event fires, compare …Hi,
You need to add ppPDFDevice to your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Leah,
The Brush color of a line should have no effect on the actual line
displayed. Are you certian the line is not black? In order to change the
color of a line you will need to use the TppLine.Pen.Color Property.
<…Hi Ping,
You are probably right in that the BeforePrint event is too late to set the
bin property. As I mentioned before this is a timing issue. The
OnStartPage is firing before the group has a chance to reset the page
Hi Ping,
From what you are saying it looks as though the OnStartPage fires to early
to use it for this purpose. You might try the GroupHeaderBand.BeforePrint
event or something similar that fires after the page breaks.
<…Hi Ping,
Great news. I'm glad you are making progress.
Try using the AbsolutePageNo property instead of the PageNo when using
groups. We can continue our conversation about creating a master with
multiple details …