CFCONTENT and PDF

2000-06-29 Thread James Taavon
I have 10 pdf's in a folder on my server that are associated with 10 unique ID numbers in my database. How can I relate the two together so when I click on the a certain ID number I get the proper PDF file associated with that number displayed in my broswer window? James -

CFCONTENT and PDF

2001-10-31 Thread Keen
I am running CF5 on a Win2K server and using the following code to display a pdf file: If a browser from a Win2k machine is used then the pdf file is displayed without any problem. However when testing is done from browsers on either NT or 98 the code does not work properly. In some cases it

Re: CFCONTENT and PDF

2000-06-29 Thread paul smith
#QueryName.ID# best, paul At 11:54 AM 6/29/00 -0400, you wrote: >I have 10 pdf's in a folder on my server that are associated with 10 >unique ID numbers in my database. How can I relate the two together so >when I click on the a certain ID number I get the proper PDF file >associated with t

RE: CFCONTENT and PDF

2001-10-31 Thread Carlisle, Eric
Do the NT and 98 boxes have Adobe Acrobat (or another default PDF viewer) installed? EC -Original Message- From: Keen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 2:02 PM To: CF-Talk Subject: CFCONTENT and PDF I am running CF5 on a Win2K server and using the

RE: CFCONTENT and PDF

2001-10-31 Thread Keen
tober 31, 2001 11:22 AM To: CF-Talk Subject: RE: CFCONTENT and PDF Do the NT and 98 boxes have Adobe Acrobat (or another default PDF viewer) installed? EC -Original Message- From: Keen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 2:02 PM To: CF-Talk Subject: CFCONTENT

CFContent and PDF problems

2003-10-08 Thread Shawn Grover
We're using a CFContent to push files to a client page (after they've clicked on an appropriate link of course).  Things are working for image files, but we are getting odd behaviour when we try to view PDF documents. Here's the code in question:             and the supporting variables are:   M

RE: CFCONTENT and PDF - workaround

2001-10-31 Thread Keen
: CF-Talk Subject: RE: CFCONTENT and PDF Yes. I changed my code so that it now looks like Now all browsers display a file download dialog box. If you select open this file from current location, you are then given an "open with" box. Even if you select "always use this progr

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
etails. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:52 PM To: CF-Talk Subject: CFContent and PDF problems We&#

Re: CFContent and PDF problems

2003-10-08 Thread Dave Carabetta
>We're using a CFContent to push files to a client page (after they've >clicked on an appropriate link of course).  Things are working for image >files, but we are getting odd behaviour when we try to view PDF documents. > >Here's the code in question: > >    >    >VALUE="filename=#oFTS.OriginalNam

RE: CFContent and PDF problems

2003-10-08 Thread Shawn Grover
or the reply, but I'm still looking for a solution (digging on my side, as well as hoping someone on the list might be able to help out). Shawn -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 1:12 PM To: CF-Talk Subject: RE:

Re: CFContent and PDF problems

2003-10-08 Thread Richard Meredith-Hardy
Not sure what's wrong with a regular hyperlink to the PDF file if you want to "push files to a client page"? DELETEFILE="no"> ...works for us with PDF's and brings up the "save as" box. Shawn Grover wrote: > > We're using a CFContent to push files to a client page (after they've > clicked o

RE: CFContent and PDF problems

2003-10-08 Thread Mosh Teitelbaum
:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 3:52 PM To: CF-Talk Subject: RE: CFContent and PDF problems Thanks for the reply.  I've added "inline;" and "attachement;" to the value of the CFHeader tag - neither one made a difference in the behaviour. I read throug