RE: Looping Next Previous Buttons

2001-03-11 Thread Chad Elley
Might want to look into formatting all of your date variables with the CREATEODBCDATE function. I ran into a similar problem with dates. Worth a try... -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 11, 2001 6:09 PM To: CF-Talk Subject: Looping

RE: Databases

2001-02-21 Thread Chad Elley
Where are you keeping your application.cfm? What directory? -Original Message- From: Jason Lees (National Express) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 3:34 AM To: CF-Talk Subject: Databases Hi All, We have two ODBC connctions one is to the Test DB

RE: Passing values to Flash

2001-02-14 Thread Chad Elley
Check out this site: -Original Message- From: John Dowdell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:37 PM To: CF-Talk Subject: Re: Passing values to Flash At 7:57 PM 2/13/1, Kinley Pon wrote: Is there a way to pass or set values to variables within a flash clip

RE: Passing values to Flash

2001-02-14 Thread Chad Elley
http://www.blue-pac.com/products/aspturbine/default.htm -Original Message- From: John Dowdell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:37 PM To: CF-Talk Subject: Re: Passing values to Flash At 7:57 PM 2/13/1, Kinley Pon wrote: Is there a way to pass or set values

RE: Replace List Help - SORRY

2001-02-11 Thread Chad Elley
Dont you need to include "ALL" for it to replace all strings in the message? Otherwise it just replaces the first found. -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 11, 2001 7:41 PM To: CF-Talk Subject: Re: Replace List Help - SORRY Okay -

String Formating

2001-01-28 Thread Chad Elley
I have a form which I am dumping into a database. I need to keep the formatting that was used when submitting form (line breaks and spaces). What I would like to do is replace spaces and breaks with "nbsp;" and "br" How do I replace line breaks with a br? By the way, I dont want to use

Finding last record

2001-01-28 Thread Chad Elley
I am inserting a record into one of my tables in MS Access. I want to then find the primary key(auto number) immediately after insertion. Is there an easy way to find it? Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the

RE: images stop loading?

2001-01-11 Thread Chad Elley
Are you hosting off of cable? I know some carriers suggest that there is above 70% free resources on the server for files (images) to be transfered efficeintly. Chad -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 4:08 PM To:

RE: Multiple Select Lists

2001-01-06 Thread Chad Elley
use cfloop to go through the list to get the selected values -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 6:56 AM To: CF-Talk Subject: RE: Multiple Select Lists Check out the ListContainsNoCase()function. I believe that

RE: Which message-board to get

2000-12-06 Thread Chad Elley
Sounds like something you could do in either ASP or CF. CF development time will be quicker. Doenst sound too big if you are using an Access DB. Go with CF my choice of languages :-) -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000

RE: CFFILE UPLOAD

2000-11-01 Thread Chad Elley
I had the same problem before... couldn't figure it out. Ran into the same problem with some complex queries. After exhausting all of my known possibilities... I reinstalled CF Server and everything worked fine. Haven't had any problems since. Chad -Original Message- From: Sim

RE: search query help

2000-10-31 Thread Chad Elley
Since you are using the 'OR' condition, the keyword does not have to be in the results for news.article (it can be in subtitle, title, keywords or dated). Try writing it his way cfquery name="news" datasource="mydsn" select news.title, news.subtitle, news.dated, news.id,

RE: CFFile

2000-10-29 Thread Chad Elley
If a file with the same name already exists on the server, you can use a NAMECONFLICT="makeunique". But what I want to know is if there is a way to see if it already exists on the server, and then prompt the user to rename the file, instead of CF handling this issue? Thanks, Chad

RE: CF-Talk enhancement (possibly)

2000-10-28 Thread Chad Elley
I think it would be a good addition to the list. I also like the feature of putting the name of the user group in the subject line. Another group I belong to does this. For example, put [CF-Talk] at the beginning of the subject of all messages. This helps sorting CF e-mails from others.

RE:

2000-10-25 Thread Chad Elley
www.cfhosting.com -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 7:32 AM To: CF-Talk Subject: Hi, I am looking for a top notch reliable cf hosting service I was originally with intermedia and then left due

RE: Slightly OT: Cable Modem and IIS

2000-10-24 Thread Chad Elley
I had @Home about a year ago, and I was running IIS. @Home does not allow you to do this, but I had my server running for about a year (they never found out about it). I was not hosting, but was using it for personal/development use. If you register the IP... you are risking it. Chad

RE: Running a Dynamically Created Query

2000-10-19 Thread Chad Elley
d to understand." -Original Message----- From: Chad Elley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 9:19 PM To: CF-Talk Subject: Running a Dynamically Created Query I have set up a series of Cold Fusion templates that build a dynamic SQL statement. I have run into

Running a Dynamically Created Query

2000-10-18 Thread Chad Elley
le, when I attempt to drop a value enclosed in single quotes (i.e. city = 'Atlanta'), I get errors. Here is the problem though... We can copy the code into SQL server 2K and it runs perfectly, but when it executes it through Cold Fusion passing it into SQL server, it bombs out. Any suggestions? Th

RE: How to display Value and Label from listbox

2000-10-12 Thread Chad Elley
Simplify it, CFLOOP QUERY="myQry" select name="region" option value="#myqry.email#" CFIF myqry.Country EQ "Africa"selected/cfif#myqry.Country# #myqry.email#/option /select /cfloop -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12,