RE: CFIF statement problem

2000-08-03 Thread Shane Pitts
One other thing that I came across using a cookie and I can't seem to find where I found the answer. If you use CFLOCATION in the same template after setting a cookie, the cookie won't actually get set. I ended up using a meta refresh of 0 secs to take me to the page I wanted to go to. Shane

RE: How to get part of string?

2000-08-04 Thread Shane Pitts
new string = "is a r" Shane -Original Message- From: PC [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 4:08 PM To: [EMAIL PROTECTED] Subject: How to get part of string? I must be missing something obvious -- but I need a function to set a variable to a range of charac

RE: Hidden Fields Problem

2000-08-22 Thread Shane Pitts
Its because you didn't close the Quotes on the value of the field above it *mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 12:15 PM To: [EMAIL PROTECTED] Subject: Re: Hidden Fields Problem It's something on your actual form page that's throwing an error, so your're getting error messag

RE: division by zero error?

2000-09-15 Thread Shane Pitts
I believe it is in your dateformat, but I could be wrong. Try using full "" instead of '' around the formating. or use use CreateODBCDate(now()) Shane -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Friday, September 15, 2000 10:40 AM To: [EMAIL PROTECTED] Subj

RE: Parsing text in memo field to recognize web addresses

2000-05-26 Thread Shane Pitts
#string# #string# -Original Message- From: Curt Makepeace [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 11:57 AM To: '[EMAIL PROTECTED]' Subject: Parsing text in memo field to recognize web addresses Is there some way to get your coldfusion app to recognize a

RE: Parsing text in memo field to recognize web addresses

2000-05-26 Thread Shane Pitts
This one will do it, if it is like a paragraph, and the URL is in the middle of it. #left(string, "#thestart#" - 1)# #theurl# #mid(string, "#theend#", "#remainder#")# #string# -Original Message- From: Curt M

RE: Sry ot 2000 server question

2000-05-31 Thread Shane Pitts
If you're referring to IIS, Look under the web site properties for "default Document" and add whatever it is you want there, get rid of the rest..etc.. -Original Message- From: Jim Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 9:58 AM To: Cf-Talk@Houseoffusion. Com Sub

RE: finding IIS 4

2000-05-31 Thread Shane Pitts
http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default .asp This should work Shane -Original Message- From: Chris Poterala [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 11:14 AM To: [EMAIL PROTECTED] Subject: OT: finding IIS 4 Greetings folks. I'm

OT: Post Time

2000-06-01 Thread Shane Pitts
Just curious, is it a known fact that when you post something to this list, it doesn't show up for about 5 hours? or is it something else. Seems like every time I have posted anything in the past that is a reply to someone else, it shows up about 5-6 hours later Shane --

Re: Weird

2000-06-17 Thread Shane Pitts
Are you sure that was your local Local Area Network, and not your Unlocal Local Area Network? - Original Message - From: "Adam Breaux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 14, 2000 11:41 PM Subject: RE: Weird > Actually if it's OE 4 or 5, the pop3uidl is p

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Shane Pitts
Just add another field to the table called "islive" or something, Integer Default 0, upon submission, it goes to 0, and the output page looks for all entries that have a 1 only. When he reviews and confirms, he hits another button that simply updates the 0 to a 1 and its live.. Shane -Ori

RE: cffile

2000-07-11 Thread Shane Pitts
What ever the actual root path is on the web server. ex: c:\inetpub\wwwroot\picapp\images\ -Original Message- From: Daslweb - Greg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 10:39 AM To: [EMAIL PROTECTED] Subject: cffile in CFfile tag what is meant by full file path ie.

Re: Oh man i need help

2000-07-27 Thread Shane Pitts
open closed - Original Message - From: "Chris Farrugia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 3:04 PM Subject: RE: Oh man i need help > I believe Time is a reserved word in Cold Fusion and so it can not be used > as a variable name

Re: Checkbox prob...

2000-07-27 Thread Shane Pitts
If a checkbox is "unchecked" no field name is sent as a variable. Check for it's existence either like the below example, or by using CFPARAM on the action page with a default of "no" then check for its existence and skip the block insert into table1 (Field1) values ('#Field1

Re: CSS and attribut A:visited

2000-07-28 Thread Shane Pitts
A far as I know, it's not supported as of yet. you would have to use an image swap javascript, and not use text. Shane - Original Message - From: "cftalk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 28, 2000 7:06 AM Subject: OT: CSS and attribut A:visited > A:visit

Re: CSS and attribut A:visited

2000-07-28 Thread Shane Pitts
Retraction:: show A:hover give incorrect response, confuse readers. show A:visited Sorry.Not reading Shane - Original Message - From: "cftalk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 28, 2000 7:06 AM Subject: OT: CSS and attribut A:visit

Re: Custom Tag for Date and Time

2000-07-28 Thread Shane Pitts
in you sql why not just use CreateODBCDateTime(Now()) - Original Message - From: "James Taavon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 28, 2000 9:22 AM Subject: Custom Tag for Date and Time > Any one have a custom tag that retrieves both the DateFormat (Now()) a

SiteMinder: Previous Thread

2000-10-06 Thread Shane Pitts
About a week or so ago, there was a small thread talking about a security issue uncovered with Siteminder. Does anyone happen to have links to this info, what it was about, if it has been fixed etc? I can't seem to find any sort of mention on either Allaire, or Netegrity to this. Thanks in adva

RE: testing for the existence of a dynamically created variable

2000-10-23 Thread Shane Pitts
-Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 4:43 PM To: CF-Talk Subject: testing for the existence of a dynamically created variable This is a multi-part message in MIME format. --=_NextPart_00

RE: Problem with email form validation

2000-10-24 Thread Shane Pitts
Use -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 9:33 AM To: CF-Talk Subject: RE: Problem with email form validation Added form.submit = false at the end when it fails validation -Original Message- From: Michael Gagnon [ma

RE: Outlook express

2000-04-19 Thread Shane Pitts
you have to create different user profiles for windows 98 (im assuming you are using) and then each person needs to log on to windows under their profile, and will have access to their own outlook express profile.. -Original Message- From: vinicius [mailto:[EMAIL PROTECTED]] Sent: Wedn

RE: "Able Commerce knock-off"

2000-04-20 Thread Shane Pitts
Now that was probably the first post in this thread that was really worth reading.. Thanks SHane -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:07 PM To: [EMAIL PROTECTED] Subject: Re: "Able Commerce knock-off" At 11:12 AM 4/20/00 -0700

RE: CF Locking UP

2000-04-20 Thread Shane Pitts
I am really curious also to this sort of behavior..I run CFServer on NTServer2K and every once in a while, I'll sit at my computer, notice that it's slow as molasses and that the cfserver service is using 98% of the cpu. I've tried many times to isolate, or reproduce it to find the cause, and the

RE: Obtain # of Files in a DIRECTORY

2000-04-24 Thread Shane Pitts
#listit.recordcount# Shane -Original Message- From: Gregory Weiss [mailto:[EMAIL PROTECTED]] Sent: Monday, April 24, 2000 11:32 AM To: '[EMAIL PROTECTED]' Subject: Obtain # of Files in a DIRECTORY This message is in MIME format. Since your mail reader does not understand this format,

RE: Database Dates equal to Current Date

2000-04-26 Thread Shane Pitts
Send the variable "search" to the script:: SELECT * FROM datasource WHERE databasedate BETWEEN #timestart# and #timeend# -Original Message- From: Chris Chambers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 10:38 AM To: [EMAIL PROTECTED] Subject: RE:

Date Validation JS Error?

2000-05-05 Thread Shane Pitts
Does anyone recall if there is a known bug in the javascript that CF builds on VALIDATE DATE with the CFINPUT tag? For Example, I'm using If someone enters 05/05/00, 05/05/2000 is entered in the database, and no error is thrown by the javascript. If someone enters 05/05/2000, 05/05/2020 is en

RE: odbc error

2000-05-08 Thread Shane Pitts
can you possibly post the query? -Original Message- From: Shane Witbeck [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 4:40 PM To: [EMAIL PROTECTED] Subject: odbc error Can anyone give suggestions why I am getting the following error when selecting specific fields from an Acces

RE: 2 submit buttons on 1 form.

2000-05-12 Thread Shane Pitts
If they keep hitting that same page until everything is complete, how about having a checkbox at the bottom "form_complete" in that page, you could have all the stuff I'm sure there are other ways to accomplish, this just came to mind Shane -Original Message- From: [EM