Question
cfif
Hi i have the following cfif,
<cfif IsDefined("form.EXH_Program_#currRow#")>
i need to change it to
<cfif ("form.EXH_Program_#currRow#") EQ "X">
but this is not working any ideas why?
<cfif IsDefined("form.EXH_Program_#currRow#")>
i need to change it to
<cfif ("form.EXH_Program_#currRow#") EQ "X">
but this is not working any ideas why?