nicocizik
Comments
-
Hi Stef,
The Footer Band is the only band in ReportBuilder that does not allow a
dynamic height or stretching components. As an alternative, try using the
group footer band or summary band.
--
Regards,
<… -
Hi Andrew,
Sorry, "DataSet" should have read "MyDataPipeline" and should be the name of
your pipeline in RAP.
For future reference, if you are using RAP, please post to the RAP
newsgroup.
--
Regards… -
Hi Andrew,
In my testing with a blank Oracle BLOB field, testing for NULL seemed to
function correctly.
In Delphi...
if Report.Datapipeline['MyField'] = NULL then
...
In RAP...
if Dat… -
The MAPI plugin uses Simple MAPI which does not support service
applications.
The Indy plugin simply creates a TidSMTP object and sends the email. Are
you able to successfully send an email via Indy with the demo as well as <… -
Hi Rodger,
Take a look at the following article on detecting email errors. Perhaps
this will give us some clues on what is happening when Indy is run through a
service app.
in emailing report from a service app Comment by nicocizik June 2009 -
For future reference please do not post attachments to these newsgroups.
Send all examples in .zip format to support@digital-metaphors.com.
There is a patch available that fixes this issue. Contact
support@digital-metaphors.c… -
Hi Fred,
Have you tried this with the latest version of ReportBuilder 11.04?
Are you able to recreate this behavior with a simple example? If so, please
send it in .zip format to support@digital-metaphors.com and I'll ta… -
Hi Jon,
The Title band by definition will only print on the first page of a report.
You may be thinking of the Header Band of the main report. Note that child
and fixed style subreports do not support the Header or Footer ban… -
Hi Colin,
There is a patch available that fixes this issue. Please send an email to
support@digital-metaphors.com to receive the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in Problem outputting items to text file in correct order Comment by nicocizik June 2009 -
Hi Norbert,
If you know which line needs to be suppressed, you can simply set the
DetailBand.Visible property to False in the BeforePrint event. Be sure to
set it back to True if the condition is not met.
--
… -
Hi Colin,
There is a patch available that fixes this issue. Send an email to
support@digital-metaphors.com and we'll send the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in Rotated Text Walks Across page Comment by nicocizik June 2009 -
Hi Todd,
Try setting the FooterBand.PrintOnFirstPage and FooterBand.PrintonLastPage
properties to False. This should give you the effect you are after.
--
Regards,
Nico Cizik
Digital Metaphors
It is also possible to register an enumerated type with RAP using the
raRegisterEnum routine so the TReplaceFlags type will be recognized. Take a
look at the ppEnum.pas file for how we do this in ReportBuilder.
--
Regar…Hi Benjamin,
I do not believe RAP will recognize the TReplaceFlags type. Try sending an
integer instead then based on that value assign the TReplaceFlags equivalent
when calling StringReplace in Delphi.
--
Re…Hi Ben,
I assume you are using RAP. RAP does not include a built-in string replace
routine. This is something we will consider adding for a later release.
Currently you can create a passthru function to preform the stri…Hi Dave,
The chart component in ReportBuilder is simply a wrapper around the TChart
component. The Bar chart uses the TBarSeries object and the Pie chart uses
the TPieSeries. Each one of these would need to be created and ad…Hi Jon,
It seems to be working on my machine
.
The "All Users", "Just Me" option in the installer simply …Hi Jon,
Thanks for the update. I will take a look at this and at the very least
create an article so others that come across this issue can easily move
forward.
Thanks again.
--
Regards,
Hi Jon,
Yes, I have an entry in the HKLM as well however I do not believe this is
used.
This is the first time we have heard of a case like this. It is my
understanding that when a design-time package is installed …Hi Jon,
The RBTeePackageBuilder looks in the
HKEY_CURRENT_USER\Softwear\CodeGear\BDS\6.0\Known Packages\ key for the
dcltee8120.bpl entry to see which version you have installed. If this entry
is missing, then it assum…Hi Kevin,
This is a timing issue rather than a bug. The issue with grouping on a
TppVariable is that the OnCalc event fires too late for the group to pick up
a change. You need to make sure the timing of when the group break …Hi Frank,
One option would be to keep the first page completely inside a section style
subreport and alter its PrinterSetup to print to a separate tray. Be sure
to set NewPrintJob to True and ParentPrinterSetup to False.
Hi Colin,
A) These are empty entries. There is code in the install scripts to remove
these from the registry however apparently it is not functioning correctly.
I will research this for the next release. If you would like, …Hi Tim,
Which version of ReportBuilder and Delphi are you using? Are you using the
built-in PDF export device or a third party tool? Are you able to create a
simple example that shows a different preview than it does the exp…Hi Kevin,
Yes, the MAPI plugin has been updated for RB 11. I would suggest
downloading a trial copy of version 11 and running some tests with your
project to see if the issue is resolved for your case.
--
Reg…Hi Tim,
Exactly, autosized right justified text will grow to the left when printing.
--
Regards,
Nico Cizik
Digital Metaphors
http://www…Hi Jose,
It seems this exaple was not intended to be used with Groups.
Try bypassing the calculation logic and simply save the value calculated in
the Page Footer Band and display it in the next Page Header band....
…Hi Jose,
I retested with your example and got the same (correct) results. I sent a
PDF to your email address showing the output I get when executing your
report with 11.05.
--
Regards,
Nico CizikHi Jose,
We have made numerous enhancements to the calculation logic since RB 7. In
my quick testing in RB 11.05 with your example, the running page total is
identical to the next page's running page total in the header band …