Skip to main content
May 26, 2008
Question

Custom Tag - Strange Error!!!

  • May 26, 2008
  • 1 reply
  • 341 views
Hi All,

I've a custom tag.. and inside that I simply wrote up one select query and following that I put one condition like this,

<cfif #qryCustomerSelect.cust_category# neq 5>
//Statements..
</cfif>

And I am getting one strange error stating "qryCustomerSelec.cust_categoryt" is undefined... I tried dumping the query and it worked well..
What I am doing wrong here?...

Any help is greatly appreciated...

Thanks
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 26, 2008
    take away the octothorps and specify a row number.