UserAction.cfm

2000-08-29 Thread Jeremy Toevs
When you have a "No Duplicates" field in the database and a duplicate is entered, CF returns somewhat of a weird error message. How do you get it to return an error message saying "This UserName is already in use, choose another." UserName being the "No Duplicates" field. Here is my action

RE: UserAction.cfm

2000-08-29 Thread Kelly Matthews
Kelly Matthews Internet Development Coordinator AAAE 703.578.2509 [EMAIL PROTECTED] http://www.airportnet.org --- -Original Message- From: Jeremy Toevs [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 29, 2000 11:49 AM To: Subject: UserAction.c

RE: UserAction.cfm

2000-08-29 Thread Jeremy Toevs
D]] Sent: Tuesday, August 29, 2000 11:49 AM To: Subject: UserAction.cfm When you have a "No Duplicates" field in the database and a duplicate is entered, CF returns somewhat of a weird error message. How do you get it to return an error message saying "This UserName

RE: UserAction.cfm

2000-08-29 Thread Kelly Matthews
8.2509 [EMAIL PROTECTED] http://www.airportnet.org --- -Original Message- From: Jeremy Toevs [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 29, 2000 12:02 PM To: [EMAIL PROTECTED] Subject: RE: UserAction.cfm How would that query look? Kelly Matthews [EMAI

Re: UserAction.cfm

2000-08-29 Thread JustinMacCarthy
Sent: Tuesday, August 29, 2000 5:01 PM Subject: RE: UserAction.cfm How would that query look? Kelly Matthews [EMAIL PROTECTED] 08/29/00 08:43AM What i normally do is FIRST I RUN a QUERY against the database seeing if the USERNAME that was passed is equal to any username in the database. T

RE: UserAction.cfm

2000-08-29 Thread Byron Stuart
Email) VALUES ('#UserName#','#RealName#','#Email#') /cfquery /cfif Byron -Original Message- From: Jeremy Toevs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 29, 2000 9:02 AM To: [EMAIL PROTECTED] Subject: RE: UserAction.cfm How would that query