RE: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Bryan Love
inside the custom tag it must be doing a cffile action=upload... change it to do a cffile action=read... and you'll be able to pass it a path to a file instead of using a form field. +---+ Bryan Love Macromedia Certified Professional Internet

Automatic Read Locking in CF5

2002-05-14 Thread David Schmidt
So that I am straight, and sure there are no bugs that will mess me up... Is it ok to use CF5's Automatic read locking for application/session scoped variables, provided that I manually lock any shared scope variable cfset statements? For your convenience (or irritation - grin), I've included

Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm
I need the Cancel button to take me to another page. The others who responded have hit on the way to do it! Thanks EVERYONE for your help! Bruce - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 4:49 PM Subject: Re: Cancel button

Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm
Dave, Thanks for that heads-up! I assume your suggested useage (location.href=...) will work in all browser types that support JS. Bruce - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 5:05 PM Subject: RE: Cancel button

RE: printing

2002-05-14 Thread Louis Klepner
This looks good- But I don't think the client is going to go for it... If I embedded the printable material in the flash plugin, it would print without headers/footers... but creating a flash version of the letter sounds like a major headache. But so far, it seems like the simplest solution to

RE: Change FileName from Download.cfm to Download.csv

2002-05-14 Thread Ledwith, Brian
Try this, using the filename and it's location: cfset variables.FileName=TodaysStats.csv cfset variables.PathAndFileName=C:\Download\TodaysStats.csv CFHEADER NAME=Content-Disposition value=attachment; filename=#variables.FileName# cfcontent type=application/vnd.ms-excel

Slightly OT using a .sql script the create a Access Database

2002-05-14 Thread Mike Brunt
I have created many SQL Server databases using an .sql script but never an Access one. Can anyone tell me how to do this in Access, this is for a CF App and I apologize if this is slightly OT. Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM -

RE: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Dave Watts
I assume your suggested useage (location.href=...) will work in all browser types that support JS. It should work. The full name is window.location.href, but the window object is global. In fact, since href is the default property of location, you should be able to just use location! Dave

RE: Automatic Read Locking in CF5

2002-05-14 Thread Craig Thomas
Is it ok to use CF5's Automatic read locking for application/session scoped variables, provided that I manually lock any shared scope variable cfset statements? Yes. Your server will have more to process so it will process it all a little more slowly, but it works great. I have tried both ways

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Rizal Firmansyah
Tony, are you sure that this is not https issue? Check this kb: http://www.macromedia.com/v1/handlers/index.cfm?ID=22713Method=FullPageCall=/support/index.cfm http://www.macromedia.com/v1/handlers/index.cfm?ID=1608Method=FullPageCall=/support/index.cfm I found that several https sites require

<    1   2