Hello,
I'm trying to do this:
<cfparam name="client.CustomerCompany"
default="qGetCorpInfo.CorporateName">, and the variable doesn't get set a
value, it is initialized as blank.
qGetCorpInfo is a query and it does return a record. Basically, I just want
to use a shorthand for:
<cfif not IsDefined("client.CustomerCompany")>
<cfset client.CustomerCompany = qGetCorpInfo.CorporateName>
</cfif>
which works fine but is more typing :)
Thanks for any tips.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.