Hi,

I'm messing with custom tags and am doing pretty basic stuff (i think) to
get used to using them. the tag does the following query....

<cfquery datasource="dataname" name="display">
SELECT *
FROM table_name
</cfquery>

I've determined this works, but obviously this isn't very useful as is. I
added an attribute that gets the field name and displays the info from the
field to the screen something like this...

<cfoutput query="display">#feildname#</cfoutput>

but that doesnt work. I put the field name in a variable and instead of
displaying the value of the field its displaying the variable name. How can
I make this display the value of the field instead of the value of the
attribute?

THanks

Phil




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

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