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

Detail line not printing

edited July 2002 in General
At this moment the detail line of my invoices don't print any detail exept
for a 0 on a calculated field. Only one line is printed where ther is
suppose to print over 3 lines. It was printing ok but I don'e know wha I did
that now is not printing the detail part of the invoice. I chek for the
master slave relation and it look ok. What should I look for?

Carlos

Comments

  • edited July 2002
    I have nearly same problem. I am anxious to see replies to our posts.


    On Fri, 19 Jul 2002 19:59:30 -0300, "Carlos"
  • edited July 2002
    Maybe this help, it help me.

    Go to data pipeline of ChildReport (subreport)
    Open DataPipeline Property, (of the detail source)

    Look for property and set as follows:

    RangeBegin = rbFirstRecord
    RangeEnd = rbLastRecord

    Now remember that MasterDataPipeline might have
    RangeBegin = rbCurrentRecord
    RangeEnd = rbCurrentRecord

    as Mine does, but this is because I'm am printing
    for one header record on demand at a time.

    Hope this help!


    On Fri, 19 Jul 2002 19:59:30 -0300, "Carlos"
  • edited July 2002
    Tanks

    Carlos

  • edited July 2002
    Is this data in a subreport? If so then make sure that the subreport is
    assigned to a data pipeline.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.