nicocizik
Comments
-
Hi Weverton,
Section subreports are meant to be placed in an empty detail band of an
empty main report in order to combine multiple reports into one print job.
If you need a new page, I would recommend using the TppPageBreak o… -
Hi Eric,
Which version of ReportBuilder/TeeChart are you currently using? In the
past we have had problems with certain TeeChart versions dealing with their
free notification of certian objects.
--
Regards,Hi Imran,
I apologize for the delay, for some reason my newsreader did not initially
pick up your post.
Which connectivity and SQL version are you using? Does this behavior only
occure when loading a saved template…Hi Ronhald,
If you installed ReportBuilder with the default language as Spanish, then
the installer should have installed the Spanish language .dll file as your
default. This could only be changed by setting the Language prop…Hi Lars,
Thanks for the clarification. This is currently a limitation of the rotated
text feature for DBText components. As a work-around, you could limit your
DBText components to a certain number of characters inside the O…Hi Lars,
Unfortuately I am still unable to recreate the problem. I've created an
example connected to the Customer table of the DBDEMOS database and placed a
DBText inside my detail band connected to the CompanyName field wit…Hi Lars,
This is not a known issue with the rotated text feature. I am also unable
to recreate any problems dealing with autosize and rotated text. Perhaps a
little more explaination of what you are doing in your repor…Hi Lars,
The example will give you an idea of what will need to be done. You will
just need to manually move the barcode vertically rather than horizontally
as in the example.
--
Regards,
Nico Cizi…Hi Lars,
The Alignment property only aligns the caption portion of the barcode
component. If you are looking to right align the actual barcode, take a
look at the following example.
in ppBarcode alignment issues Comment by nicocizik November 2005Hi,
What data are you trying to enter? Are you certain it is valid Code 128
data? The error you are getting indicates that the data you are trying to
use may be incorrect for the type of barcode you are trying to create.
Hi,
Are you certain you set the AutoCode property to False? You should be
manually coding your EAN128 barcode information so there should be no
interference from the RB barcode generation.
--
Regards,
Hi Fabio,
Take a look at the following article on printing to continuous paper with
RB.
----------------------------------------------------
Article: Printing to Continuous Paper
--------------------------------…Hi Walt,
Try setting the TppRegion's Stretch property to True and that the
DetailBand.PrintHeight is set to phDynamic. This should remove the space
that it is taking up when the region's visible property is set to false.
Hi Walt,
You will need to write code to reset the line's visibility back to True if
the variable is less than three. If I were designing this report, I would
place a TppRegion inside the Detail band with its ParentWidth and <…Hi Harry,
I don't know if you will get much of a response for TeeChart questions in
this newsgroup. You may try emailing Steema support or posting on the
Borland ThirdPartyTools newsgroup.
Aren't there only 5…Hi Paul,
Unfortunately the crosstab component does not have a KeepTogether feature.
Some things you might try would be to adjust the OverFlowOffset property or
perhaps add the crosstab component to a TppRegion and set its Keep…Hi Filip,
In my testing the following code correctly added a vertical line to the
report that dynamically altered its size according to the position of the
group footer.
procedure TForm1.ppGroupFooterBand1AfterPrint…Hi Filip,
Try checking the Report.Engine.PrintPosRect.Top property inside the
GroupFooterBand.AfterPrint event. This should give you the value of the
vertical position just after the band in microns.
--
Regar…Hi Filip,
This may be possible during the first pass of the report. Where exactly
would you like to measure to?
--
Regards,
Nico Cizik
Digital Metaphors
in Any way to get track of the absolute postion on a 'printing' page? Comment by nicocizik November 2005Hi Ennio,
I would suggest placing an invisible TppVariable inside the detail band and
in its OnCalc event, update three other TppVariables located in the summary
band based on their type. For instance...
procedure …Hi Colin,
Unfortunately ReportBuilder allocates space for the footer band regardless
if it's visible or not. The method you are using to incorporate both the
summary and footer band is probably how I would do it too.
Hi Colin,
You can set the PrintPosition of the Summary band to define its vertical
position on a page. This property is measured in Report units. You can
also try adjusting the BottomOffset property to hopefully prevent the …Hi Colin,
If you would just like the total variables on the last page, you should use
the Summary band instead of the Footer band.
Looking at your code, it looks like it may be a timing issue. You have all
yo…Hi Adam,
Try using the Band.BeforePrint event of the band that the subreport is in.
Try placing a break poing on the line to be sure it is getting fired and
that the visibility of the subreport is properly being changed for a …Hi Pat,
We have not experienced this behavior before but the following comes to
mind.
Be sure that the user of the .Net scheduler has access to the proper files
and print drivers to print from that machine. Is the …Hi,
Sorry, I was not aware you were using RAP. You will need to create a
pass-thru function to expose this TeeChart feature. Take a look at the
ReportBuilder Developer's Guide located in the \ReportBuilder\Developer's
…Hi Guylain,
The TeeChart component in ReportBuilder is simply a wrapper around the
TChart component in Delphi. All processing within the chart is handled by
TeeChart code. Have you tried emailing support@steema.com for help?…Hi Laercio,
The expression cannot contain a field alias. The best way to determine what
is allowed in the TdaSQLBuilder is to try it first in the Query Designer.
It is possible to change the SQL Field alias of a calcuate…Hi Laercio,
Please post the TdaSQLBuilder code you are using and I will test it on my
machine.
--
Regards,
Nico Cizik
Digital Metaphors
…Hi Edwin,
All new features in RB 9 have been documented in the RBuilder.hlp file.
For instance, there is now a TppComponent.Anchors topic available. There
has also been enhanced support for calculating a sum inside the page f…