Coldfusion Newbie help-query related
Sorry for the vague title, but ColdFusion is not something I understand well. I'm trying to replicate a Coldfusion report in ASP.net, but I'm at a lose of where the data is coming from. I've conferred with a few developers here and we believe its the below line (in bold). Thing is....I have no idea what 'cf_act_get_remaincourses' is or comes from. I've done a search through the entire site and find no other references to it. I don't see anything in the database with a similar name.
So, what is this object? (Its not a cf try, or cf it....)
Where can it possibly be pulling data from.
<cftry>
<cf_act_get_remaincourses userid=#GetGroupStudents.userid# datacheck=#ODBC_DataSource#>
<cfset Count = result>
<td align="center">#val(Count)#</td>
<cfcatch type="any">
<td><font color="##666666">Error</font></td>
</cfcatch>
