Community Member Profile
Jeff Knooren
Member since Dec 11, 2008
- Profile: /members/1829-Jeff-Knooren.htm
- URL: http://www.compugasm.com
- Comments: 1
- Points: 1
Recent Blog Comments By Jeff Knooren
-
ColdFusion IIF() vs. CFIF
Posted on Jan 19, 2008 at 2:41 AM
IIf is useful in formfields such as checkboxes or radiogroup: #IIf(query.field, DE('checked'),DE('')# Using a CFIF to check that condition doesn't work when using CFINPUT. Additionally, IIf is good for alternating row colors all in one line, as somone mentioned.... read more »



