Multiple filters on cfdirectory

2002-10-11 Thread Scott Mulholland
Is there a way to achieve the following (multiple filters), it does not seem to work this way: cfdirectory action=LIST directory=#GetFullDir# name=ImgList filter=*.gif, *.jpg sort=Name, Type TIA, Scott ~| Archives:

Re: Multiple filters on cfdirectory

2002-10-11 Thread Randell B Adkins
Only one filter can be applied. You can do a check on the extension of the file and if it does not match your criteria, do nothing, else display the file name and such. [EMAIL PROTECTED] 10/11/02 02:38PM Is there a way to achieve the following (multiple filters), it does not seem to work

Re: Multiple filters on cfdirectory

2002-10-11 Thread S . Isaac Dealey
Only one filter can be applied. You can do a check on the extension of the file and if it does not match your criteria, do nothing, else display the file name and such. [EMAIL PROTECTED] 10/11/02 02:38PM Is there a way to achieve the following (multiple filters), it does not seem to

RE: Multiple filters on cfdirectory

2002-10-11 Thread Gene Kraybill
the two result sets... Gene Kraybill -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 3:46 PM To: CF-Talk Subject: Re: Multiple filters on cfdirectory Only one filter can be applied. You can do a check on the extension of the file

RE: Multiple filters on cfdirectory

2002-10-11 Thread Scott Mulholland
: Friday, October 11, 2002 3:02 PM To: CF-Talk Subject: Re: Multiple filters on cfdirectory Only one filter can be applied. You can do a check on the extension of the file and if it does not match your criteria, do nothing, else display the file name and such. [EMAIL PROTECTED] 10/11/02 02

RE: Multiple filters on cfdirectory

2002-10-11 Thread S . Isaac Dealey
extension - and use the query functions to merge the two result sets... Gene Kraybill -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 3:46 PM To: CF-Talk Subject: Re: Multiple filters on cfdirectory Only one filter can

Re: Multiple filters on cfdirectory

2002-10-11 Thread jon hall
cffile returns a query recordset. Use query of queries to do your filtering. -- jon mailto:[EMAIL PROTECTED] Friday, October 11, 2002, 2:38:46 PM, you wrote: SM Is there a way to achieve the following (multiple filters), it does not SM seem to work this way: SM cfdirectory action=LIST