ie6 /winxp session problems

2002-11-12 Thread Nick Varner
Am I remembering correctly that there are issues with ie6 and session vars
or do I need to increase my meds?
If there are problems is there some documentation on what the problem is (I
cant find any)?
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



CF studio

2002-11-08 Thread Nick Varner
Does anyone else have problems with Winamp3 and CF Studio. Every time I put
in a CD Studio.exe generates errors and winamp wont run.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



duplicate vals written to db

2002-11-05 Thread Nick Varner
We are having problems with our shopping cart. Somehow the user is getting
duplicate line items placed in their cart, it doesn't happen to every line
item and it doesn't happen to every user. We have not been able to duplicate
this problem, we have also contacted the customers and they don't seem to be
doing anything out of the ordinary. In an attempt to find out what the
problem is we turned on session scope variable locking in hopes of an error,
but no luck. This was not a problem until 3 months ago which leads us to
think it is related to an increase in traffic. Has anyone else come across
this problem, does anyone have any suggestions for what to look at.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: ie mac problem?

2002-10-28 Thread Nick Varner
No id doesn't happen on any other browser (NS or IE on pc or NS on mac),
after more testing it was losing values when going back to ssl and forward
to ssl; it doesn't lose values if you go back to non-ssl and forward to
non-ssl.

 -Original Message-
From:   Joshua Miller [mailto:josh@;joshuasmiller.com] 
Sent:   Monday, October 28, 2002 10:55 AM
To: CF-Talk
Subject:RE: ie mac problem?

I thought that happened with any browser - switching from SSL to non-SSL
and back you lose the data with a message about "Page expired" or
something like that. Doesn't this happen on Windows IE as well?

Joshua Miller
[EMAIL PROTECTED]


-Original Message-
From: Nick Varner [mailto:VarnerN@;cookministries.org] 
Sent: Monday, October 28, 2002 12:30 PM
To: CF-Talk
Subject: ie mac problem?


We have a form that people submit information, after submitting the info
we confirm the info back to the user. If the user is on IE on the Mac
and clicks back enough times to get to our homepage then clicks forward
to go back to the confirmation page all of the values are missing. It
appears that when IE goes from an SSL (input and confirmation) site to
non SSL (home) it losses values; has any one else seen this before or
know of a way around it.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



ie mac problem?

2002-10-28 Thread Nick Varner
We have a form that people submit information, after submitting the info we
confirm the info back to the user. If the user is on IE on the Mac and
clicks back enough times to get to our homepage then clicks forward to go
back to the confirmation page all of the values are missing. It appears that
when IE goes from an SSL (input and confirmation) site to non SSL (home) it
losses values; has any one else seen this before or know of a way around it.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



cfform in cffrom

2002-10-16 Thread Nick Varner

Can you nest cfforms? 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Checkbox Value

2002-10-16 Thread Nick Varner

I would try #IFF(userinfo.worh EQ 1, DE('checked'), DE(''))#

 -Original Message-
