I'm trying to bind the following code to a cfselect, and call a cffunction within a cfc.
<cfset qry_student = #getUsersForMassEmail('S',session.termcode,{cmbCRN@change})#>
My problem is with {cmbCRN@change}
, which is giving me the following output:
Invalid construct: Either argument or name is missing.
Any idea of what I'm missing?