Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-28 Thread Gerrey . Mary-Catherine
Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com From: Steven Ross [mailto: [EMAIL PROTECTED]] Sent: Thursday, July 27, 2006 12:15 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Are you sure of this? Could they just be referencing

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-28 Thread West, Jason
Elegantly put... /bow Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, July 28, 2006 14:27 To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? If we really wanted to be pedantic: CF

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-28 Thread Douglas Knudsen
To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Or we can go with C-esque. I'm guessing Robert is getting the point by now. :) It's Friday man, my brain has checked out. mcg Steve n Ross [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/28

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread chamer
You can use FileExists(absolute_path) in an if statement. Eg. cfif FileExists(C:\www\images\picture.gif) img src=C:\www\images\picture.gif cfelse img src=C:\www\images\no_picture.gif /cfif Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Robert Reil
k NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 9:05 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Robert, Chr

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
This is true. Less modification does mean less debugging typically. Refactoring a code segment would be for when the current logic does not achieve what you need.On 7/27/06, Steven Ross [EMAIL PROTECTED] wrote: I am saying I don't see a reason to change your logic here... your just throwing in

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Robert Reil
Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com From: Steven Ross [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 9:06 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? I am saying I don't see a reason to change your

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Douglas Knudsen
Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw , Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com From: Teddy Payne [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2006 9:05 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Altern

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
lol Doug..that was good geek humor :)We did notice the ; Robert. This is a dead giveaway of cfscript. Writeoutput can be used in many places, but it is very commonly used inside of cfscript tags. Kind of like:cfscript if FileExists(C:\www\images\picture.gif) { writeoutput(img src=''); } else if

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Robert Reil
PROTECTED] Sent: Thursday, July 27, 2006 10:49 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? lol Doug..that was good geek humor :) We did notice the ; Robert. This is a dead giveaway of cfscript. Writeoutput can be used in many places, but it is very

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Dusty Hale
: RE: [ACFUG Discuss] Alternate image shown logic help? OK got you. Now I have clarity. Time to crunch code! Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com

RE: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Robert Reil
www.motorcyclecarbs.com From: Steven Ross [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 12:15 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Are you sure of this? Could they just be referencing the fact that CF is built on java

Re: [ACFUG Discuss] Alternate image shown logic help?

2006-07-27 Thread Teddy Payne
Fax 770-974-8852 www.motorcyclecarbs.com From: Steven Ross [mailto: [EMAIL PROTECTED]] Sent: Thursday, July 27, 2006 12:15 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Alternate image shown logic help? Are you sure of this? Could they just be referencing the fact