Okay, yeah.  That's way smarter than my suggestions.  :-)

--Ben Doom

Nando wrote:

> Richard,
>
> I do this kind of stuff with a Q of Q, and it works well. cfdirectory
> returns a query.
> Maybe try that.
>
> Something like:
>
> <cfdirectory directory="#pDir1#" action="" name="daList">
> <cfquery name="daSortedList" dbtype="query">
> SELECT *
> FROM daList
> WHERE Type = 'File'
> AND Name Like 'les%'
> </cfquery>
> <cfset p = "#daSortedList.RecordCount#">
>
> check my syntax tho' ...
>
> nando
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to