Using AppendAsSection

  • Hi,

    I have a document with 2 Sections with this code:

    WP1.HeaderFooter.AppendAsSection(WP2.HeaderFooter);
    WP1.HeaderFooter.AppendAsSection(WP3.HeaderFooter);

    First Page ------> Header(1)
    .
    .
    Footer(1)

    Second Page --> Header(2)
    .
    .
    Footer(2)

    The problem:
    When I Append it, my document it's OK , but when I insert a text at the Body and finish the page, a blank page appear between the pages, and not go to my second Section. How to write a text at First Page and finish on the Second Page, using AppendAsSection to configure my pages?

    Best Regards.

    Geraldo.
    [/img]