Re: COM problems

2005-08-11 Thread Peter Shaw
>On Tuesday 09 August 2005 18:03, Peter Shaw wrote: >> Thanks Tom, > >I'm stumped now. >Unless you know enough ASP or something to try it 'native' ? > >-- > >Tom Chiverton >Advanced ColdFusion Programmer We did indeed write an ASP version which exhibited the same symptoms. So we packed it all o

Re: COM problems

2005-08-10 Thread Thomas Chiverton
On Tuesday 09 August 2005 18:03, Peter Shaw wrote: > Thanks Tom, I'm stumped now. Unless you know enough ASP or something to try it 'native' ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us): a new

Re: COM problems

2005-08-09 Thread Peter Shaw
>On Tuesday 09 August 2005 11:49, Peter Shaw wrote: >> scope. The name of the image file is identical on each request and is being >> displayed further down the same web page that generates it. > >What if you make the filename unique per-request ? > >-- > >Tom Chiverton >Advanced ColdFusion Progr

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 13:44, Peter Shaw wrote: > Restarting IIS doesn't help, but restart CF does the trick; thanks for the Hmm... explicitly set the instance of the object to '' when you're done with it ? -- Tom Chiverton Advanced ColdFusion Programmer ~~

Re: COM problems

2005-08-09 Thread Peter Shaw
>On Tuesday 09 August 2005 12:53, Peter Shaw wrote: >> I think that will be our next step but as it is a supplied COM object it >> involves going back to the authors. Can you forsee why non-unique names > >Webserver holding onto the file ? > >-- > >Tom Chiverton >Advanced ColdFusion Programmer H

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 12:53, Peter Shaw wrote: > I think that will be our next step but as it is a supplied COM object it > involves going back to the authors. Can you forsee why non-unique names Webserver holding onto the file ? -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: COM problems

2005-08-09 Thread Peter Shaw
>On Tuesday 09 August 2005 11:49, Peter Shaw wrote: >> scope. The name of the image file is identical on each request and is being >> displayed further down the same web page that generates it. > >What if you make the filename unique per-request ? > >-- > >Tom Chiverton >Advanced ColdFusion Progr

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 11:49, Peter Shaw wrote: > scope. The name of the image file is identical on each request and is being > displayed further down the same web page that generates it. What if you make the filename unique per-request ? -- Tom Chiverton Advanced ColdFusion Programmer ~~~

COM problems

2005-08-09 Thread Peter Shaw
I have been supplied a COM object to use in a CF application. It is displaying some erratic behaviour and I wonder whether anyone with greater experience of COM objects than I could shed any light on what might be going wrong? The COM object is installed on the same Server as CF. It takes a couple

Word Com Problems

2003-08-06 Thread Den Melton
The solution at: http://tech.irt.org/articles/js154/index.htm worked very well. Does anyone know how to put a page break in after each record is returned so each one displays on a seperate page in the document? ~| Archives: http

RE: Word Com Problems

2003-07-30 Thread Philip Arnold
> The solution at: http://tech.irt.org/articles/js154/index.htm > worked very well. Does anyone know how to put a page break in > after each record is returned so each one displays on a > seperate page in the document? OK, first of all, writing a RTF file is NOT a COM problem, you're not even touc

RE: Word Com Problems

2003-07-30 Thread Nathan Mische
I think \page is the control word for a required page break in RTF. HTH --Nathan > -Original Message- > From: Den Melton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 2:47 PM > To: CF-Talk > Subject: Word Com Problems > > > The solution at: http

RE: Word Com Problems

2003-07-30 Thread Mark Stewart
looking at http://www.asciitable.com/ shows that new page/form feed should be #chr(12)#. Don't know if this would work in rtf or not, never tried. Mark -Original Message- From: Den Melton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:47 PM To: CF-Talk Subject: Wor

Word Com Problems

2003-07-30 Thread Den Melton
The solution at: http://tech.irt.org/articles/js154/index.htm worked very well. Does anyone know how to put a page break in after each record is returned so each one displays on a seperate page in the document? ~| Archives: http:

Re: CFMX Update: Did it fix your COM problems?

2002-09-17 Thread Frank Mamone
That's the way I did it originally. Same deal. - Original Message - From: "Mike Townend" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 1:56 PM Subject: RE: CFMX Update: Did it fix your COM problems?

RE: CFMX Update: Did it fix your COM problems?

2002-09-17 Thread Mike Townend
What happens if you convert all the strings to variables? I.e. -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 18:45 To: CF-Talk Subject: CFMX Update: Did it fix your COM problems? Just curious if the update solved some of your

CFMX Update: Did it fix your COM problems?

2002-09-17 Thread Frank Mamone
Just curious if the update solved some of your COM related issues with CFMX. It didn't for me. Still getting : An exception occurred when executing a Com method. The cause of this exception was that: coldfusion.runtime.NeoPageContext$InvalidVariableNameException: The string "C:\s

Re: Word Com Problems

2002-01-22 Thread Douglas Jordon
Sounds good. How do I do that? Dave Hannum wrote: > Have you explored creating an RTF file in lieu of a Word document? It's > much less resource intensive and won't crash the server like spawning > winword.exe can. > > Just a thought. > > Dave ___

Re: Word Com Problems

2002-01-22 Thread Dave Hannum
-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 1:30 PM Subject: Word Com Problems Hi, I'm trying to generate an events calendar in Word via CF. I've tried two solutions, both of which have problems: 1. The first used etc from cfcomet.com to test for a Word i

Word Com Problems

2002-01-22 Thread Douglas Jordon
Hi, I'm trying to generate an events calendar in Word via CF. I've tried two solutions, both of which have problems: 1. The first used etc from cfcomet.com to test for a Word instance and then launch a new if necessary. The code works, but the problem with this one is that the winword.exes a

COM Problems Fixed.....

2000-11-13 Thread Simon Horwith
FYI: I determined that CF Server SP2 BETA, MUST BE TO BLAME. Uninstalling CF Server, and then installing SP1 has fixed the errors. Gee, I guess that's why they call it a beta release. I advise anyone running CFOBJECT on the SP2 Beta release to "downgrade" until this bug is fixed. I've reported