A recordset variable is a recordset variable. Don't use the double quotes...

In your example, use: isQuery(peopleInapp)

Cheers,
Jon

-----Original Message-----
From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 12:33 PM
To: CF-Talk
Subject: isquery


Will isquery work on a result set of a stored procedure.

<cfif isquery("peopleinapp")>
 <table>
  <tr>
   <td>query</td>
  </tr>
 </table>
 <cfelse>
 blah
 </cfif>


I have this but blah always shows. TIA,.

Josh


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to