try chopping it into smaller pieces and debug it again.
the following is similar to your code
<!--- Supp. Life Dep. --->
<cfset Suplife = getSupLife_Dep.Ded_Code>
'#evaluate(Suplife)#'
<cfset intSupRate = evaluate(SupLifeDep_RateDe
<cfif intSupRate GT 0>
#NumberFormat(intSupRate*1
<cfset bool = true>
#DE('000000')#
<cfelse>
</cfif>
Main Topics
Browse All Topics





by: ftvcsPosted on 2005-06-03 at 00:10:30ID: 14137360
Have you tried debugging the result of your query?
If it is 0, there's no need to evaluate.