If you remove the <cfoutput> section from the DB field you can do something like

<cfoutput>#Evaluate(DE(a))#</cfoutput>

The easier task would be to use a key and search and replace the
string, we run a small newsletter app that allows users to embed
variables in fields by using known keyword such as {datetoday} then we
perform a Replace() on the db field to output the data.


HTH


On 4/27/05, Uwe Degenhardt <[EMAIL PROTECTED]> wrote:
> Hi list,
> I have a db-field
> let us say "string_field".
> Let us assume that this
> field contains the followingexpression inside
> the db-field:
> 
> Hello, my name is <cfoutput>#form.name#</cfoutput>...
> 
> When I output that with:
> 
> <cfoutput>#a#</cfoutput>
> 
> appears
> 
> Hello, my name is  #form.name#....
> 
> So it doesn't work out as expected.
> 
> How can I show the paramater correctly
> of #string_field#
> 
> Thanks for infos.
> 
> Uwe
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204644
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