Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Zig999
  • Content: Threads
  • Order by date
  1. Zig999

    MSXML2.XMLHttp.5.0 and readyState problem

    Hi, I have a simple AJAX class that works perfect if the httpRequest object is created using MSXML2.XMLHTTP. I have a selector the searches for the newest MSXML object instaled. Then, when I run my script into a Windows XP machine, it creates the httpRequest object using MSXML2.XMLHttp.5.0 and...
  2. Zig999

    Add TextBox in FirstPage Header

    Hi there. The documents I'm working with have to had the FirstPageHeaderFooter = true. I want to add a textbox to this firstpage header and I just can´t get it done. Here is the code I´m trying to use. It adds the normal text to the right header, but the Textbox is added in the second page, and...
  3. Zig999

    Number of Pages

    Hi, I need to get the number of pages of a documents list. I'm trying to use this two properties: ActiveDocument.BuiltInDocumentProperties("Number of pages") ActiveDocument.Content.Information(wdActiveEndAdjustedPageNumber) The problem is that in a loop, with large filesize documents, it is...
  4. Zig999

    Word Version

    I´m opening a series of documents and I need to know in what version of Word witch one of this documents was made, like Word 97, 2000, 2002... Thank you Zig
  5. Zig999

    Multi user pasting problems

    I have a Client/Server web application that uses Word to modify a doc file and show it to the user. This modification is pasting a staple at all document pages. If only one user is using the sistem, everything works fine, but if I have multiple users..well, 2 or more, I start getting errors on...
  6. Zig999

    SHAPES IN HEADER

    What I need seams to be simple, but its driving me nuts. I need to open a doc and put a watermark in all headers, with this config: - it has to allow multiple sections. - the very first page (this means, page 1 of section 1) has a diferent header. What I´m doing till now is: I have a doc (a...

Part and Inventory Search

Back
Top