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



-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 02, 2000 3:18 PM
To: [EMAIL PROTECTED]
Subject: Re: CFIF statement problem


On 8/2/00, [EMAIL PROTECTED] penned:

>
>


Better put some ## around variable user. And you'll need to cfset
user and variable.user or you'll get an error, or just set the value
of cookie to #user#.



>
>
>
>
>

Try

 and then the rest.

testregistered.email is defined, it's just empty if there are no records.
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 characters within a string.

I know the starting and ending indices -- how can I set a variable to the
characters within that range? I don't see a function for that...

THX


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 message content in your next "form field." Try checking for cf
syntax errors in the neighborhood of the 15th and 16th form fields.

-Deanna




Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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]
Subject: division by zero error?


Can anyone tell me what may be causing this error?

Error Diagnostic Information

ODBC Error Code = 22012 (Division by zero)

[Microsoft][ODBC Microsoft Access 97 Driver]Division by zero (null)

I am not performing any mathematical operations, nor do I have anything in
my CF code that would cause CF to think that that is what I am trying to do.
This is really a very simple two-page app. I have also tested this by NOT
utilizing the phone and fax fields, with the same result.

Here's the query (with their respective data types in brackets):


   INSERT INTO Request
  (ClassID,
  Request_Date, [datetime]
  Student_Name, [text]
  Student_Location, [text]
  Student_Department, [number]
  Student_Phone, [number]
  Student_Fax, [number]
  Manager_Name, [text]
  SendTo_Email) [text]
   VALUES
  (#Form.ClassID#,
   #dateformat(Now(), 'mm/dd/yy')#,
   '#Variables.StudentName#',
   '#Variables.StudentLoc#',
   #Form.DeptNo#,
   '#variables.studentphone#',
   '#variables.studentfax#',
   '#form.managername#',
   '#form.m_ta_email#')

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 web address?

i.e., this is what I would like to do in the app:
The text goes into a memo field in the access database normally. When the
message is displayed through the app, and if it finds the text 'http:\\'
anywhere in the field, it will add the 'a href' syntax to that string to
make the link 'clickable' within the text.

Is this too far out there?

Any help is appreciated!

<-C


Curt W. Makepeace, B.Mngt
Regional Webmaster
Applications Support & Roll-out
GTIS - PWGSC Western Region

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 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 web address?

i.e., this is what I would like to do in the app:
The text goes into a memo field in the access database normally. When the
message is displayed through the app, and if it finds the text 'http:\\'
anywhere in the field, it will add the 'a href' syntax to that string to
make the link 'clickable' within the text.

Is this too far out there?

Any help is appreciated!

<-C


Curt W. Makepeace, B.Mngt
Regional Webmaster
Applications Support & Roll-out
GTIS - PWGSC Western Region

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
Subject: Sry ot 2000 server question


sorry about the ot but can some one tell me where to set the default file
extensions on the windows 2000 server it will only serve up html.

Jim Taylor
Web Development
Web Sites of the Future Today
480-496-0712
http://24.1.254.231

ICQ 47640391


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.

Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.

