Re: Ok, here's a brute

2005-01-12 Thread Thomas Chiverton
On Tuesday 11 Jan 2005 17:25 pm, Ian Skinner wrote: of panic, I downloaded 17 of the 19 Windows 2000 server and IE 5.5 security patches MS said I needed and that does seem to have helped. No crashes yet I assume you have a very very good excuse for not already having them... -- Tom Chiverton

RE: Ok, here's a brute

2005-01-12 Thread Ian Skinner
run. Please! - Cynthia Dunning ...-Original Message- ...From: Thomas Chiverton [mailto:[EMAIL PROTECTED] ...Sent: Wednesday, January 12, 2005 5:15 AM ...To: CF-Talk ...Subject: Re: Ok, here's a brute ... ...On Tuesday 11 Jan 2005 17:25 pm, Ian Skinner wrote: ... of panic, I downloaded 17

Re: Ok, here's a brute

2005-01-11 Thread Thomas Chiverton
On Monday 10 Jan 2005 20:56 pm, Ian Skinner wrote: Any hints on where I can start debugging why a form I have now complete crashes the IE browser when I submit it? Use FireFox. Copious log statements (or cfthrows). -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900

RE: Ok, here's a brute

2005-01-11 Thread Ian Skinner
...-Original Message- ...From: Thomas Chiverton [mailto:[EMAIL PROTECTED] ...Sent: Tuesday, January 11, 2005 8:45 AM ...To: CF-Talk ...Subject: Re: Ok, here's a brute ... ...On Monday 10 Jan 2005 20:56 pm, Ian Skinner wrote: ... Any hints on where I can start debugging why a form I have now complete

Re: Ok, here's a brute

2005-01-10 Thread Bryan Stevenson
I'd start putting breaks in your code just before and then after suspect code blocks (using cfabort). Keep moving the cfabort further along through your code until the error happens againthen you know the error is after that last spot the cfabort was and before where it is when it errors.