0
Explorer
,
/t5/coldfusion-discussions/boolean-variable-display-as-1-or-0/td-p/1936123
Jul 08, 2009
Jul 08, 2009
Copy link to clipboard
Copied
My Search results form has a variable called form.fixbug - the data is passed from a cfselect that lets users select yes or now. Only 1 or 0 is passed to the results page.
<cfoutput>
<p>Searched the Feedback List for:</p>
Addressed: #form.fixBug#
</cfoutput>
It displays as : Addressed (1)
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Valorous Hero
,
Jul 08, 2009
Jul 08, 2009
Addressed: #yesNoFormat(form.fixBug)#
Valorous Hero
,
LATEST
/t5/coldfusion-discussions/boolean-variable-display-as-1-or-0/m-p/1936124#M100456
Jul 08, 2009
Jul 08, 2009
Copy link to clipboard
Copied
Addressed: #yesNoFormat(form.fixBug)#
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