Chris Poterala, web freak
[EMAIL PROTECTED] -
Voice: (313) 594-0850



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 probably corrupt. Seen it many
> times on local LAN. Only way to fix it get rid of the file.
>
> -Original Message-
> From: Eric A. Griff [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 08, 2000 2:35 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Weird


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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



-Original Message-
From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 9:01 AM
To: Cf-Talk
Subject: Is it possible to have a preview of records before going live??


Hey everyone,

I have a site where the users can add text to a form that will then
go to database, and from that a "news page" will get it's
information. Easy.

But, my client wants a way to add the text, hit enter, then preview
it with the ability to make changes before it goes live. After the
preview/change process he can hit another submit button to have the
info go live.

I'm looking for ideas as to where to start. Is this possible? Do I
need 2 tables, a beta table that is used before it goes live to the
final table? I'd need to figure out how to get the record from the
beta table to the live table.

Any better/other ideas? All help or suggestions are appreciated on
this one...

Jeff F.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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...what is I want to place pooh.gif into
http://www.daslweb.com/picapp/

what would the code be to upload?


Thanks, Gregory Pekofsky


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.  I could be wrong (and probably am).  :)
>
>
>
>
> -Original Message-
> From: Gavin Myers [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 27, 2000 5:07 PM
> To: '[EMAIL PROTECTED]'
> Subject: Oh man i need help
>
>
> Hah, working on this thing, using cf server 4.0 what am i doing wrong?
I've
> looked at this like 400,000 times...
> here's the simplified version (I cut out all the stuff that has no
realtion
> to the problem):
>
> 
> 
> 
>  "hh:mm:tt")# lt "12:01:AM">
> 
> 
> 
>
> 
> 
>  "hh:mm:tt")# lt "06:00:PM">
> 
> 
> 
>
> 
> 
> #timeformat(time, "hh:mm:tt")#
> Sorry, we're closed
> 
> 
> 
> #timeformat(time, "hh:mm:tt")#
> Hey spiffy, we're open
> 
> 
>
>
> ANY possible hint as to why this does not work properly? Why it says I'm
> closed when it should be open?
>
> Its the last part of a huge project and I'm going to get hung if it doesnt
> work.
>
>
> Thanks,
> Gavin
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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#')
 

Shane






- Original Message -
From: "mohammed jakda" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 27, 2000 3:13 PM
Subject: Checkbox prob...


> Hi,
> I have a single checkbox field on a form for a user to check or uncheck if
> they want to subscribe to a newsletter, the problem I'am having is that if
> the user unchecks it, then my insert query does not record anything such
as
> no or 0 in my Dbase column, whereas as if it is left at the default
checked
> it store the value "yes" in the Dbase...
> Does anyone know how to make a value be stored in the Dbase when a user
> unselects the checkbox???
>
> 
>
> 
> 
> 
> insert into table1
> (Field1)
> values
> ('#form.Field1#')
> 
> 
> 
>
> Regards.
>
> Parsman.
>
>
>
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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:visited as an attribut of CSS for hyperlinks doesn't work in Netscape
4.x
> Ideas how to manage it in Netscape with CSS ?
>
> Uwe
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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:visited


> A:visited as an attribut of CSS for hyperlinks doesn't work in Netscape
4.x
> Ideas how to manage it in Netscape with CSS ?
>
> Uwe
>
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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()) and
> TimeFormat (Now()) as one function that can be inserted into a database?
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 advance.

Shane


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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_000_013B_01C03D21.1065DC60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have stumped myself on this one. This should be easy but...

I am looping through the URL Parameters like this:





Then I rebuild the url parameters like this:





What I need to do is strip out a variable name IF it exists, namely the =
page variable.=20
All I need to really know is how to skip appending it in my 2nd list =
loop above if the word page is in there.


jon

--=_NextPart_000_013B_01C03D21.1065DC60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








I have stumped myself on this one. This =
should be=20
easy but...
 
I am looping through the URL Parameters =
like=20
this:
 

 
Then I rebuild the url parameters like=20
this:
 

 
What I need to do is strip out a =
variable name IF=20
it exists, namely the page variable. 
All I need to really know is how to =
skip appending=20
it in my 2nd list loop above if the word page is in =
there.
 
 
jon

--=_NextPart_000_013B_01C03D21.1065DC60--



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



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 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 10:51 AM
To: CF-Talk
Subject: Problem with email form validation


Hi!

I was wondering if there was a way arond this problem.

I am using the CFINPUT 's "Required" and "Message"
options.  They work great, except that I want to
go further with the email verification.
I inserted a script to verify the format of the
email address.  The problem is that if all the
fields are correct except for the email format, this scripts
correctly tells me that the email is not in a proper format,
but after I click on OK, the form is sent anyways.

