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: 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