Re: cfcontent and save as

2011-02-26 Thread Richard White
thanks for all the help, now works perfect! well it works perfectly in all browsers except safari (windows)... have searched the internet and found this is a common problem although even when i add the suggestions it still doesn't work, can anyone spot what is wrong with this code: cfheader

Re: cfcontent and save as

2011-02-26 Thread Michael Grant
I thought I could remember something quirky. My memory sucks. If only I could remember if there's a resolution. Good luck. On Sat, Feb 26, 2011 at 6:35 AM, Richard White rich...@j7is.co.uk wrote: thanks for all the help, now works perfect! well it works perfectly in all browsers except

Storing decimal parts of a second cfqueryparam

2011-02-26 Thread Pete Ruckelshaus
I'm building an app for keeping track of high school track meet results using CF9 and MS SQL Server 2008. I am using the time(7) data type in the database, and when doing the insert query, I'm using cfqueryparam with a sqltype of cf_sql_time. However, when entering a time value of, for example,

Re: Storing decimal parts of a second cfqueryparam

2011-02-26 Thread Charlie Griefer
Hi Pete: Have you tried cf_sql_timestamp as the cfsqltype (as opposed to cf_sql_time)? -- Charlie Griefer http://charlie.griefer.com I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. On Saturday, February 26, 2011 at 2:33 PM,

Re: Storing decimal parts of a second cfqueryparam

2011-02-26 Thread Pete Ruckelshaus
Hey, that did it! Thanks! Pete On Sat, Feb 26, 2011 at 4:43 PM, Charlie Griefer charlie.grie...@gmail.comwrote: Hi Pete: Have you tried cf_sql_timestamp as the cfsqltype (as opposed to cf_sql_time)? -- Charlie Griefer http://charlie.griefer.com I have failed as much as I have