Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Raw Template info printing.

edited June 2007 in General
Hi,
We're having an odd problem with one of our RB reports.
When we try to print it, instead of printing the report, the Template is
printed out.

PRINTER OUTPUT :
object ContractTemplate: TppReport
AutoStop = False
DataPipeline = Contract
PrinterSetup.BinName = 'Default'
PrinterSetup.DocumentName = 'Report'
PrinterSetup.PaperName = 'Letter (8.5" x 11")'
PrinterSetup.PrinterName = 'Default'
PrinterSetup.mmMarginBottom = 6350
PrinterSetup.mmMarginLeft = 6350
PrinterSetup.mmMarginRight = 6350
PrinterSetup.mmMarginTop = 6350
PrinterSetup.mmPaperHeight = 279401
PrinterSetup.mmPaperWidth = 215900
PrinterSetup.PaperSize = 1
Template.FileName = 'C:\CCWIN\SchedPmt.rtm'
Template.Format = ftASCII
DeviceType = 'Printer'
OutlineSettings.CreateNode = True

and so on..

However, on one of our systems the report prints correctly.

Any clue as to what could cause this strange behavior?

Thanks in advance,
Michael.

Comments

  • edited June 2007
    Hi Michael,

    Which version of ReportBuilder are you using? Is there anything
    specifically different about this report than the others that print
    correctly?

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    We're using version 7.03
    This is a very straightforward report which contains 2 pipelines.
    there is a subreport which feeds from the second pipeline.
    The only difference between this report and our other reports is this report
    is less complex than most of our others.
    The subreport contains nothing but a Lable and a ppDBText. The Label is in
    the Title Band and the dbtext is in the detail band.
    The main report has a few DBtext fields, a few labels and 2 richedits.



  • edited June 2007
    Upon closer evaluation we've discovered the problem.
    It had nothing to do with Report Builder, it was a problem with our code.
    Thanks for your help.
    Michael

This discussion has been closed.