500 Internal Server Error

2005-02-04 Thread Michael T. Tangorre
Every now and again I will get a "500 Internal Server Error". This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so, did you find out what was causing it? My first thought is that it is n

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Micha Schopman
XHTML in general has to be served as application/xhtml+xml, application/xml or text/xml to be valid. So serving the files with a mimetype other than the required results in invalid XHTML, although the format looks XHTML valid. More about this on the blog of Anne, who explains everything in detail

Re: PreserveSingleQuotes In search page

2005-02-04 Thread Rick Root
I don't know exactly what you're trying to do, but I am pretty sure that the PreserveSingleQuotes function has NO effect when it's not inside a tag. So there is ZERO difference between this: and this: It's only purpose is to prevent single quotes from being doubled up inside cfquery. Si

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Calvin Ward
How about .aspx? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 8:48 AM To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use And keep in mind that over 80% of CF use is internal stuff, behind firewalls, stuff Google will never see. --- Ben

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Ben Forta
And keep in mind that over 80% of CF use is internal stuff, behind firewalls, stuff Google will never see. --- Ben -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 8:43 AM To: CF-Talk Subject: Re: Coldfusion VS ASP.NET use index.cfm: about

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Calvin Ward
Dreamweaver also does XHMTL... - Calvin -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 9:53 PM To: CF-Talk Subject: RE: Slightly OT: XHTML (was Re: cfset ?) TinyMCE outputs XHTML, so no problems there... -Original Message- Fro

RE: cfset ?

2005-02-04 Thread Calvin Ward
Well, if it was valid XML then you could, in theory, actually parse a cf document as an xml document Not sure what value that would have though. - Calvin -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 6:38 PM To: CF-Talk Subject: Re: c

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Bert Dawson
index.cfm: about 17,600,000 index.asp: about 16,600,000 Looks like an open and shut case. :) Cheers Bert ps and after a quick check (google on site:www.mysite.com) i reckon about 4% of those 17 million are mine! On Fri, 4 Feb 2005 10:59:48 +, Mark Drew <[EMAIL PROTECTED]> wrote: > I found

PreserveSingleQuotes In search page

2005-02-04 Thread jjakim
I have a page for users to search what is in the database. There are a half dozen different things they can search on. Title/Author/Genre/Etc My action page pulls all the chosen criteria together and sends it to a stored procedure. It is not working when a user types in a ' into a title. I've add

Re: cfset ?

2005-02-04 Thread Charlie Griefer
On Thu, 3 Feb 2005 21:39:07 -0800, Barney Boisvert <[EMAIL PROTECTED]> wrote: { snip } > It's worth mentioning that you can do all this with HTML as well as > XHTML. The difference is that with HTML you can choose to do it this > way, but with XHTML you _have_ to do it this way. Which, IMO, is

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Sandy Clark
Actually xHTML works fine in IE provided it is xHTML 1.0 served as text through a mime type of text/html. It's the xhtml served as : application/xhtml+xml, application/xml or text/xml that causes problems in IE.(That's why I can't go to xHTML 1.1 since it has to be served with one of those mime typ

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-04 Thread Earl, George
Earl, George wrote: > > Has anyone else figured out how to get from CFMX the same > functionality with > > MS Excel that CFUSION_DISABLE_DBCONNECTIONS provides in CF5? > And Jochem replied: > Yes, but the process involves undocumented features and even the > temporary shutdown of the datasource

Re: Cfgrid on CFMX 6.1

2005-02-04 Thread Andy Jarrett
Thanks for that, I've found some relating to the certificate on but nothing directly to do with CFMX 6.1 and my error. I was looking at http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17883 Andy On Fri, 4 Feb 2005 17:27:03 +0530, sathya v <[EMAIL PROTECTED]> wrote: > Hi >

Server side printing

2005-02-04 Thread Richard Meredith-Hardy
Can anyone suggest how an Intranet user can send a PDF or text file to be printed on a specific printer from the server side? I'm thinking specifically about printing labels on a Dymo Labelwriter 330 USB which is on a box on the network. This is with CF5 / Win2K3 Thanks -- Regards; Richard M

Re: Cfgrid on CFMX 6.1

2005-02-04 Thread sathya v
Hi there is some Hot fix for CFgrid iuuse in CFmx try install hotfix On Fri, 4 Feb 2005 08:58:25 +, Andy Jarrett <[EMAIL PROTECTED]> wrote: > I've just moved an app from CF4.5 to CFMX 6.1. All seems fine except > for CFGRID. It is displaying fine but when i update the grid im > getting the

Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
I found this graph a while back, and I am looking to see if there are any other sites that show the graph of technology use that is more up to date? http://news.netcraft.com/archives/2004/03/23/aspnet_overtakes_jsp_and_java_servlets.html I am trying to get some figures on overall usage of CF on we

Cfgrid on CFMX 6.1

2005-02-04 Thread Andy Jarrett
I've just moved an app from CF4.5 to CFMX 6.1. All seems fine except for CFGRID. It is displaying fine but when i update the grid im getting the following error message: Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could a

<    1   2