Re: CFDIRECTORY Filtering?

2000-09-07 Thread Jim McAtee
You can't do this in the filter. Two workarounds: 1) Use a within a loop over your query results. 2) rename the file before and after the call to . Jim -Original Message- From: Claremont, Timothy S <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Thursday, Septembe

Re: CFDIRECTORY Filtering?

2000-09-07 Thread JCQ
you could certainly just nuke the offending records from the returned recordset when the list is rather small and it is just an output issue of not seeing certain files (and hey, you also typically do NOT want to see the "." and ".." record anyway, right?), you could just have a variable set like

RE: CFDIRECTORY Filtering?

2000-09-07 Thread Mark Warrick
Just use a CFIF when outputting the contents to exlcude that file name. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL

RE: CFDIRECTORY Filtering?

2000-09-07 Thread Olive, Christopher M Mr NMR
i don't believe you can do it with the filter property. however, you could just drop that logic into the display code. if the file name is Main_Table.xls, don't show it there. Chris Olive, DOEHRS Website Administrator -Original Message- From: Claremont, Timothy S [mailto:[EMAIL PROTEC