>When we have ran into this on upgrades what we ended up doing was prefixing
>the columns being outputted with the query name.  Something like <cfoutput
>query="blah">#Blah.URL#</cfquery>
>
>On 6/27/06, Bill Woodland <[EMAIL PROTECTED]> wrote:
>>

True, Aaron, using fully qualified names (FQN) of blah.url would work for 
outputting the field contents, but in this case, I was using the isdefined 
function with FQN of url.testvalue and it failed.  Using structKeyExists 
failed, too, even though I gave it the name of the structure to check.  That 
function should ONLY look at structures, specifically only the STRUCTURE that's 
named in its first parameter.  In this case, moduser is a structure, url is a 
structure, and moduser.url is NOT, but now that figured out the problem, we 'll 
do what we have to do to make it work.

I thank you good folks for your input.  Sometimes you can't see the forest for 
the trees, and it's good to get a different perspective.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244975
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to