OK, this one is strange. I have a CFFOFM that is being populated by a query
like so:

<cfoutput query="getCouncilMemberInfoRet">
<cfform action="AddCandidate.cfm" method="post" name="archiveCandidateForm"
format="flash" skin="halosilver" height="900" timeout="1000">
    <cfformgroup type="panel" label="Archive Candidate">
        <cfinput type="text" name="Fname" size="20" required="yes"
message="Please enter the candidates first name" label="First Name"
value="#Fname#">
        <cfinput type="text" name="Lname" size="20" required="yes"
message="Please enter the candidates last name" label="Last Name"
value="#Lname#">
        <cfinput type="text" name="Address" size="40" required="yes"
message="Please enter the candidates address" label="Address"
value="#Address#">
.........
</cfformgroup>
</cfform>
</cfoutput>

All of the fields (there are a lot more than are shown) show the data from
the database just fine except for the First and Last names. Those show Fname
and Lname respectively. I did a dump of th query, and it does show Bruce for
the Fname field and Sorge for the Lname field in the dump, but the form does
not. Like I said, all of the other fields have the correct data from the
database. Any thoughts?

Thanks,

-- 
Bruce Sorge

"I'm a mawg: half man, half dog. I'm my own best friend!"


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to