Here is one of the scripts I tried:


  function ValidEmail(item) {
   var lsAT;
   var lsDOT;

   lsAT = item.value.indexOf("@");
   lsDOT = item.value.indexOf(".");

   if (lsAT == -1 || lsDOT == -1 || item.value.indexOf(" ") != -1 || lsAT +
1 >= lsDOT ) {
return false;
   }
   return true;
  }

  function CheckEmail() {
   if(!ValidEmail(document.EmailForm.Email)) {
   alert("#data.a73#");
   }
   return true;
  }

 


Any help would greatly be apreciated.
TIA!
_
Michael



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



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: Wednesday, April 05, 2000 9:40 AM
To: [EMAIL PROTECTED]
Subject: OT: Outlook express


This might sound stupid, but ...
Can I create different profiles in Outlook express 4.0? I'm tired to share
my mail box with my syster.
[]'s
vinicius



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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, you wrote:
>The ONLY reason I originally posted was because the copyright and patent
>laws of our country suck, but our country's ethics don't?Go try to
>"knock
>off" a song,  book or corporate logo...etc.

I take it you've never heard the phrase "inspired by." Songs, books, and
logos are all derivative. Whether you incorporate an idea from a work or
deliberately avoid it, all songs, books, and logos have pieces taken from
multiple sources, even if unintentionally. There is very little new ground
to cover in any of these fields EXCEPT which sources new work draws from.
Of course, in those fields it's a sign of a good work to have someone draw
from your ideas. Imitation is the sincerest form of flattery, remember?

As a writer, I can tell you that when you write there are certain things
that you do. You present work in a format appropriate to the subject
matter, in language appropriate to the subject matter, in a way that you
think appeals to the intended reader. Applying the same theory to this
discussion, this other company has drawn from your company's ideas and made
what they think are improvements. They make these improvements by drawing
from other sources. They have used a format that suits the intention of the
product and fits the intended user. If your product does the same thing and
has the same intended user, they are likely to be similar. That isn't theft
of ideas, that's completely natural. People can call it a knock-off, but
knock-offs don't include improvements. They probably call it a knock-off
because it seems similar. If you have a problem with this, I have to wonder
why. It's not like they went in and stole your source code or it would be
against the contracts they were under when they got the source, and
therefore illegal. Open source doesn't mean you can take code out of it and
incorporate it into a product. They built upon a good idea that already
existed, but they added to the idea. And you sound very threatened by that.

While your AuctionBuilder product may be very valuable, if you are
threatened by AbleCommerce competition, that is the sign of a problem with
the product. While focusing your company's efforts on this auction product
and '*away* from AbleCommerce, which is what you are implying, AbleCommerce
will lose technological ground. Instead of resting on your laurels, you
could innovate with AbleCommerce-- add new features, make it more flexible,
incorporate better techniques to get the same job done. It might delay the
release of AuctionBuilder, but in the meantime, you wouldn't be losing
ground. Allaire certainly didn't stop at ColdFusion version 1 or even
version 2.

Everyday people decide on new things to do on their websites; if your
product can't keep up you will lose ground in the market and have only
yourself to blame.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
logs don't help.  Only that in the web server log there will usually be an
entry that states "the web server is to busy to handle this request: error
523"

I've resorted to setting up a paging alert when that process starts eating
the cpu so I can just stop and restart it...

Id love to know how to "fix" it..

Shane

