Re: Query regarding COM objects

2006-05-11 Thread Jim Wright
> That reminds me... Cfmx introduced the "releaseComObject()" function to help > with this problem. Good to know, Mark...I still have an app that does some COM, but it is at 4.5. I'll have to give that a try when we migrate it. -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2

RE: Query regarding COM objects

2006-05-11 Thread Mark A Kruger
Jim, That reminds me... Cfmx introduced the "releaseComObject()" function to help with this problem. -Mark -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:23 AM To: CF-Talk Subject: Re: Query regarding COM objects On 5/11/06, s

Re: Query regarding COM objects

2006-05-11 Thread Jim Wright
Oh yeah...and one more recommendation...don't do it through COM. See if there is another method for producing the letters...perhaps using RTF or HTML...you can search the archives and find those solutions discussed periodically. Automating Word server side is just not a scalable or stable solutio

Re: Query regarding COM objects

2006-05-11 Thread Jim Wright
On 5/11/06, sunil kumar <[EMAIL PROTECTED]> wrote: > Hi all, > In our application we have a process of generating letters(word > documents) and we are getting the following COM object problem. > > An Exception Occured when accessing a COM object feild. The cause of this > exception was tha

Query regarding COM objects

2006-05-11 Thread sunil kumar
Hi all, In our application we have a process of generating letters(word documents) and we are getting the following COM object problem. An Exception Occured when accessing a COM object feild. The cause of this exception was that: AutomationException:0x800a16c1 - Object has been deleted