I think that this should work for you and no pound signs :-)
<cfset mydate = createdatetime(year(Evaluate("application." & session.cName
& "_bidstopdate")), month(Evaluate("application." & session.cName &
"_bidstopdate")), day(Evaluate("application." & session.cName &
"_bidstopdate")), hour(Evaluate("application." & session.cName &
"_bidstoptime")), minute(Evaluate("application." & session.cName &
"_bidstoptime")), second(Evaluate("application." & session.cName &
"_bidstoptime")))>
<cfif Evaluate("application." & session.cName & "bidstatus") EQ "On">
Good luck with it,
-Michael
========================================
Michael Imhoff :::: www.omnicypher.com :::: icq: 10495667
[EMAIL PROTECTED] (home) :::: (320) 255-4447 (home)
[EMAIL PROTECTED] (cell) :::: (612) 247-8159 (cell)
Allaire Alliance Consulting Partner
----- Original Message -----
From: "Brian L. Wolfsohn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 07, 2000 12:11 AM
Subject: Grrr ##'s agin
> This was working fine, until i tried sticking session.cname synamically
> into the creation of mydate. I can't seem to get the correct combination
> of "'s, #'s, etc etc etc...
>
> Of course, maybe it was just that i couldn't find the eye of a newt for
the
> magic potion that makes all this clear!!!
>
> Of course, if there's a simple function that i'm missing that eliminates
> this need, please point out which day's class i slept through...
>
> many thanks..
>
> <cfset
>
mydate=createdatetime(#year("#application.#session.cName#_bidstopdate#")#,#m
>
onth("#application.#session.cName#_bidstopdate#")#,#day("#application.#sessi
>
on.cName#_bidstopdate#")#,#hour("#application.#session.cName#_bidstoptime#")
>
#,#minute("#application.#session.cName#_bidstoptime#")#,#second("#applicatio
> n.#session.cName#_bidstoptime#")#)>
>
> I haven't gotten to this line of code yet, BUT, i'm sure i'll need help
> with this one also..
>
> <cfif application.#session.cName#bidstatus EQ "On>
>
> Brian L. Wolfsohn http://www.cus.com
> CUS Business Systems Ft.Lauderdale,FL
> Software for Auctioneers (954) 565-5600 Email:[EMAIL PROTECTED]
> --------------------------------------------------------------------------
----
> 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.
------------------------------------------------------------------------------
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.