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 TouchToneTommy 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: aceman25
  • Content: Threads
  • Order by date
  1. aceman25

    Printing documents from Asp Intranet

    Does anyone have any experience with or know how to print documents from an ASP intranet. This must be done without opening the document in the browser! I have tried : set MyWord = createObject("Word.Application") MyWord.Documents.Open("C:\something.doc") But I get an...
  2. aceman25

    Can Include statements be dynamic in asp

    Is it possible to have dynamic include statements I want to dynamically create an include statement. Is this possible?
  3. aceman25

    I need to access a bookmark from a hyper link

    Hello everyone can anyone tell me if its possible to access a bookmark in a MSWord document from an html link? if so how <A HREF=&quot;//<%= strFile %>\Section 1 Company Policies hours of work 1.1 .doc#pay&quot; where strFile = the file path and #pay = the bookmark name When I execute...

Part and Inventory Search

Back
Top