To get the data for the new interface (update part), I make the status in the text field as "read-only" field, and the data sometime not appear.
My code
<cfquery name="QgenDer" datasource="#Variables.fw.Config.DSN#">
SELECT * FROM Stu_jantina
WHERE description='#qStuD.stu_gender#'
</cfquery>
<cfoutput>
<input name="GenDer" type="text" id="GenDer" value="#QgenDer.description#" style="border:none;background:none"
<cfif #qStuD.stu_gender# EQ #QgenDer.description#>#description#</cfif> />
</cfoutput>

New Topic/Question
Reply



MultiQuote




|