Re: Oh that's just great.

2001-04-23 Thread Bryan LaPlante
dude, go and get cf_avartree, it rocks - Original Message - From: Erika L Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 23, 2001 1:56 PM Subject: Oh that's just great. I just downloaded a tag from the Tag Gallery called CF_Debugthat I wanted to throw

RE: Oh that's just great.

2001-04-23 Thread Semrau, Steven L Mr SRA
If you are looking for just the query debug output, add the word debug as the last item in the cfquery tag. CFQUERY NAME=query_name DATASOURCE=ds_name DBTYPE=type DBSERVER=dbms DBNAME=database name USERNAME=username PASSWORD=password MAXROWS=number

RE: Oh that's just great.

2001-04-23 Thread Howarth, Craig (IBK-NY)
Someone posted this a while back. So useful that it is now a permanent CF Studio snippet. It doesn't lock, so it should only be used while debugging. CFLOOP LIST=application,session,request,form,url,attributes,cgi INDEX=struct CFOUTPUT B#ucase(struct)#:/BBR CFIF

Re: Oh that's just great.

2001-04-23 Thread pan
From: Erika L Walker [EMAIL PROTECTED] .. HELP! Does anybody out there have a debugging tag? Or let me know what the quick method is of outputting all the wonderful things we see at the bottom of the pages when we have debugging turned on? This may not be anything more than a slight

Re: Oh that's just great.

2001-04-23 Thread G
I assume you currently have debugging turned off. Why not turn debugging on, and set your IP as the only IP that will receive the debugging information. HTH Brian - Original Message - From: Erika L Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 23, 2001 1:56

RE: Oh that's just great.

2001-04-23 Thread Matt Rodosky
Go to fortas site. He has cf_debug there last I checked. http://www.forta.com/cf/tags/ -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 1:50 PM To: CF-Talk Subject: Re: Oh that's just great. dude, go and get cf_avartree, it rocks