From:   Jillian Carroll [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, October 16, 2002 1:51 PM
To: CF-Talk
Subject:Checkbox Value

I know I'm close on this... this works with radio buttons.

I have a query:


SELECT id, username, password, salutation, fname, lname, address, city,
prov, country, pcode, worh, phoneh, phonew, faxh, faxw, email, datebox,
centraladmin, provadmin, trainer, other
FROM users
WHERE id = #userid#


And from the results of this query I want to determine whether a checkbox is
checked. I tried:

Please select if the above is a work address: checked>

What am I doing wrong?

--
Jillian


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



delete session vars

2002-10-08 Thread Nick Varner

I am new to session vars so this is probably an easy answer, How do I delete
a session var from existence? I  want to be able to make
paramterexstits(session.var) return a false after the possibility of it
being set to something.

thanks
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: OT: Can form fields look differently?

2002-09-20 Thread Nick Varner

Not that it matters, but the Validate CSS link at the bottom of the page you
reference says there is an error.

 -Original Message-
From:   Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent:   Friday, September 20, 2002 3:23 PM
To: CF-Talk
Subject:Re: OT:  Can form fields look differently?

S. Isaac Dealey wrote:
> 
> My personal experience is that I prefer IE for it's look and feel and it's
> ability to render CSS gracefully.

Visit http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12&css=true 
in Mozilla and IE and tell me again how gracefully IE handles CSS.
The text about IE being 100% CSS Level 1 compliant on the MS site is an 
outright lie, and one they refuse to correct.

Jochem


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfinput

2002-09-19 Thread Nick Varner

Can you mix cfinputs with regular inputs? I am losing data and that seems
like the only possible reason. I don't lose data all the time but when I do
it drops information after the first space.
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: scientific characters

2002-09-18 Thread Nick Varner

I would try &# and then the ASCII number for the char you want  or alt-###

 -Original Message-
From:   Louis Klepner [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, September 18, 2002 2:43 PM
To: CF-Talk
Subject:scientific characters

I'm having some issues with scientific characters...

.a relatively thick cornea, measuring 600 mm.

Hopefully the character will come be displayed properly in this email ---
I'm unable to paste the character into a text field. Does anyone know a
work-around which will allow the 'full range' of characters to be pasted
into a text field?

Thanks in advance!

-Lou Klepner


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



run CF from db

2002-09-17 Thread Nick Varner

Is there a way to evaluate Coldfusion after it is pulled from a db instead
of CF thinking its text? 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: textarea

2002-09-17 Thread Nick Varner

With a little mod this will work great...thanks

 -Original Message-
From:   Darron J. Schall [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, September 17, 2002 2:40 PM
To: CF-Talk
Subject:Re: textarea

The following should be of some help to you

function limitArea(){
   content = document.form_name.text_area_name.value;
   len = content.length;
   if (len > 500) {
  content = content.substr(0,500);
   alert('Your input is limited to 500 characters.');
   document.form_name.text_area_name.value = content;
  }
}



Feel free to modify the limitArea() function to optimize it a little bit...

Happy coding,
-Darron

- Original Message -
From: "Nick Varner" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 4:32 PM
Subject: textarea


> Since there is not a cftextarea, how do I through up an alert in
javascript
> telling the user they have entered to many characters in a  textarea. I
know
> this is off subject but any help would be appreciated.
> 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



textarea

2002-09-17 Thread Nick Varner

Since there is not a cftextarea, how do I through up an alert in javascript
telling the user they have entered to many characters in a  textarea. I know
this is off subject but any help would be appreciated. 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Comma seperaed help

2002-09-12 Thread Nick Varner

You could assume that every space in the text equals a comma, and just do a
replace

 -Original Message-
From:   Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, September 12, 2002 12:37 PM
To: CF-Talk
Subject:Comma seperaed help

I have to give our users a screen where they can enter multiple
keywords.  Initially I was thinking of 1 gib memo field and the user
could speerate the words with a comma but im not so sure they actually
remember to put the comma in.  S I figured I would ask  you guys
what my other options are?  Also, I want to avoid giving them 20 text
boxes to put in keywords with...


Any suggestions would help

Thanks

KP

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Re: Funny Looking Symbols (CFMX)

2002-09-12 Thread Nick Varner

Something to keep in mind before the migration to MX, and we thought the
apostrophe was a dead issue.

 -Original Message-
From:   Dwayne Cole [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, September 12, 2002 11:15 AM
To: CF-Talk
Subject:Re: Re: Funny Looking Symbols (CFMX)

> Dwayne Cole wrote:
> > PROBLEM:
> > After I switched to CFMX, apostrophy and qoutes contained in database
records show up as funny looking symbols.   
> > 
> > CAUSE(I think):
> > I remember reading somewhere that CFMX needs to know something about a
the UTF-8 character set.  Is this the source of my problem? 
> > 
> > SOLUTION:
> > ?? this is what I need to know.
> 
> This is what we need to know:
> - what database
ACCESS 2000
> - how was the data inserted into the database (charset)
Originally, cut and paste from MS word.  Then updated with form updates
using soEditor.  The problem gets worse when updating
> - what database driver
N/A
> - what fieldtypes
MEMO

> - which of the following are used and in which way:
>  - cfcontent
>  - cfprocessingdirective
>  - setEncoding()
>  - what charset is your content supposed to be
I am not using nor taking into consideration any of the above.  I did not
need to use the above tags and function when using CF5.  Now that I am using
CFMX, however, it looks like I may have to be a little more thoughtful about
how I handle what use to be a very simple process.   

QUESTION:
Do I use these tags and function on the display page or do I use them on the
action page that inserts the content into the database?

> 
> Jochem
> 
> 

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: checkbox -- insert to database problem

2002-09-11 Thread Nick Varner

You could try  in you insert statement

 -Original Message-
From:   Gilbert Midonnet [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, September 11, 2002 4:15 PM
To: CF-Talk
Subject:checkbox -- insert to database problem

I'm having problems with checkboxes. I can't find what I'm doing wrong. I've
read and reread my sources. I think I understand what to do -- but it still
isn't working.


PROBLEM: The checkboxes works when they are selected but don't when not. I
understand that unselected checkboxes do not pass a value. I thought that
CFPARAM would solve the problem. No!!!


ERROR MSG below:


. Error resolving parameter FORM.DISPLAYAThe specified form
field cannot be found...


CODE:



My user-fills-out-form-page.cfm is 















My processing-page.cfm has











INSERT INTO displayEvents

(displayA, displayB, displayC)

VALUES

('#form.displayA#','#form.displayB#','#form.displayC#')






I must be missing something very simple. thanks for any clues.


gilbert midonnet







__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: is there a trim function to get rid of a space between names

2002-09-11 Thread Nick Varner

Try ReplaceNoCase("Mac Donald", " ", "", "ALL")

 -Original Message-
From:   Rebecca Joy Sherman [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, September 11, 2002 2:27 PM
To: CF-Talk
Subject:is there a trim function to get rid of a space between names

Hi all,

Is there a way to get CF to delete the space in between a name.  ie... "Mac 
Donald" to just "MacDonald"?


Thanks,


Joy




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists