Style Sheet ToolW11.0, Header and Down Page

StaminosStaminos Member Posts: 68
Hi,

I'm working on the "Style Sheet Tool" providing by Microsoft for MBS Nav 5.00.

I want to manage Header and footer Page of the Word document in stylesheet.

Has anybody try to manage it ?

Has anybody try to enhance this tool with other functionnalities ?

Thanks

Answers

  • WaldoWaldo Member Posts: 3,412
    I'm afraid header and footer are not (yet) possible... .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • StaminosStaminos Member Posts: 68
    Hi,

    I found a solution, pretty simple.
    In fonction CleanUpMailMergeElements, I have disabled this lines at end of function :

    ChildNodeList := XMLDoc.getElementsByTagName('w:sectPr');
    ChildNode2 := ChildNodeList.item(0);
    ChildNode := ChildNode2.parentNode;
    ChildNode.removeChild(ChildNode2);
  • WaldoWaldo Member Posts: 3,412
    And doesn't that have an impact on other functionalities?

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • StaminosStaminos Member Posts: 68
    With my tests, I don't have any problem.

    But, I think it is necessary to do more test.
  • WaldoWaldo Member Posts: 3,412
    Well, it's nice that there is already a suggestion ... thanks for that. I'm sure as hell going to test it :wink:.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • WaldoWaldo Member Posts: 3,412
    I uploaded the "official" fix to this site ... . Quite many objects have changed on the Stylesheet tool.

    http://www.mibuso.com/dlinfo.asp?FileID=897

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.