> >I notice you set stringbalue to
> application[somekey][somekey]etc. Are you sure that key exists?
> 
> Yes, because this is tha same code as on the developer's 
> machine and and the same database. That is why when we put 
> the function directly in the application.cfm it works fine. 
> But if use <CFinclude> it got the problem.
> 

So, you are sure the key exists. I'd try this:

Remove the cfsilent. Remove output=false if you added it.

After

<CFSET var stringvalue=application["lg#lgcode#"][pcode][varname]>

Add

<cfoutput>debug, I retried [lg#lgcode#][#pcode#][#varname#]. 
Here is stringvalue now: #stringvalue#<br>
Here is a dump of application
<cfdump var="#application#"></cfoutput>

Make sure stringvalue equals something inside the function.

========================================================================
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to