Creating a Word.Application COM object needs a new instance of WI NWORD.EXE?

2004-01-08 Thread Shawn Grover
I'm using the following code: CFTRY !--- If it exists, connect to it --- brTrying to connect to Word Object CFOBJECT ACTION="" CLASS=Word.Application NAME=oWord TYPE=COM CFCATCH !--- The object doesn't exist, so create it --- brWord Object not found, trying to create one CFOBJECT

RE: Creating a Word.Application COM object needs a new instance of WI NWORD.EXE?

2004-01-08 Thread Philip Arnold
I'm using the following code: CFTRY !--- If it exists, connect to it --- brTrying to connect to Word Object CFOBJECT ACTION=""> CLASS=Word.Application NAME=oWord TYPE=COM CFCATCH !--- The object doesn't exist, so create it --- brWord Object not found, trying to create one CFOBJECT