I don't think this is possible - it would be security risk. Imagine if I could go into a CMS tool and upload my CFM which would then be parsed?! Not good.
-----Original Message----- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 13:35 To: CF-Talk Subject: Rendering CFML extracted from a DB Hi all, this is curious one for me. I am playing with app that needs to stores CFML strings in an SQL database like so, #translate('PageTwo','Nav','Report')# There is a query that returns these strings from the database and output's them to the page. Now this is where it goes wrong. The actual text output is #translate('PageTwo','Nav','Report')# - This is what appears on screen. This does not surprise me, what I need to know is whether it is possible to get this to work. What I would have to do to retrieve the data from the database, output the query AND makle sure that the 'translate' function gets called in order to display the correct text on screen? This is not a big deal if it is not possible, just curious if there some sort of render function for this type of thing similar to what is apparently available in BD. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225678 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