-Original Message-
From: Sreang Kim [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 6:14 AM
To: [EMAIL PROTECTED]
Subject: CF Locking UP


This is a multi-part message in MIME format.

--=_NextPart_000_0863_01BFAACA.3E747B00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a big problem.  I am using CF 4.01 Enterprise for Unix.  CF is =
constantly locking up. I check the system performance and found that =
when It locked up, the CPU usuage ramped up to over 90%  I checked CF =
Server logs and found that I have several unresposive thread count.  =
Also there was some application error on the application log.  Why would =
my cpu usage ramp up 90% and stay there and eventually locking up CF?  =
Is it because of the thread count and the application error?  What could =
be the possible reason?

--=_NextPart_000_0863_01BFAACA.3E747B00
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








I have a big problem.  I am using =
CF 4.01=20
Enterprise for Unix.  CF is constantly locking up. I check the =
system=20
performance and found that when It locked up, the CPU usuage ramped up =
to over=20
90%  I checked CF Server logs and found that I have several =
unresposive=20
thread count.  Also there was some application error on the =
application=20
log.  Why would my cpu usage ramp up 90% and stay there and =
eventually=20
locking up CF?  Is it because of the thread count and the =
application=20
error?  What could be the possible =
reason?

--=_NextPart_000_0863_01BFAACA.3E747B00--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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, some or all of this message may not be legible.

--_=_NextPart_001_01BFAE13.01D459EE
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I need to get a count of the number of files in a particluar =
directory.=A0 I
know that CFFILE allows you to do several FILE operations, but how =
would you
actually get a count of the number of files that exist in a particular
directory.
=A0
Thanks in advance for your help.
=A0
Gregory L. Weiss
Web Development Project Leader
Trapezoid, Inc.
4107 Laguna Street
Coral Gables, Florida 33146
(305) 442-8060 x230
  [EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: Database Dates equal to Current Date


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

WHERE   datefield > #createodbcdatetime("04/25/00")#
AND datefield < #createodbcdatetime("04/26/00")#

_

Chris Chambers

ICQ: 40311211
AIM: CTC HOME

VOX: 757-896-6393
FAX: 757-896-0774
_

- -Original Message-
From: James Sleeman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 7:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Database Dates equal to Current Date


- ---Reply to mail from Ryan Shrout about Database Dates equal to
Current Date

>
> How can I set up the SQL statement so that all news posts with a
> certain = date are selected.  My problem is that the dates in the
> database have = the date AND time, but when I try to match the
> datetime field with a = #CreateODBCDate(04/25/00)# I get no
> matches, since their is no time = associated with this.  Is there a
> way to set the time field to a = wildcard?

How about

   ...
WHERE
MyDateField GTE #CreateODBCDate(04/25/00)# AND
MyDateField LT #CreateODBCDate(04/26/00)#
   ...




- --
- 
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal
k or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use 

iQA/AwUBOQcbc0ejih2dfV0dEQJIfwCfXycbHHOJ/zGLSM/VeWYcDp04YZAAn2WX
3U8g3bOhTdxXWE5xgBWZCaVF
=tqlC
-END PGP SIGNATURE-


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 entered in the database, and no
error is thrown either.

It appears that even though in the help file, VALIDATE DATE is supposed to
validate in the DD/MM/ format, it's really only taking the first two
digits of YY and appending that to 20 to build the date.

Am I missing something? can anyone verify this?

Thanks

Shane

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Access db, yet when I use a "select *"
everything is fine?

[Microsoft][ODBC Microsoft Access Driver] You tried to execute a query that
does not include the specified expression 'id' as part of an aggregate
function.

thanks.

Sincerely,

Shane Witbeck
Webmaster
[EMAIL PROTECTED]
www.digitalsanctum.com





--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 10:39 AM
To: [EMAIL PROTECTED]
Subject: 2 submit buttons on 1 form.


Hello,

I have a form that has two submit buttons on the same form.  The first
submit button updates the form by posting information to that same page.
The second submit button passes that information to the next form in the
series.

The reason I want the first button is that I want the user to select a
variable number of items to update.  Once they click update, the information
adds itself to the form, and creates a new set of empty form elements.

The problem I am running into, is that I can get both of these functions to
work independently, but once I put them together I cannot get one of the
submit buttons to work.  Only the first button on the page works.

My question is, how can I have two form submit buttons that submit to 2
different pages on one page?  Any help is appreciated.

Jonathan Garstin
Software Engineer
Tektronix Inc
[EMAIL PROTECTED]
503-627-1994


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.