Using <cfdirectory action="" directory="qList" ...> returns a query,
not a list. You should use it as a query. If you absolutly want a list
you can do ValueList(qList.name). Be aware that it also lists
directories. If you use a filter as you do, this shouldn't be a problem.

Pascal

> -----Original Message-----
> From: mayo [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 18 mei 2004 6:06
> To: CF-Talk
> Subject: using the result of CFDIRECTORY as a list
>
> I'm using CFDIRECTORY to get a list of files that meet
> certain parameters.
>
> Sometimes one of the file doesn't exist. And here's the
> trouble. I can't seem to use CFDIRECTORY as a list. I keep
> getting the "complex object type" error.
>
> I can produce a list of a files that should exist, I would
> like to compare that to the files that do exist.
>
> Been spinning my wheels on this one.
>
> Gil Midonnet
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to