RE: Inserting query inside comma lists

2004-04-15 Thread Teel, C. Doug
This would do it fast. cfset ListImages = valuelist(GetImages.DocFileThumbs) -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 3:25 PM To: CF-Talk Subject: Inserting query inside comma lists Hi all how to insert all image name from a

Regex help

2003-09-11 Thread Teel, C. Doug
Regex help please. I've been busting my brain on this one. Here's what I'm trying to do, I could have string like: ...a cat hat prate at bird... And I want to match all the at strings except the at string in the cat. I tried a bunch of stuff like: (^C)?at but that didn't work. Is this

RE: Regex help

2003-09-11 Thread Teel, C. Doug
]at should match any single character that is not c (or C) followed by at -Original Message- From: Teel, C. Doug [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 10:33 AM To: CF-Talk Subject: Regex help Regex help please. I've been busting my brain on this one. Here's what

RE: FBX3 AND CFMX

2003-02-21 Thread Teel, C. Doug
For whatever this is worth and this is for us non-genius's with a little ADD; I don't see how you could compare a well-written fusebox3 with one that is non-fuseboxed, unless it is written in some other tight knitted framework/methodology. The code would speak for itself. Doug Teel - Web

RE: Call to the regex ninja clan

2002-12-31 Thread Teel, C. Doug
Try this. If you need to add more tags just put them in the first set of parenthesesis in between the pipes. Thanks Doug #rereplacenocase('#yourstring#','(p|font|textformat).*(.*)\/\1','\2','AL L')# -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Regular Expression Help

2002-12-06 Thread Teel, C. Doug
I think you accidentally doubled the pipes between the punct and space. It should be: [[:punct:]]|[[:space:]] Thanks, Doug -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 11:43 AM To: CF-Talk Subject: RE: Regular Expression Help Oh,

changing the default administrator directory

2002-09-30 Thread Teel, C. Doug
Hello, Could someone tell me what's required to change the default Coldfusion administrator 4.5/5 location besides changing the directory name. http://xxx..com/CFIDE/administrator/index.cfm http://xxx..com/CFIDE/administrator/index.cfm to something like:

RE: changing the default administrator directory

2002-09-30 Thread Teel, C. Doug
: changing the default administrator directory You need to also change it in the IIS Admin (assuming that you are using IIS), or the web server administration program of the OS you are using. -Original Message- From: Teel, C. Doug [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:29

Looping through a cfmailtag

2002-04-08 Thread Teel, C. Doug
I'm trying to loop through a CFmail tag. It is mailing the same thing twice, even though I know the loop is producing different values for the variables in the mail. Any help would be appreciated. Code below: Thanks, Doug - cfloop query=maillistcfoutputcr #maillist.currentrow#

Database storage of client variables

2002-03-19 Thread Teel, C. Doug
I recently(in the past couple of weeks) set up a database called CFVARS to store all our client variables. It's a repository for client variable of 4 sites with different cfapplication names. A user recently received an error(below) that a duplicate key row is trying to be inserted. Could

RE: Database storage of client variables

2002-03-19 Thread Teel, C. Doug
? -Original Message- From: Teel, C. Doug [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 16:08 To: CF-Talk Subject: Database storage of client variables I recently(in the past couple of weeks) set up a database called CFVARS to store all our client variables. It's a repository for client

RE: CFApplication

2002-03-05 Thread Teel, C. Doug
I would use the Brian Kotek's customtag called cf_clienttimeout and you wouldn't have to pass the CFID/CFTOKEN around. clienttimeout timeout=10 Then cfif timedout cflocation url=index.cfm /cfif -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March

Client Variable Storage on Mutilple Sites

2002-02-22 Thread Teel, C. Doug
This may be a dumb question, but oh well. I'm setting up a data source[s] to store client variables in cold fusion administrator. We have 3 test sites and a production site running from off a SQL server with each site having it's own database. The question is: Do I need to need to create four