RE: Random in SQL

2001-08-01 Thread Jon Gage
What do you mean? I've used the tag and it's pretty straightforward. > -Original Message- > From: Guy M. Saenger [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 4:00 PM > To: CF-Talk > Subject: Re: Random in SQL > > > Anyone ever built a commerce site in Cold Fusion to use

RE: It's not big and it's not clever...

2001-04-23 Thread Jon Gage
If you use the library below however, you may encounter words like "bass" that have "ass" in them... > -Original Message- > From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 23, 2001 11:59 AM > To: CF-Talk > Subject: RE: It's not big and it's not clever... > > > >>> I

RE: What is .Net????

2001-03-21 Thread Jon Gage
My understanding is that it's an architecture which allows applications to be built on several languages. I'm sure there's more-that's just my rudimentary interpretation. And again, you should really keep your posts CF oriented, Phoeun. > -Original Message- > From: Phoeun Pha [mailto:[EM

RE: CF rules!!!

2001-03-16 Thread Jon Gage
Phoeun, since you've joined the list you have received numerous requests to keep your posts CF oriented. That's a hint, which you obviously haven't picked up on. Basically, STOP POSTING GARBAGE. > -Original Message- > From: Phoeun Pha [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16,

RE: CF rules!!!

2001-03-16 Thread Jon Gage
No, you really didn't. It's becoming a habit that you should stop. > -Original Message- > From: Phoeun Pha [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 1:42 PM > To: CF-Talk > Subject: RE: CF rules!!! > > > come on man, we need some personality in our posts too. at least

Break in attempts?

2001-02-05 Thread Jon Gage
We've noticed the following error in our logs recurring recently: "Error","TID=618","02/02/01","22:04:23","24.114.162.188","","Invalid Request of CFDOCS\EXAMPLEAPP\EMAIL\APPLICATION.CFM File You have requested a template with the name APPLICATION.CFM or ONREQUESTEND.CFM. These file names are rese

RE: random record

2001-01-16 Thread Jon Gage
You could choose a random number from [1] to [recordcount], and use a counter variable to get to that record. Or, if you have an identity key that's a autonumber you could use that... > -Original Message- > From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001

RE: Cool CF site - webos.org

2000-12-20 Thread Jon Gage
Eric, You asked what was used to develop it, and Todd told you on Monday. Yes it's a cool website, but don't freak on the group. > -Original Message- > From: Eric Fickes [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 20, 2000 10:43 AM > To: CF-Talk > Subject: RE: Cool CF site -

RE: Multiple submits

2000-12-19 Thread Jon Gage
ton is labeled "Please Wait" it > doesn't submit the form. > > hth, > > larry > > -- > Larry C. Lyons > ColdFusion/Web Developer > EBStor.com > 8870 Rixlew Lane, Suite 201 > Manassas, Virginia 20109-3795 > tel: (703) 393-7930 x253 > fax: (703) 393-

Multiple submits

2000-12-19 Thread Jon Gage
Does anybody have any suggestions for preventing users from hitting a submit button multiple times? Thanks, Jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Radio buttons

2000-12-07 Thread Jon Gage
> Is this happening with a specific browser? I have an idea that Netscape > handles multiple "CHECKED"s (i.e. coding error) poorly. It seems to happen periodically with multiple browsers, I haven't narrowed it down. ~~ Structure your ColdF

RE: Radio buttons

2000-12-07 Thread Jon Gage
at you should do is name them > differtently > > > > > -Original Message- > From: Jon Gage [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 06, 2000 10:05 AM > To: CF-Talk > Subject: Radio buttons > > > I'm having a problem with radio button

OT: E-mail Javascript question

2000-12-06 Thread Jon Gage
I've got a script that I found that I'm using to validate e-mail addresses: function isEmail(str) { // are regular expressions supported? var supported = 0; if (window.RegExp) { var tempStr = "a"; var tempReg = new RegExp(tempStr); if (tempReg.test(tempStr)) supported = 1; }

Radio buttons

2000-12-06 Thread Jon Gage
I'm having a problem with radio buttons in my form. Sometimes when I post the form, BOTH values of like-named radio buttons get passed. Example: ORIGINAL FORM POSTING FORM Form.CC will come up as "VALUE1/VALUE2" Has anyone had this problem before? It only happens *very* rarely on our site,

Killing a variable

2000-11-02 Thread Jon Gage
I'm setting a session variable when people log into our site. I was wondering if there's a way to "kill" the variable when they log out, so an isDefined("SESSION.LOGGEDIN") will return as false. Is this possible? Thanks, Jon -

RE: Access question

2000-10-12 Thread Jon Gage
We're in the process of migrating to SQL 7 from Access 2000. Our largest table has about 990,000 records and although it does crash, it isn't a daily thing. BTW-We're accessing the db constantly; with several thousand customers hitting it from the web side daily, and 40+ backend connections to i

Commenting on multiple lines

2000-10-06 Thread Jon Gage
I've found that when I comment something like this: As opposed to this: My programs seem to bomb. It sometimes "forgets" which lines of code are comments etc. I was wondering if anybody knows if this is a common occurence in CF? Thanks, Jon Gage

RE: cfmail

2000-09-15 Thread Jon Gage
You need to include a server. > -Original Message- > From: Peter Benoit [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 15, 2000 1:53 PM > To: '[EMAIL PROTECTED]' > Subject: cfmail > > > Any idea why this doesn't work? > > subject="test"> > test > > > Thanks, > Peter > > -

RE: Querystring problem

2000-09-14 Thread Jon Gage
t that value you will always exist. > You might > want to check the Len() of it and make sure it is greater than 0. > > Justin Kidman > > -Original Message- > From: Jon Gage [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 13, 2000 6:59 AM > To: [EMAIL