Advertisement

1 - 10 of 450 containing alltags:("exclude") (0.001 seconds)
I want to index a top-level directory but I only want to include certain directories underneath.  I have used the tag cf_pathindex and that works great....but it does not allow me to exclude a dire...
Zones: ColdFusion Application Server, SSIDate Answered: 10/12/2000 Grade: B Views: 5
We want to do a SQL Load using 8i loader. We have  records from the file that contain an 'A','B','C','D' ....'N' in a varchar2(1) column, field1.  We want to exclude all except A-D.   We are t...
Zones: OracleDate Answered: 03/27/2001 Grade: A Views: 0
Hi, I'm running rsync. I would like to exclude some dir but the case is I would like to exclude by refer to symbolic link dir instead of the dir itself. ex: file_a -> /fs/junk/rubbish i...
Zones: UnixDate Answered: 02/17/2003 Grade: A Views: 0
Hi Friends, How can I get number of days between two days excluding Sunday by using DateDiff function or other method. Thanks & Regards Manoj
Zones: MS AccessDate Answered: 09/20/2003 Grade: A Views: 0
Hi, I have a form with a textfield which I want to validate before the form is submitted. The textfield is not allowed to contain spaces and the following characters: ,.<>/*&^%$#@!~-_  ., ...
Zones: JavaScriptDate Answered: 05/21/2003 Grade: A Views: 0
I have 4 fields that help track the response time of the technicians at work. The four fields are DateInitial, InitialTime, DateArrived, ArrivalTime, These four fields added together give me ...
Zones: MS AccessDate Answered: 12/16/2003 Grade: A Views: 0
I have my site hosted remotely. I would like to create a CFCOLLECTION, but exclude certain pages (such as Application.cfm, robots.txt, and anything with _vti_cnf in the URL). How can this be ...
Zones: ColdFusion Application ServerDate Answered: 03/30/2004 Grade: B Views: 0
I am outputing DIR to a TXT file that I want to email. I want to exclude some portions. Here's a sample of how it is: c:\Temp\vid>dir  Volume in drive C has no label.  Volume Serial Number...
Zones: MS DOSDate Answered: 08/26/2004 Grade: A Views: 0
With this code: <select name="strFileList"> <% set objFSO = CreateObject("Scripting.FileSystemObject") set objFolder = objFSO.GetFolder(Server.MapPath("..\InProgress"))     for each objFile ...
Zones: ASPDate Answered: 12/29/2004 Grade: A Views: 0
I have this cool little ASP below that takes an open table and prints all contents. Question is can I easily exclude certain tables fields? <TABLE BORDER=1> <TR> <% ' %%%%%%%%%%%%%%%%%%%%%%%...
Zones: ASPDate Answered: 02/25/2005 Grade: A Views: 0