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

Yes, it should work on any Query object, including those you get from a
stored procedure, from a Verity query, or if you create them yourself with
QueryNew.

> <cfif isquery("peopleinapp")>
>  <table>
>   <tr>
>    <td>query</td>
>   </tr>
>  </table>
>  <cfelse>
>  blah
>  </cfif>
> 
> I have this but blah always shows.

You're asking CF whether the literal string "peopleinapp" is a query, and it
never will be. Remove the quotes, and it'll probably work fine.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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