hai all
i already posted one question related with this problem. later executed fine
with following code.  but here problem is in second line i have written
input command in that i specified value like this. so when i am executing
this code, in second line also giving variable name. but i want to value of
that variable, i mean that i want to evaluate that variable  
can any body help me. 
thanx steven yr code is also working fine.



<cfoutput query="query2">
<table>
  <cfloop from ="1" to ="#ln#" index="i">
   <TR><TD>#evaluate("ATTRIBUTES.heading#i#")#</TD>
<--firstline-->
   <TD><INPUT TYPE="Text" NAME="txt#i#"
VALUE="#evaluate("ATTRIBUTES.field#i#")#"></TD> </TR> <--2nd ine-->
  </cfloop>
</table>
</cfoutput>



variable = attributes.field1 
variable name = ename (now i am getting the one only but not "abc")
variable value =  "abc"


thanx
ramesh

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to