I figuired out a solution for my dilemna, and posted
it on Tuesday, but apparently it did not get through
to the list. Go figuire. Anyway here it is for all to
use, dissect, enjoy, blah blah blah..
<cfset temp='#get_data.UserID#'&'.jpg'>
<cfdirectory action="LIST"
directory="E:\InetPub\WWWRoot\Intra\IMAGES\EmployeeImages"
name="names">
<cfset temp_list = ValueList(names.name)>
<cfif ListContainsNoCase(temp_list, temp) is not 0>
<cfset imagesource="\IMAGES\EmployeeImages\#temp#">
<cfelse>
<cfset
imagesource="\IMAGES\EmployeeImages\Default.bmp">
</cfif>
Thanks alot for all of the suggestions. I hope this
code will help somebody somewhere.
John
__________________________________________________
Do You Yahoo!?
Talk to your friends online and get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.