Forum Moderators: open
How do i enforce that the word doc opens in MS Word and not in IE.
I am working with JSP's running on Tomcat
I tried using the following code:
Set Word2 = CreateObject("word.application")
Set mail = Word2.Documents.Open("C:\WorkFlow Product Requirements.doc")
Word2.Visible = True
my CreateObject fails.
i have no idea as to what needs to be done.
need help