RE: Getting List of all cookies

2000-11-01 Thread Dave Watts

 Since the recent thread on getting a list of all form fields 
 got so many responses, I thought I'd try posting this tougher 
 question again.
 
 I have been searching for quite a while for a way to get all 
 available cookies, similar to #form.fieldnames#.
 
 I can do it in other languages, so I think there must be a way.

You can retrieve this from the CGI scope, using the variable
CGI.HTTP_COOKIE. This will contain a list delimited by semicolons.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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: Getting List of all cookies

2000-11-01 Thread Steve Martin

Similarly cookies are stored in the cookie structure so you could do a
StructKeyList(cookie)

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 09:05
 To: CF-Talk
 Cc: '[EMAIL PROTECTED]'
 Subject: RE: Getting List of all cookies


  Since the recent thread on getting a list of all form fields
  got so many responses, I thought I'd try posting this tougher
  question again.
 
  I have been searching for quite a while for a way to get all
  available cookies, similar to #form.fieldnames#.
 
  I can do it in other languages, so I think there must be a way.

 You can retrieve this from the CGI scope, using the variable
 CGI.HTTP_COOKIE. This will contain a list delimited by semicolons.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 --
 --
 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]



ColdFusion is vulnerable?

2000-11-01 Thread Mike Connolly

Have a look at this article listing ColdFusion as number 2 in top 10
internet security threats...
http://www.sans.org/topten.htm

Comments on a postcard please?



---
Any opinions expressed in this message are those of the individual and not necessarily 
the company.  This message and any files transmitted with it are confidential and 
solely for the use of the intended recipient.  If you are not the intended recipient 
or the person responsible for delivering to the intended recipient, be advised that 
you have received this message in error and that any use is strictly prohibited.

Sapphire Technologies Ltd
http://www.sapphire.net

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: ColdFusion is vulnerable?

2000-11-01 Thread Stephen Moretti


 Have a look at this article listing ColdFusion as number 2 in top 10
 internet security threats...
 http://www.sans.org/topten.htm

 Comments on a postcard please?


Mike,

That is a really OLD article and it doesn't actually say _coldfusion_ is
number 2 top internet security risk.  It actually says any _CGI_ is a number
2 security risk (that includes perl, TCL, PGP, JSP anything you can name)
and mostly from sample apps being left on the server and security patches
not being installed.


Sapphire is a part of a security firm - you already have all of the patches
(and more) installed on your servers, so you should be as ok as any server
can be  Just make sure that having installed all the security patches,
you've removed the sample apps and made any other recommended adjustments to
the server.

See http://www.allaire.com/security

Regards

Stephen


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: ColdFusion is vulnerable?

2000-11-01 Thread Gavin Lilley

On Wed, 01 Nov 2000, you wrote:
 Have a look at this article listing ColdFusion as number 2 in top 10
 internet security threats...
 http://www.sans.org/topten.htm

This is talking about vunerable sample programs which should be stripped from
the server. All systems have sample apps - Is Northwind still the MS faveourite?

-- 
Gavin Lilley
Internet / Intranet Developer
 - Halesowen College
http://halesowen.ac.uk - 0121 602 4477

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: ColdFusion is vulnerable?

2000-11-01 Thread Stephen Moretti


Whoops - I didn't mean PGP - I actually mean - PHP - slip of the finger
there!

Sorry!

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Stephen Moretti
 Sent: Wednesday, 01 November 2000 11:25
 To: [EMAIL PROTECTED]; Cf-Talk@Houseoffusion. Com
 Cc: Mike Connolly
 Subject: RE: ColdFusion is vulnerable?


 
  Have a look at this article listing ColdFusion as number 2 in top 10
  internet security threats...
  http://www.sans.org/topten.htm
 
  Comments on a postcard please?
 

 Mike,

 That is a really OLD article and it doesn't actually say _coldfusion_ is
 number 2 top internet security risk.  It actually says any _CGI_
 is a number
 2 security risk (that includes perl, TCL, PGP, JSP anything you can name)
 and mostly from sample apps being left on the server and security patches
 not being installed.


 Sapphire is a part of a security firm - you already have all of
 the patches
 (and more) installed on your servers, so you should be as ok as any server
 can be  Just make sure that having installed all the security patches,
 you've removed the sample apps and made any other recommended
 adjustments to
 the server.

 See http://www.allaire.com/security

 Regards

 Stephen




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: ColdFusion is vulnerable?

2000-11-01 Thread Len Conrad


Have a look at this article listing ColdFusion as number 2 in top 10
internet security threats...
http://www.sans.org/topten.htm

Comments on a postcard please?

I invoke your own tag, it works very well, thanks.

CF_IGNORE User="Mike Connolly"

CFX_TALKINGARSE User="Mike Connolly"

CFABORT

Len

http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways


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]



CF is vulnerable

2000-11-01 Thread Mike Connolly

I appreciate all of the comments made...

I agree...
1. 'remove sample applications' is a really old security issue
2. The Number 2 slot really goes to CGI as a whole.

My main concern was if we apply of the CGI patches as suggested in this
article (provided by a customer of ours who won't allow us to develop with
CF) will it affect the running of the CFAS (CGI) ?

Regards

Mike Connolly

PS. Len you really must get out more or at least tidy your CF-Talk
mailbox once in a while.


---
Any opinions expressed in this message are those of the individual and not necessarily 
the company.  This message and any files transmitted with it are confidential and 
solely for the use of the intended recipient.  If you are not the intended recipient 
or the person responsible for delivering to the intended recipient, be advised that 
you have received this message in error and that any use is strictly prohibited.

Sapphire Technologies Ltd
http://www.sapphire.net

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: CF is vulnerable

2000-11-01 Thread Stephen Moretti

Mike,

As I said that article is particularly old - I wouldn't recommend using it
as a guide for insuring the security of a webserver.  I vaguely remember
looking at that very same page upto a year ago.

You and I both know that that is far too long a time for anything to be
valid on the internet.

From what I've heard about your servers I don't think there is much more you
really could do to them, without switching them off and unpluging them from
the power and the network... ;o)

Regards

Stephen

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Mike Connolly
 Sent: Wednesday, 01 November 2000 12:13
 To: 'CF-Talk'; '[EMAIL PROTECTED]'
 Subject: CF is vulnerable


 I appreciate all of the comments made...

 I agree...
 1. 'remove sample applications' is a really old security issue
 2. The Number 2 slot really goes to CGI as a whole.

 My main concern was if we apply of the CGI patches as suggested in this
 article (provided by a customer of ours who won't allow us to develop with
 CF) will it affect the running of the CFAS (CGI) ?

 Regards

 Mike Connolly

 PS. Len you really must get out more or at least tidy your CF-Talk
 mailbox once in a while.


 ---
 Any opinions expressed in this message are those of the
 individual and not necessarily the company.  This message and any
 files transmitted with it are confidential and solely for the use
 of the intended recipient.  If you are not the intended recipient
 or the person responsible for delivering to the intended
 recipient, be advised that you have received this message in
 error and that any use is strictly prohibited.

 Sapphire Technologies Ltd
 http://www.sapphire.net



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: Drop down List

2000-11-01 Thread James Taavon

This is a multi-part message in MIME format.
--E6147946B6907CB6F06EC99E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

You place the Tag in your Custom Tag folder under CFUSION and then call
the tag from your cfm file.


My QUERY:

CFQUERY NAME="GetPerson" datasource="OIMDBADM"
select name, address
from oimdbadm.assignee
where manager = 'Hub'
/CFQUERY


Calling Cusstom Tag below (I have mine in a table)
tr valign="top"
tdfont face="arial" size="2"bName:brbrbrEmail:/b/td
td
CF_TwoSelectsRelated
query="GetPerson"
name1="assigned"
name2="address"
display1="name"
display2="address"
htmlbetween="p"
size1="1"
size2="1"/font/td
td align="right"font face="arial" size="2"bDate:/b/td
tdfont face="arial"
size="2"cfoutput#DateFormat(getassignment.date,
"mm/dd/")#/cfoutput/td
/tr
tr


monika kon wrote:
 
 Thanks a lot for considering my problem.
 I found CF_ThreeSelectsRelated on the site
 http://nateweiss.com/taggallery/
 but one more question where do I run the query.I went
 through the CF program but no where CFQUERY has been
 run.Please explain..
 
 --- James Taavon [EMAIL PROTECTED] wrote:
  This is a multi-part message in MIME format.
  --79B146EDDC6C8F75FF1B27F5
  Content-Type: text/plain; charset=us-ascii
  Content-Transfer-Encoding: 7bit
 
  You can find the custom tag at
 
 
  monika kon wrote:
  
   Please tell me where I can find this custom tag.
   Secondly how am I suppose to use Java script ,as I
   don't know much of it.
   If I use onchange() of javascript ,I will have to
  call
   javascript coe in it.
   Please help..
   --- Vaughan Evans [EMAIL PROTECTED]
  wrote:
   
There is a custom tag called twoSelectsRelated
  that
may be of help.
   
   

Hi every one,
I have 2 drop down lists ,the first one has
  options
which are hard coded.
When the user selects one of these options from
  the
first dropdown list  then the second dropdown
  list
gets populated from the database accordingly.I
  want
this to happen in the same template.
Please help

Shally

   
  __
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's
  FREE.
http://im.yahoo.com/
   
  
 
 ---
-
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]
  
   __
   Do You Yahoo!?
   Yahoo! Messenger - Talk while you surf!  It's
  FREE.
   http://im.yahoo.com/
  
 
 

   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]
  --79B146EDDC6C8F75FF1B27F5
  Content-Type: text/x-vcard; charset=us-ascii;
   name="jtaavon.vcf"
  Content-Transfer-Encoding: 7bit
  Content-Description: Card for James Taavon
  Content-Disposition: attachment;
   filename="jtaavon.vcf"
 
  begin:vcard
  n:Taavon;James
  tel;cell:(443) 506-2117
  tel;fax:(410) 333-5203
  tel;work:(410) 767-3415
  x-mozilla-html:FALSE
  org:Department of Labor, Licensing and
  Regulation;Office of Information and Technology
  version:2.1
  email;internet:[EMAIL PROTECTED]
  title:Senior Web Developer
  adr;quoted-printable:;;1100 N. Eutaw
  Street,=0D=0ARoom 203;Baltimore;MD;21201;
  fn:James Taavon
  end:vcard
 
  --79B146EDDC6C8F75FF1B27F5--
 
 
 

  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]
 
 __
 Do You Yahoo!?
 From homework help to love advice, Yahoo! Experts has your answer.
 http://experts.yahoo.com/
 

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send 

Re: Mail Server Authentication

2000-11-01 Thread Howie Hamlin

Grab a copy of CFX_TCPClient from
http://www.intrafoundation.com/freeware.html.  Then do the following:

- connect to port 110 of the mail server
- wait for +OK
- send USER user name
- wait for +OK
- send PASS password

if the server responds with +OK then the user/pass were accepted.  If the
server responds with -ERR then the user/pass were NG.

- send QUIT to the server to disconnect.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server

- Original Message -
From: "Norman Elton" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 31, 2000 10:54 PM
Subject: Mail Server Authentication


 Does anyone know of a way to authenticate a user off of a mail server? I
 have been using CFPOP with CFTRY, but this becomes extremely clumsy if the
 user has hundreds of messages, even if I don't retrieve the message
bodies.

 Thanks!

 Norman Elton
 Information Technology
 College of William  Mary

 --
--
 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]



Accessing db query via Cold Fusion?

2000-11-01 Thread Paul Sinclair

I have a db with a number of queries. Is it possible to access these queries
using CF and cfoutput the results? If so, a primer on the code would be
very helpful.

Thanks.

Paul Sinclair


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: Accessing db query via Cold Fusion?

2000-11-01 Thread Bob Silverberg

I assume you're talking about an Access database.  If so, you can just treat
the query as a regular table.

For example, if you have a query called qryMyStuff, which reads a bunch of
tables and returns a result set, you can output the results in CF like so:

CFQUERY NAME="getStuff" DATASOURCE="{your DSN here}
SELECT *
FROM qryMyStuff
/CFQUERY

CFOUTPUT QUERY="getStuff"
#getStuff.field1# #getStuff.field2#
/CFOUTPUT

Where field1 is a field in your original query, as is field2.  The getStuff.
at the beginning of getStuff.field1 is not necessary, but it's neater.

Hope that brief description helps,
Bob


-Original Message-
From: Paul Sinclair [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 8:12 AM
To: CF-Talk
Subject: Accessing db query via Cold Fusion?


I have a db with a number of queries. Is it possible to access these queries
using CF and cfoutput the results? If so, a primer on the code would be
very helpful.

Thanks.

Paul Sinclair



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]



CF Server log error???

2000-11-01 Thread joeug


Hello all,
  I am getting a this error in ColdFusion server log
file(Server.Log). 
"Windows NT error number 109 occurred"

Does anyone know what this error is and how i can rectify this
problem.

Appretiate any help.

Thanks
Joe

-
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!


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: Runtime - Solutions

2000-11-01 Thread Eric Dawson

When you pay $1000+ for CF Pro you are buying
the rights to use this on a server for thousands of users
Are you going to get that kind of performance out of cf pro, or is 
performance more of an issue with the hardware?

Eric

_
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Runtime - Solutions

2000-11-01 Thread Simon Horwith

performance is fine, but there are special features in enterprise edition...
go to allaire's site to see them all (database drivers and clustering are a
few of the differences).

~Simon

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:36 AM
To: CF-Talk
Subject: Re: Runtime - Solutions


When you pay $1000+ for CF Pro you are buying
the rights to use this on a server for thousands of users
Are you going to get that kind of performance out of cf pro, or is 
performance more of an issue with the hardware?

Eric

_
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/
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: Manipulating Cursor Position In Applications

2000-11-01 Thread t nelson

Paige,

I had asked the question originally and with a little bit of help from 
everyone I got it to work. Here is what I used:

script
!--
function setfocus() {
document.(form name).(field name).focus();
}
// --/script

In your body the code should look wxactly like this:

"body onLoad=setfocus()"

In the site:

form action="someaction" method=get name=(form name)

input type="text(example)" name="some name"

the most important thing to remember is that since not all browsers will 
support javascript you really need to comment out that script. also the 
other important thing is to declare your form and filed names.

Good Luck and let me know how it turns out.

Cheers




Original Message Follows
From: "Paige Chandler" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Manipulating Cursor Position In Applications
Date: Tue, 31 Oct 2000 20:42:08 -0500
MIME-Version: 1.0
Received: from [207.31.122.140] by hotmail.com (3.2) with ESMTP id 
MHotMailBBC8BF7B0075D821EECBCF1F7A8C06EA0; Tue Oct 31 17:40:37 2000
Received: from smtp02.mrf.mail.rcn.net ([207.172.4.61])  by 
www.houseoffusion.com (Post.Office MTA v3.5.3 release 223  ID# 
0-54969U100L100S0V35) with ESMTP id com  for 
[EMAIL PROTECTED]; Tue, 31 Oct 2000 20:43:04 -0500
Received: from 216-164-230-91.s91.tnt7.lnh.md.dialup.rcn.com 
([216.164.230.91] helo=xxx)by smtp02.mrf.mail.rcn.net with smtp (Exim 3.16 
#1)id 13qmp6-1W-00for [EMAIL PROTECTED]; Tue, 31 Oct 2000 
20:36:16 -0500
From [EMAIL PROTECTED] Tue Oct 31 17:42:39 2000
Message-ID: 003101c043a4$f35c1690$0903a8c6@xxx
References: 
[EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

Hello Jann,

It appears that you've answered a question I didn't even know how to ask
yet. But I can't quite get it to work.  Would you please look at the code
below and tell me what is wrong with it? "CVS3WP02.cfm" is the web page and
"UserId" is the loggon Id field which I would like to receive focus upon the
page loading. TIA.

Regards,

Paige

/BODY
Script
   document."CVS3WP02.cfm.UserId".focus()
/script
/HTML

- Original Message -
From: "Jann VanOver" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 31, 2000 5:13 PM
Subject: RE: Manipulating Cursor Position In Applications


  I have found many cases when this doesn't work.  I've often gotten errors
  that look like the "onLoad" handler was run before the page finished
  loading. (error says form or field not found). I do NOT trust the 
"onLoad"
  handler.  In cases like this, I've put the focus statement at the end of
the
  document.
html
 ...
body
/body
script
  document.formname.fieldname.focus()
/script
/html
 
  -Original Message-
  From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, October 31, 2000 12:35 PM
  To: CF-Talk
  Subject: RE: Manipulating Cursor Position In Applications
 
 
  body onLoad="document.formname.fieldname.focus();"
 
   -Original Message-
   From: t nelson [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, October 31, 2000 2:02 PM
   To: CF-Talk
   Subject: Manipulating Cursor Position In Applications
  
  
   Hello All,
  
   I have a slight problem on my hands. I am trying to make the
   cursor default
   to the beginning of my input fields. For example if a user opens up a
   cf_form page, I want them to be able to begin inputting their
   data without
   having to use their mouse to move their cursor into position.
  
   Any ideas out there?
  
  
  
_
   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/
   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]
 


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 

Re: Runtime - Solutions

2000-11-01 Thread Ryan

At 08:36 11/1/00 CST, you wrote:
When you pay $1000+ for CF Pro you are buying
the rights to use this on a server for thousands of users
Are you going to get that kind of performance out of cf pro, or is 
performance more of an issue with the hardware?

Eric

I think performance is the same with either the pro or enterprise
versions. Enterprise just adds clustering, native DB drivers (this
could speed things up if you are using a high end database they
have native drivers for), and I don't know what else.

Ryan


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]



Client variables disappearing

2000-11-01 Thread Perez, Bismark

Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez


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]



SQL Server 7.0 Stored Procedures

2000-11-01 Thread Jay White


Hello

I am having touble with output parameters when running SQL Server 7.0
stored procedures.  All varchar output parameters get truncated to
255(when using ODBC) or 256(when using OLEDB) characters.

I can run the same stored procedure from ASP (with either ODBC or
OLE) without truncation.  I have tried both CF 4.0 and 4.5 with updated
service packs.  CF is running on a NT 4.0 Server with most recent service
pack and updated MDAC.

I find it hard to believe that this is a limitation to ColdFusion,
so I am guessing that I do not have something set up correctly.  Please
email directly if anyone has any ideas.

Thanks,
Jay White


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]



(no subject)

2000-11-01 Thread Steve Ray

This is a multi-part message in MIME format.
--00DFBEAD50FEA6C9CDCB798B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

unsubscribe cf-talk [EMAIL PROTECTED]

--00DFBEAD50FEA6C9CDCB798B
Content-Type: text/x-vcard; charset=us-ascii;
 name="sray.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Steve Ray
Content-Disposition: attachment;
 filename="sray.vcf"

begin:vcard 
n:Ray;Steve
tel;fax:703.838.9799
tel;work:703.838.9777
x-mozilla-html:TRUE
url:www.matrixgroup.net
org:Matrix Group International;Team Hi-Fidelity
version:2.1
email;internet:[EMAIL PROTECTED]
title:Developer/Hipster
adr;quoted-printable:;;801 N. Fairfax Street=0D=0ASte. 205;Alexandria;Virginia;22314;
fn:Steve Ray
end:vcard

--00DFBEAD50FEA6C9CDCB798B--


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: Client variables disappearing

2000-11-01 Thread Simon Horwith

not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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: Client variables disappearing

2000-11-01 Thread Andy Ewings

I agree.sounds like the Client variable is expiring.  Yo need to store
it in a ccokie on the users pc (providing they accept cookies) or store it
in a db on the server and pull this info when they log in.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 14:50
To: CF-Talk
Subject: RE: Client variables disappearing


not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Andy Ewings

Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I assume this is due to the
ODBC restriction you are talking of.  I am confused though because if you
are using a DSN for both CF and ASP then it will be using the same ODBC
driver for SQL Server and so you should see the same results.  I'm confused
as to where the source of the problem is.  I'll have a think!...

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Jay White [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:00
To: CF-Talk
Subject: SQL Server 7.0 Stored Procedures



Hello

I am having touble with output parameters when running SQL Server 7.0
stored procedures.  All varchar output parameters get truncated to
255(when using ODBC) or 256(when using OLEDB) characters.

I can run the same stored procedure from ASP (with either ODBC or
OLE) without truncation.  I have tried both CF 4.0 and 4.5 with updated
service packs.  CF is running on a NT 4.0 Server with most recent service
pack and updated MDAC.

I find it hard to believe that this is a limitation to ColdFusion,
so I am guessing that I do not have something set up correctly.  Please
email directly if anyone has any ideas.

Thanks,
Jay White



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: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Simon Horwith

SQL Server (6.5, anyway) does store the first 255 characters in the actual
database and other excess characters in a "database extension" file.  When
querying data, you should still get all characters, though.  When viewing
data in studio, visual query builder, or the default "show rows" interface,
you will only be shown a truncated value, though.  
my 2 cents.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:58 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I assume this is due to the
ODBC restriction you are talking of.  I am confused though because if you
are using a DSN for both CF and ASP then it will be using the same ODBC
driver for SQL Server and so you should see the same results.  I'm confused
as to where the source of the problem is.  I'll have a think!...

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Jay White [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:00
To: CF-Talk
Subject: SQL Server 7.0 Stored Procedures



Hello

I am having touble with output parameters when running SQL Server 7.0
stored procedures.  All varchar output parameters get truncated to
255(when using ODBC) or 256(when using OLEDB) characters.

I can run the same stored procedure from ASP (with either ODBC or
OLE) without truncation.  I have tried both CF 4.0 and 4.5 with updated
service packs.  CF is running on a NT 4.0 Server with most recent service
pack and updated MDAC.

I find it hard to believe that this is a limitation to ColdFusion,
so I am guessing that I do not have something set up correctly.  Please
email directly if anyone has any ideas.

Thanks,
Jay White



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: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Andy Ewings

what do you mean by "show rows" interface and visual query buider?  I assume
these are interfaces built within CF.  When you execute a query through ISQL
you get a maximum of 256 characters per coloumn by default returned (I guess
this is using OLEDB) but you can change this setting in the query options.
I assume CF must be doing something similar as I'm sure SQL will return the
full value via ODBC/OLEDB to CF.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:04
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


SQL Server (6.5, anyway) does store the first 255 characters in the actual
database and other excess characters in a "database extension" file.  When
querying data, you should still get all characters, though.  When viewing
data in studio, visual query builder, or the default "show rows" interface,
you will only be shown a truncated value, though.  
my 2 cents.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:58 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I assume this is due to the
ODBC restriction you are talking of.  I am confused though because if you
are using a DSN for both CF and ASP then it will be using the same ODBC
driver for SQL Server and so you should see the same results.  I'm confused
as to where the source of the problem is.  I'll have a think!...

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Jay White [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:00
To: CF-Talk
Subject: SQL Server 7.0 Stored Procedures



Hello

I am having touble with output parameters when running SQL Server 7.0
stored procedures.  All varchar output parameters get truncated to
255(when using ODBC) or 256(when using OLEDB) characters.

I can run the same stored procedure from ASP (with either ODBC or
OLE) without truncation.  I have tried both CF 4.0 and 4.5 with updated
service packs.  CF is running on a NT 4.0 Server with most recent service
pack and updated MDAC.

I find it hard to believe that this is a limitation to ColdFusion,
so I am guessing that I do not have something set up correctly.  Please
email directly if anyone has any ideas.

Thanks,
Jay White



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: 

RE: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Simon Horwith

I'm refering to the SQL Server "return all rows" menu option when right
clicking on a table.  Visual query builder is one of MS's query building
tools...very similar to the CFStudio visual query builder in terms of their
interfaces.  Actually, I meant to say "Query Analyzer" (an SQL query
execution environment in SQL Server), but the "255" rule still holds true
for these environments, regarding their respective outputs.

~Simon


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:06 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


what do you mean by "show rows" interface and visual query buider?  I assume
these are interfaces built within CF.  When you execute a query through ISQL
you get a maximum of 256 characters per coloumn by default returned (I guess
this is using OLEDB) but you can change this setting in the query options.
I assume CF must be doing something similar as I'm sure SQL will return the
full value via ODBC/OLEDB to CF.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:04
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


SQL Server (6.5, anyway) does store the first 255 characters in the actual
database and other excess characters in a "database extension" file.  When
querying data, you should still get all characters, though.  When viewing
data in studio, visual query builder, or the default "show rows" interface,
you will only be shown a truncated value, though.  
my 2 cents.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:58 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I assume this is due to the
ODBC restriction you are talking of.  I am confused though because if you
are using a DSN for both CF and ASP then it will be using the same ODBC
driver for SQL Server and so you should see the same results.  I'm confused
as to where the source of the problem is.  I'll have a think!...

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Jay White [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:00
To: CF-Talk
Subject: SQL Server 7.0 Stored Procedures



Hello

I am having touble with output parameters when running SQL Server 7.0
stored procedures.  All varchar output parameters get truncated to
255(when using ODBC) or 256(when using OLEDB) characters.

I can run the same stored procedure from ASP (with either ODBC or
OLE) without truncation.  I have tried both CF 4.0 and 4.5 with updated
service packs.  CF is running on a NT 4.0 Server with most recent service
pack and updated MDAC.

I 

RE: Client variables disappearing

2000-11-01 Thread Perez, Bismark

but wouldn't client variables be saved in the user pc (I selected registry)
and CF would retrieve them as needed using the ID and Token? 

Bismarck Perez


-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:50 AM
To: CF-Talk
Subject: RE: Client variables disappearing


not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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: Client variables disappearing

2000-11-01 Thread Simon Horwith

they're stored in server registry when you do that.  best practice: store
client variables in a database (set this in the cf administrator).

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:03 AM
To: CF-Talk
Subject: RE: Client variables disappearing


but wouldn't client variables be saved in the user pc (I selected registry)
and CF would retrieve them as needed using the ID and Token? 

Bismarck Perez


-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:50 AM
To: CF-Talk
Subject: RE: Client variables disappearing


not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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]

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]



Debugging info

2000-11-01 Thread Gene Kraybill

I've been mystified recently by what seems to be the failure of the CFServer to 
display 
standard debugging info in certain cases. (Makes debugging a nightmare!)

I DO have ALL the debugging checkboxes turned on (and  no IP restrictions) in the 
"Debugging" section of the administrator. I can catch the errors using 
CFTRY/CFCATCH, but they should display without that... 

Example: A change to the Required attribute in a field in an Access db caused an 
insert to fail -- and the rest of the template to bomb out. But NO debugging  info 
appeared until I created a CFTRY/CFCATCH... I noticed the same kind of problem with 
a call to a variable which didn't exist.

Ideas?

Gene Kraybill


-
Gene Kraybill
LPW  Associates LLC
www.lpw.net

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]



CFFile ERROR

2000-11-01 Thread AustralianAccommodation.com Pty. Ltd.

the following error occurs and i am a little confused as i have 2 copies one
copy on each of 2 totally different cf hosting services

on one of the cf hosts this error does not occur whislt on the other cf host
the error occurs and the code is 100% identical on both sites

your comments please

Error Diagnostic Information
Attribute set validation error in tag CFFILE

The tag has an invalid attribute combination: the value of the tag switch
attribute 'ACTION' which is now 'RENAME' requires a different combination of
attributes. For the same switch attribute value the following unknown
attributes have been provided: (NAMECONFLICT).

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (30:1) to (33:26).

The specific sequence of files included or processed is:
D:\FTP\austaccomm\Htdocs\austonline\admin1\admin\updatepropertyformresults.c
fm



Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [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: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Andy Ewings

Simon

If you are using Query analyser you can change the maximum number of
characters that are returned.  If you go to query - current connection
options and then select the advanced tab you can change it from 256.  There
is a maximum (not sure what it  is).  I'm not sure how you do this using
"Return all rows"

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:14
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


I'm refering to the SQL Server "return all rows" menu option when right
clicking on a table.  Visual query builder is one of MS's query building
tools...very similar to the CFStudio visual query builder in terms of their
interfaces.  Actually, I meant to say "Query Analyzer" (an SQL query
execution environment in SQL Server), but the "255" rule still holds true
for these environments, regarding their respective outputs.

~Simon


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:06 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


what do you mean by "show rows" interface and visual query buider?  I assume
these are interfaces built within CF.  When you execute a query through ISQL
you get a maximum of 256 characters per coloumn by default returned (I guess
this is using OLEDB) but you can change this setting in the query options.
I assume CF must be doing something similar as I'm sure SQL will return the
full value via ODBC/OLEDB to CF.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:04
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


SQL Server (6.5, anyway) does store the first 255 characters in the actual
database and other excess characters in a "database extension" file.  When
querying data, you should still get all characters, though.  When viewing
data in studio, visual query builder, or the default "show rows" interface,
you will only be shown a truncated value, though.  
my 2 cents.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:58 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I assume this is due to the
ODBC restriction you are talking of.  I am confused though because if you
are using a DSN for both CF and ASP then it will be using the same ODBC
driver for SQL Server and so you should see the same results.  I'm confused
as to where the source of the problem is.  I'll have a think!...

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 

strange CGI.REQUEST_METHOD problem

2000-11-01 Thread Jerry Tolentino


I would like to access the CGI.REQUEST_METHOD variable to process where
variables are coming from.

When I look at the debug dump from Cold Fusion I see the values change
between POST and GET depeding
on how I got to the page.

However when I attempt to CFOUPTUT the variable to the screen I always
see GET as the value.

What the hell is going on here?
Is this a problem with CF 4.5?

Server Information

 Server Product ColdFusion Server
 Version 4, 5, 0, 0
 Edition Professional
 Operating System Windows NT
 OS Version 4.0, Service Pack 5

Any help appreciated

Thanks

Jerry T.



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: Client variables disappearing

2000-11-01 Thread Andy Ewings

The point is that the Client variables will expire.  If you write it in a
ccokie or into a db they won't

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:21
To: CF-Talk
Subject: RE: Client variables disappearing


they're stored in server registry when you do that.  best practice: store
client variables in a database (set this in the cf administrator).

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:03 AM
To: CF-Talk
Subject: RE: Client variables disappearing


but wouldn't client variables be saved in the user pc (I selected registry)
and CF would retrieve them as needed using the ID and Token? 

Bismarck Perez


-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:50 AM
To: CF-Talk
Subject: RE: Client variables disappearing


not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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]


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: SQL Server 7.0 Stored Procedures

2000-11-01 Thread Simon Horwith

OK.  I was unaware that the default number of characters returned by Query
Analyzer can be changed... good to know.  I don't think it can be done in
"return".  he important concept here is that what a tool shows you, is
not always ALL the data.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:42 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Simon

If you are using Query analyser you can change the maximum number of
characters that are returned.  If you go to query - current connection
options and then select the advanced tab you can change it from 256.  There
is a maximum (not sure what it  is).  I'm not sure how you do this using
"Return all rows"

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:14
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


I'm refering to the SQL Server "return all rows" menu option when right
clicking on a table.  Visual query builder is one of MS's query building
tools...very similar to the CFStudio visual query builder in terms of their
interfaces.  Actually, I meant to say "Query Analyzer" (an SQL query
execution environment in SQL Server), but the "255" rule still holds true
for these environments, regarding their respective outputs.

~Simon


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:06 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


what do you mean by "show rows" interface and visual query buider?  I assume
these are interfaces built within CF.  When you execute a query through ISQL
you get a maximum of 256 characters per coloumn by default returned (I guess
this is using OLEDB) but you can change this setting in the query options.
I assume CF must be doing something similar as I'm sure SQL will return the
full value via ODBC/OLEDB to CF.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:04
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


SQL Server (6.5, anyway) does store the first 255 characters in the actual
database and other excess characters in a "database extension" file.  When
querying data, you should still get all characters, though.  When viewing
data in studio, visual query builder, or the default "show rows" interface,
you will only be shown a truncated value, though.  
my 2 cents.

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:58 AM
To: CF-Talk
Subject: RE: SQL Server 7.0 Stored Procedures


Interesting!  When I started to develop SP's a few years ago I was told to
make the maximum size of my varchar variables 255 but never new why!  The
company I worked for didn't use ColdFusion so I 

RE: Client variables disappearing

2000-11-01 Thread Simon Horwith

agreed and egg-knowledged!!

~Simon

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:43 AM
To: CF-Talk
Subject: RE: Client variables disappearing


The point is that the Client variables will expire.  If you write it in a
ccokie or into a db they won't

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 01 November 2000 15:21
To: CF-Talk
Subject: RE: Client variables disappearing


they're stored in server registry when you do that.  best practice: store
client variables in a database (set this in the cf administrator).

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:03 AM
To: CF-Talk
Subject: RE: Client variables disappearing


but wouldn't client variables be saved in the user pc (I selected registry)
and CF would retrieve them as needed using the ID and Token? 

Bismarck Perez


-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:50 AM
To: CF-Talk
Subject: RE: Client variables disappearing


not sure, but it sounds to me like you should be setting a cookie, not a
client variable.

~Simon

-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:38 AM
To: CF-Talk
Subject: Client variables disappearing


Hello there, 

I have this little problem, I'm saving the last order number on a client
variable (I need to pull that order next time the user hits the site, no
matter if they have not completed the order), in the application.cfm I'm
checking if the client.order is defined, if it is not then I assigned a new
order number since that means the user completed the previous order, the
problem that I'm getting is that when the user comes back the order number
gets a new number meaning that the client.order field was not found

what I'm doing wrong  

Bismarck Perez



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]


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: CFFile ERROR

2000-11-01 Thread Scott J. Brader

Are both services running the same version of CF. I had a problem a while
back where the host was running an older version that behaved differently
than the same code running on my servers.

Scott

Scott Brader
USAV Group
5485 S. Westridge Dr.
PO Box 510620
New Berlin, WI 53151-0620

Phone: 262.814.2000
Fax: 262.814.2006

Amateurs practice until they get it right,
Experts practice until they can't get it wrong.

Any opinions expressed are mine and are not representative of USAV Group.

-Original Message-
From: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:35 AM
To: CF-Talk
Subject: CFFile ERROR


the following error occurs and i am a little confused as i have 2 copies one
copy on each of 2 totally different cf hosting services

on one of the cf hosts this error does not occur whislt on the other cf host
the error occurs and the code is 100% identical on both sites

your comments please

Error Diagnostic Information
Attribute set validation error in tag CFFILE

The tag has an invalid attribute combination: the value of the tag switch
attribute 'ACTION' which is now 'RENAME' requires a different combination of
attributes. For the same switch attribute value the following unknown
attributes have been provided: (NAMECONFLICT).

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (30:1) to (33:26).

The specific sequence of files included or processed is:
D:\FTP\austaccomm\Htdocs\austonline\admin1\admin\updatepropertyformresults.c
fm



Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [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]



CFFILE UPLOAD

2000-11-01 Thread Sim Graves

We're running CF4.5 NTserver 4.0 SP6 (don't say it, I know SP6=Bad). 
When we use CFFILE to upload a file, the file increases the size of
coldfusion.exe and never decreases, even after the file is written to
the disk. After a few uploads all of our 500megs of RAM is gone. 


At the Allaire forum all I could find was a suggestion to drop CFFILE
and use PERL.  This can't be the only solution (I hope).  

Any suggestions will be greatly appreciated.

Sincerely,

Sim Graves

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: CFFile ERROR

2000-11-01 Thread AustralianAccommodation.com Pty. Ltd.

not sure if they are running on different versions of the cf server I
thought of that too more importantly wondering what the solution is
- Original Message -
From: "Scott J. Brader" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 02, 2000 1:44 AM
Subject: RE: CFFile ERROR


Are both services running the same version of CF. I had a problem a while
back where the host was running an older version that behaved differently
than the same code running on my servers.

Scott

Scott Brader
USAV Group
5485 S. Westridge Dr.
PO Box 510620
New Berlin, WI 53151-0620

Phone: 262.814.2000
Fax: 262.814.2006

Amateurs practice until they get it right,
Experts practice until they can't get it wrong.

Any opinions expressed are mine and are not representative of USAV Group.

-Original Message-
From: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:35 AM
To: CF-Talk
Subject: CFFile ERROR


the following error occurs and i am a little confused as i have 2 copies one
copy on each of 2 totally different cf hosting services

on one of the cf hosts this error does not occur whislt on the other cf host
the error occurs and the code is 100% identical on both sites

your comments please

Error Diagnostic Information
Attribute set validation error in tag CFFILE

The tag has an invalid attribute combination: the value of the tag switch
attribute 'ACTION' which is now 'RENAME' requires a different combination of
attributes. For the same switch attribute value the following unknown
attributes have been provided: (NAMECONFLICT).

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (30:1) to (33:26).

The specific sequence of files included or processed is:
D:\FTP\austaccomm\Htdocs\austonline\admin1\admin\updatepropertyformresults.c
fm



Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [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]


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]



preservesinglequotes

2000-11-01 Thread Won Lee

Any help would be really greatful.

I have a form page where the user enters a header, content, and date for a
pressrelease
the action page should insert or update the DB.
Except the ' is causing problems

here is the code running 4.5 with Oracle 7.3 database:


cfparam name="form.PressReleaseID" default="0"
cfif form.PressReleaseID EQ 0
cfquery name="insertArticle" datasource="#application.dsn#"
INSERT INTO PressRelease
(Header, Content, PressReleaseDate)
VALUES
('#PreserveSingleQuotes(form.header)#',
'#PreserveSingleQuotes(form.Content)#', TO_DATE('#form.PressReleaseDate#',
'mm/dd/'))
/cfquery

cfelse
cfquery name="update" datasource="#application.dsn#"
UPDATE  PressRelease
SET 
Header = '#PreserveSingleQuotes(form.Header)#',
Content = '#PreserveSingleQuotes(form.Content)#',
PressReleaseDate =
TO_DATE('#form.PressReleaseDate#', 'mm/dd/')
WHERE PressReleaseID = #form.PressReleaseID#
/cfquery

/cfif


cflocation url="press_release_list.cfm" addtoken="no"


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: Manipulating Cursor Position In Applications

2000-11-01 Thread Christopher Olive, CIO

you don't put the name of the file in there.  you use the NAME attribute of
the FORM tag.

ex.


FORM NAME="fred" ...
INPUT NAME="UserId" ...
/FORM

...

/BODY
Script
  document.fred.UserId.focus()
/script
/HTML

btw, JS is case sensitive.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Paige Chandler [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 31, 2000 8:42 PM
To: CF-Talk
Subject: Re: Manipulating Cursor Position In Applications


Hello Jann,

It appears that you've answered a question I didn't even know how to ask
yet. But I can't quite get it to work.  Would you please look at the code
below and tell me what is wrong with it? "CVS3WP02.cfm" is the web page and
"UserId" is the loggon Id field which I would like to receive focus upon the
page loading. TIA.

Regards,

Paige

/BODY
Script
  document."CVS3WP02.cfm.UserId".focus()
/script
/HTML

- Original Message -
From: "Jann VanOver" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 31, 2000 5:13 PM
Subject: RE: Manipulating Cursor Position In Applications


 I have found many cases when this doesn't work.  I've often gotten errors
 that look like the "onLoad" handler was run before the page finished
 loading. (error says form or field not found). I do NOT trust the "onLoad"
 handler.  In cases like this, I've put the focus statement at the end of
the
 document.
   html
...
   body
   /body
   script
 document.formname.fieldname.focus()
   /script
   /html

 -Original Message-
 From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 31, 2000 12:35 PM
 To: CF-Talk
 Subject: RE: Manipulating Cursor Position In Applications


 body onLoad="document.formname.fieldname.focus();"

  -Original Message-
  From: t nelson [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, October 31, 2000 2:02 PM
  To: CF-Talk
  Subject: Manipulating Cursor Position In Applications
 
 
  Hello All,
 
  I have a slight problem on my hands. I am trying to make the
  cursor default
  to the beginning of my input fields. For example if a user opens up a
  cf_form page, I want them to be able to begin inputting their
  data without
  having to use their mouse to move their cursor into position.
 
  Any ideas out there?
 
 
 
_
  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/
  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]




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: conference info

2000-11-01 Thread Marius Milosav

Can anybody recommend some hotels, motels in walking distance (or on the
subway line) from the conference site.

Thank you
Marius Milosav
www.scorpiosoft.com
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm

- Original Message -
From: "news.fuseware.com" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 31, 2000 12:04 PM
Subject: Re: conference info


 The metro stop for the zoo is right there...use the Woodley Park-Zoo stop.

 http://www.washingtonpost.com/wp-srv/local/longterm/metro/front.htm

 Regards,

 Howie

 "Larry C. Lyons" [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi,
 
  Since the Main Developer's Conference is at the Marriott Woodley Park,
  is there any information about the nearest Metro stop etc available?
 
  thanks,
 
  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-2659
  http://www.ebstor.com
  http://www.pacel.com
  email: [EMAIL PROTECTED]
 
  Chaos, panic, and disorder - my work here is done.
  --

 --
 --
  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: CFSELECT and the required field

2000-11-01 Thread Billy Cravens

The "required" option for CFSELECT is rather silly, when you consider
how SELECT boxes work.  In a SELECT, something is always selected (the
default option, if not changed).

That's why you've gotta write your own code:
(assuming that you want something other than the first option selected)

select name="selectBox" onChange="if (! this.selectedIndex){alert('You
must select an option.')}"

You can use this in a CFSELECT as well.


Scott Weikert wrote:
 
 Hey gang...
 
 Trying to set up several CFSELECTS in a form, making each of them
 requiring a choice.
 I'm manually creating a query for each one, and referencing it in the
 CFSELECT tag.
 Now, the first item in the query is what will get passed, as its the first
 item in the select - so
 how do you tell it to make a choice required? Looking at the resulting
 source for the page, none
 of the items default to reading "selected"...
 
 --Scott
 
 

 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: conference info

2000-11-01 Thread Simon Horwith

not off the top of my head, but any hotel advertising itself within walking
distance of Adams Morgan or The METRO Red Line (in NW DC or in MD) will be
close or easy.  It all depends on your budget.

~Simon


-Original Message-
From: Marius Milosav [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 11:25 AM
To: CF-Talk
Subject: Re: conference info


Can anybody recommend some hotels, motels in walking distance (or on the
subway line) from the conference site.

Thank you
Marius Milosav
www.scorpiosoft.com
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm

- Original Message -
From: "news.fuseware.com" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 31, 2000 12:04 PM
Subject: Re: conference info


 The metro stop for the zoo is right there...use the Woodley Park-Zoo stop.

 http://www.washingtonpost.com/wp-srv/local/longterm/metro/front.htm

 Regards,

 Howie

 "Larry C. Lyons" [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi,
 
  Since the Main Developer's Conference is at the Marriott Woodley Park,
  is there any information about the nearest Metro stop etc available?
 
  thanks,
 
  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-2659
  http://www.ebstor.com
  http://www.pacel.com
  email: [EMAIL PROTECTED]
 
  Chaos, panic, and disorder - my work here is done.
  --

 --
 --
  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]

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]



Will PVCS source control work with Studio?

2000-11-01 Thread Sharon Curlee

This is a multi-part message in MIME format.

--=_NextPart_000_0089_01C043F6.076550B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hey guys,

I was wondering if anyone out there has any experience working with PVCS =
source control.  I have read that Studio allows you to work with source =
control applications other than VSS, but no documentation exists to =
indicate otherwise.  I have tried to configure it ... but when I added a =
project and then attempted to map it to source control, it gave me a =
"module not found" error. =20

I apologize in advance if this topic has been discussed before .. I just =
joined the list.  Any help would be greatly appreciated (links, docs, =
etc)

TIA
Sharon

--=_NextPart_000_0089_01C043F6.076550B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"
META content=3D"MSHTML 5.50.3825.1300" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2Hey guys,/FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2I was wondering if anyone out there has =
any=20
experience working with PVCS source control.nbsp; I have read that =
Studio=20
allows you to work with source control applications other than VSS, but =
no=20
documentation exists to indicate otherwise.nbsp; I have tried to =
configure it=20
... but when I added a project and then attempted to map it to source =
control,=20
it gave me a "module not found" error.nbsp; /FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2I apologize in advance if this topic =
has been=20
discussed before .. I just joined the list.nbsp; Any help would be =
greatly=20
appreciated (links, docs, etc)/FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2TIA/FONT/DIV
DIVFONT face=3DArial size=3D2Sharon/FONT/DIV/BODY/HTML

--=_NextPart_000_0089_01C043F6.076550B0--


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

2000-11-01 Thread Hayes, David

You don't want to preserve the single quotes, you want to escape them. 

Output your query string to the screen; you're probably getting something
like 
VALUES('This sentance isn't free of single quotes.', ...) which will bomb
the insert or update.  

You'll need to escape or replace the single quotes.  What happens if you
simply remove PreserveSingleQuotes?

-Original Message-
From: Won Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:59 AM
To: CF-Talk
Subject: preservesinglequotes


Any help would be really greatful.

I have a form page where the user enters a header, content, and date for a
pressrelease
the action page should insert or update the DB.
Except the ' is causing problems

here is the code running 4.5 with Oracle 7.3 database:


cfparam name="form.PressReleaseID" default="0"
cfif form.PressReleaseID EQ 0
cfquery name="insertArticle" datasource="#application.dsn#"
INSERT INTO PressRelease
(Header, Content, PressReleaseDate)
VALUES
('#PreserveSingleQuotes(form.header)#',
'#PreserveSingleQuotes(form.Content)#', TO_DATE('#form.PressReleaseDate#',
'mm/dd/'))
/cfquery

cfelse
cfquery name="update" datasource="#application.dsn#"
UPDATE  PressRelease
SET 
Header = '#PreserveSingleQuotes(form.Header)#',
Content = '#PreserveSingleQuotes(form.Content)#',
PressReleaseDate =
TO_DATE('#form.PressReleaseDate#', 'mm/dd/')
WHERE PressReleaseID = #form.PressReleaseID#
/cfquery

/cfif


cflocation url="press_release_list.cfm" addtoken="no"



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

2000-11-01 Thread Won Lee

I typed

cfoutput#PreserveSingleQuotes(form.Content)#/cfoutput
cfoutput#form.Content#/cfoutput
cfabort

I get
adsfadsf' adsfadsf' 

which is correct

I think i Need a 
adsfadsf'' to go in

-Original Message-
From: Hayes, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 11:26 AM
To: CF-Talk
Subject: RE: preservesinglequotes


You don't want to preserve the single quotes, you want to escape them. 

Output your query string to the screen; you're probably getting something
like 
VALUES('This sentance isn't free of single quotes.', ...) which will bomb
the insert or update.  

You'll need to escape or replace the single quotes.  What happens if you
simply remove PreserveSingleQuotes?

-Original Message-
From: Won Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:59 AM
To: CF-Talk
Subject: preservesinglequotes


Any help would be really greatful.

I have a form page where the user enters a header, content, and date for a
pressrelease
the action page should insert or update the DB.
Except the ' is causing problems

here is the code running 4.5 with Oracle 7.3 database:


cfparam name="form.PressReleaseID" default="0"
cfif form.PressReleaseID EQ 0
cfquery name="insertArticle" datasource="#application.dsn#"
INSERT INTO PressRelease
(Header, Content, PressReleaseDate)
VALUES
('#PreserveSingleQuotes(form.header)#',
'#PreserveSingleQuotes(form.Content)#', TO_DATE('#form.PressReleaseDate#',
'mm/dd/'))
/cfquery

cfelse
cfquery name="update" datasource="#application.dsn#"
UPDATE  PressRelease
SET 
Header = '#PreserveSingleQuotes(form.Header)#',
Content = '#PreserveSingleQuotes(form.Content)#',
PressReleaseDate =
TO_DATE('#form.PressReleaseDate#', 'mm/dd/')
WHERE PressReleaseID = #form.PressReleaseID#
/cfquery

/cfif


cflocation url="press_release_list.cfm" addtoken="no"



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: conference info

2000-11-01 Thread David Gassner

Holiday Inn (White House) is 4 blocks from the Dupont Circle metro on the
red line, 1 stop from the Marriott, and has rooms at $99/night.

- Original Message -
From: Marius Milosav [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 4:25 PM
Subject: Re: conference info


 Can anybody recommend some hotels, motels in walking distance (or on the
 subway line) from the conference site.

 Thank you
 Marius Milosav
 www.scorpiosoft.com
 Virtual Help Desk Demo (VHD)
 www.scorpiosoft.com/vhd/login.cfm

 - Original Message -
 From: "news.fuseware.com" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Tuesday, October 31, 2000 12:04 PM
 Subject: Re: conference info


  The metro stop for the zoo is right there...use the Woodley Park-Zoo
stop.
 
  http://www.washingtonpost.com/wp-srv/local/longterm/metro/front.htm
 
  Regards,
 
  Howie
 
  "Larry C. Lyons" [EMAIL PROTECTED] wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   Hi,
  
   Since the Main Developer's Conference is at the Marriott Woodley Park,
   is there any information about the nearest Metro stop etc available?
  
   thanks,
  
   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-2659
   http://www.ebstor.com
   http://www.pacel.com
   email: [EMAIL PROTECTED]
  
   Chaos, panic, and disorder - my work here is done.
   --
 

 --
  --
   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]



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: Submit a Form once

2000-11-01 Thread Larry C. Lyons

Jason,

Try this one, its quite simple:

INPUT TYPE="Button" NAME="Submit" VALUE="Submit" onClick="if(this.value
== 'Submit') this.form.submit(); this.value = 'Please Wait.';"

regards,

larry

--
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 204
Manassas, Virginia 20109-3795
tel:   (703) 393-7930
fax:   (703) 393-2659
Web:   http://www.pacel.com
   http://www.ebstor.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--

 At 12:10 PM 10/30/00 -0700, Jason Larson wrote:
 
 I was wondering if anybody had some cf code, that allows the user to
only
 submit a form once.
 
 Thanks
 Jason
 

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

2000-11-01 Thread Won Lee

Umm I'm an idiot.  I apologize to everyone for wasting your time and
bandwidth.

Thank you David, I learned a lot today.

Won

-Original Message-
From: Won Lee 
Sent: Wednesday, November 01, 2000 11:33 AM
To: CF-Talk
Subject: RE: preservesinglequotes


I typed

cfoutput#PreserveSingleQuotes(form.Content)#/cfoutput
cfoutput#form.Content#/cfoutput
cfabort

I get
adsfadsf' adsfadsf' 

which is correct

I think i Need a 
adsfadsf'' to go in

-Original Message-
From: Hayes, David [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 11:26 AM
To: CF-Talk
Subject: RE: preservesinglequotes


You don't want to preserve the single quotes, you want to escape them. 

Output your query string to the screen; you're probably getting something
like 
VALUES('This sentance isn't free of single quotes.', ...) which will bomb
the insert or update.  

You'll need to escape or replace the single quotes.  What happens if you
simply remove PreserveSingleQuotes?

-Original Message-
From: Won Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:59 AM
To: CF-Talk
Subject: preservesinglequotes


Any help would be really greatful.

I have a form page where the user enters a header, content, and date for a
pressrelease
the action page should insert or update the DB.
Except the ' is causing problems

here is the code running 4.5 with Oracle 7.3 database:


cfparam name="form.PressReleaseID" default="0"
cfif form.PressReleaseID EQ 0
cfquery name="insertArticle" datasource="#application.dsn#"
INSERT INTO PressRelease
(Header, Content, PressReleaseDate)
VALUES
('#PreserveSingleQuotes(form.header)#',
'#PreserveSingleQuotes(form.Content)#', TO_DATE('#form.PressReleaseDate#',
'mm/dd/'))
/cfquery

cfelse
cfquery name="update" datasource="#application.dsn#"
UPDATE  PressRelease
SET 
Header = '#PreserveSingleQuotes(form.Header)#',
Content = '#PreserveSingleQuotes(form.Content)#',
PressReleaseDate =
TO_DATE('#form.PressReleaseDate#', 'mm/dd/')
WHERE PressReleaseID = #form.PressReleaseID#
/cfquery

/cfif


cflocation url="press_release_list.cfm" addtoken="no"



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]

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: CF-Talk V1 #93

2000-11-01 Thread David Jordan


--- CF-Talk [EMAIL PROTECTED] wrote:
 CF-TalkTue, 31 Oct 2000   Volume 1 : Number 93
 
 In this issue:
 
 Re: Submit a Form once
 Re: Decrypt
 Re: Drop down List
 RE: Dynamic PDF
 RE: Project documentation
 Re: CFFORM  Textareas
 Re: Drop down List
 Re: Drop down List
 Update problem
 Re: Dynamic PDF
 RE: semi-OT: cf_beer picture, this is too cool
 URGENT! Client variable help needed
 File Vs Database?
 ot:  conference info
 OT:  LDAP
 Re: ot:  conference info
 textarea help
 Re: Dynamic PDF
 Re: conference info
 RE: ot:  conference info
 Re-Ordering a Multiple Select Box
 RE: URGENT! Client variable help needed
 RE: Dynamic PDF
 RE: textarea help
 RE: File Vs Database?
 Looking for custom tag to give me user information, cpu speed, ram, etc.
 RE: conference info
 Netscape left and top margin?
 RE: conference info
 RE: conference info
 Re: File Vs Database?
 RE: Netscape left and top margin?
 RE: URGENT! Client variable help needed
 Retrieving Uploaded Files from server
 RE: URGENT! Client variable help needed
 RE: File Vs Database?
 Re: Re-Ordering a Multiple Select Box
 RE: Netscape left and top margin?
 Updating two frames when sumitting a form
 RE: Retrieving Uploaded Files from server
 RE: conference info
 RE: URGENT! Client variable help needed
 RE: Netscape left and top margin?
 Advanced Security spontaneous deauthentication...
 Re: Netscape left and top margin?
 Public Thanks
 String manip: Using fractions rather than decimals for output
 Cold Fusion Configuration
 [OT] JavaScript str.search(".")
 RE: conference info
 RE: Netscape left and top margin?
 RE: File Vs Database?
 RE: LDAP
 RE: Dynamic PDF
 RE: URGENT! Client variable help needed
 Which tag do you use with Authorize.net?
 RE: [OT] JavaScript str.search(".")
 dynamic variables
 Re: Dynamic PDF
 Re: conference info
 RE: File Vs Database?
 OT: Netscape left and top margin?
 RE: Load testing CF
 Re: URGENT! Client variable help needed
 Re: Load testing CF
 Studio Question
 New CF Article
 RE: conference info
 RE: conference info
 CF Developer Exam
 Runtime - Solutions
 Input type = ah!
 RE: Netscape left and top margin?
 RE: URGENT! Client variable help needed
 HELP w/CFLOOP DELIMITERS ?
 RE: Which tag do you use with Authorize.net?
 Re: conference info
 Re: conference info
 CFCONTENT, CSV and dynamic filenames?
 RE: String manip: Using fractions rather than decimals for output
 RE: Runtime - Solutions
 Problems with CFLOCATION and a Question about hrefs
 Re: CF Developer Exam
 Re: Runtime - Solutions
 RE: Runtime - Solutions
 RE: conference info
 RE: Input type = ah!
 Re: Runtime - Solutions
 RE: Netscape left and top margin?
 Re: Which tag do you use with Authorize.net?
 Re: Which tag do you use with Authorize.net?
 feature request?
 Old Question CF Hosting
 RE: [OT] JavaScript str.search(".")
 CD-ROM based apps
 Re: conference info
 RE: conference info
 RE: HELP w/CFLOOP DELIMITERS ?
 RE: Input type = ah!
 RE: Cold Fusion Configuration
 RE: Input type = ah!
 Getting List of Form Fields
 Re: Runtime - Solutions
 RE: Submit a Form once
 RE: Runtime - Solutions
 RE: Runtime - Solutions
 Manipulating Cursor Position In Applications
 Re: Old Question CF Hosting
 RE: Input type = ah!
 CFMAIL undeliverable and spool troubles
 RE: HELP w/CFLOOP DELIMITERS ?
 Re: Dynamic PDF
 Re: Old Question CF Hosting
 RE: Old Question CF Hosting
 RE: Input type = ah! -fixed-
 RE: Getting List of Form Fields
 RE: Manipulating Cursor Position In Applications
 Re: [Manipulating Cursor Position In Applications]
 RE: Input type = ah!
 RE: Manipulating Cursor Position In Applications
 Accessing Foxpro on a different server
 RE: CFTRY in Application.cfm?
 Re: Getting List of Form Fields
 Re: CD-ROM based apps
 Re: Manipulating Cursor Position In Applications
 RE: Getting List of Form Fields
 RE: Getting List of Form Fields
 RE: Manipulating Cursor 

RE: preservesinglequotes

2000-11-01 Thread Stephen Moretti

Won,

Try taking the preservesinglequotes out of your insert and update queries.

As David says you need to change the single quotes into their escape codes,
because you'll get extra extra single quotes in the middle of your SQL
statement which will throw your SQL.

Try enclosing doing this instead :

#replace(content,"'","#39;")#

the same goes for you header variable.

Regards

Stephen

 -Original Message-
 From: Won Lee [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 01 November 2000 16:33
 To: CF-Talk
 Subject: RE: preservesinglequotes


 I typed

 cfoutput#PreserveSingleQuotes(form.Content)#/cfoutput
 cfoutput#form.Content#/cfoutput
 cfabort

 I get
 adsfadsf' adsfadsf'

 which is correct

 I think i Need a
 adsfadsf'' to go in

 -Original Message-
 From: Hayes, David [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 11:26 AM
 To: CF-Talk
 Subject: RE: preservesinglequotes


 You don't want to preserve the single quotes, you want to escape them.

 Output your query string to the screen; you're probably getting something
 like
 VALUES('This sentance isn't free of single quotes.', ...) which will bomb
 the insert or update.

 You'll need to escape or replace the single quotes.  What happens if you
 simply remove PreserveSingleQuotes?

 -Original Message-
 From: Won Lee [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 9:59 AM
 To: CF-Talk
 Subject: preservesinglequotes


 Any help would be really greatful.

 I have a form page where the user enters a header, content, and date for a
 pressrelease
 the action page should insert or update the DB.
 Except the ' is causing problems

 here is the code running 4.5 with Oracle 7.3 database:


 cfparam name="form.PressReleaseID" default="0"
 cfif form.PressReleaseID EQ 0
   cfquery name="insertArticle" datasource="#application.dsn#"
   INSERT INTO PressRelease
   (Header, Content, PressReleaseDate)
   VALUES
   ('#PreserveSingleQuotes(form.header)#',
 '#PreserveSingleQuotes(form.Content)#', TO_DATE('#form.PressReleaseDate#',
 'mm/dd/'))
   /cfquery

 cfelse
   cfquery name="update" datasource="#application.dsn#"
   UPDATE  PressRelease
   SET
   Header = '#PreserveSingleQuotes(form.Header)#',
   Content = '#PreserveSingleQuotes(form.Content)#',
   PressReleaseDate =
 TO_DATE('#form.PressReleaseDate#', 'mm/dd/')
   WHERE PressReleaseID = #form.PressReleaseID#
   /cfquery

 /cfif


 cflocation url="press_release_list.cfm" addtoken="no"

 --
 --
 
 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]



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]



var output to list

2000-11-01 Thread Dan Donnick

What would the correct syntax be to output and id and then from that output 
create a list of the variables returned?

__

Dan Donnick
Cold Fusion Developer
Bixler Incorporated
1250 24th Street NW
Suite 250
Washington, DC 20037
P: (202) 686-5800
F: (202) 686-5801
__


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]



cfobject

2000-11-01 Thread Sima . Lee

Hi  I have some problems in using cfobject tag to create a java object
and access its public method in Cold Fusion.
Here is the detail:(This is just a test and to prove that we can use the
real java objects on the server, so forget what it actually does here)

I created a simple  java class called CreateDates.class.

It has a public method called tellage(), which returns an integer.

In the main method I make an instance of the class (use the default
constructor), and do some stuff.

It works fine by itself. But when I called it using cfobject and tried to
access the public method  Cold Fusion gave me an error: the method is not a
public method.

The code is here:
 cfobject action="Create"
   tyep="java"
   class="CreateDates"
  name="MyDate"

Then when I use  cfset age=MyDate.tellage(),
 the Cold Fusion says it's not a public method.

Is this the right way to use this tag?

Any suggestions will be greatly appreciated. Thanks in advance.


Sima


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: var output to list

2000-11-01 Thread Neil Clark

cfset myTempArray = ArrayNew(1)

cfoutput
cfloop query="YOURQUERY" startrow="1" endrow="YOURQUERY.RECORDCOUNT"
cfset tVar = #ArrayAppend( myTempArray, "YOURQUERY.ID" )#
/cfloop

cfset tempArraytoList = #ArrayToList( myTempArray ,",")#

Outputted List : #tempArraytoList#

/cfoutput

-
hope this is what you're after.

N


! ---
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
---




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]



OT? - Cold Fusion and Datatel?

2000-11-01 Thread Willy Ray


I'm a CF developer for a small college in Utah.  Our main administrative database 
system is called "Colleague" and it's produced by a company called Datatel.  Supposed 
to be ODBC compliant.  So far all of my applications have been written on Access, 
however, because we haven't been able to get any ODBC drivers that would actually hit 
the database from my CF server.  Anybody out there using Colleague and Cold Fusion 
together?  Anybody?  If so, how?  I'd love to get into contact with someone with some 
knowledge on this.  Access-based developement is starting to wear a little thin for me.

Willy Ray


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



RE: var output to list

2000-11-01 Thread Mark Johnson

I think this is what you are tring to do.

CFQUERY NAME="somequery" DATASOURCE="somedatasource"
SELECT id FROM sometable
/CFQUERY

CFSET foo = ValueList(somequery.id)

Mark

-Original Message-
From: Dan Donnick [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 5:01 PM
To: CF-Talk
Subject: var output to list


What would the correct syntax be to output and id and then from that output
create a list of the variables returned?

__

Dan Donnick
Cold Fusion Developer
Bixler Incorporated
1250 24th Street NW
Suite 250
Washington, DC 20037
P: (202) 686-5800
F: (202) 686-5801
__



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]



Simple Shop Cart Solution? Suggestions?

2000-11-01 Thread Jeff Fongemie


Hi everyone. I need a simple shopping cart.

I have looked at many but they seem too complicated and have way too many
functions. Often my clients just want to sell 20 to 30 items. I just want a
cart that will allow me to add a simple form with size and quantity drop
boxes with an "add to cart" button that leads to a checkout. I want the cart
to be an addition to an already existing design layout, not have the cart
dictate the design. I looked at the shopping cart lesson at webmonkey.com,
but I don't have the time to mess with it. I'd rather buy a simple finished
cart.

I'd love it to be open source..

Thanks for any suggestions or solutions anyone has found.

Jeff Fongemie


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

2000-11-01 Thread Anuj Gakhar

can i know where to download this from ...if u dont mind


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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: conference info

2000-11-01 Thread Paul Ihrig

does any one know the shuttle name or color that runs from Regan to the
Marriot?
thanks
-paul

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]



OT: Link from SSL to non-SSL

2000-11-01 Thread Dave Hannum

Hello,

I have an application that uses session variables.  To produce the final
report, the application goes through SSL (to protect social security
numbers, passwords, etc).  When I enter the Secure server, I pass variables
via URL to the secure app to reproduce the session variables that had been
produced previously in the non secure side.  When the report is completed, I
clear the session variables in the secure side.  Fine.  Now, when I come
back to the non-secure side of the app, the session variables there are
still in tact.  So, I put a url variable in the link that triggers the
non-secure side to clear the session variables there when I come back in.
This works fine except that I get the warning message pop-up when I click
the link in the secure side to leave.  The warning is that I'm headed from
secure to unsecure and that the info I'm trying to pass will not be secure.
This message makes the users nervous.  How can I avoid this, and still be
able to clear the session variables on the non secure side.  I've tried
using the HTTP_REFERER to see where I'm coming from, and clear it that way,
but the secure server does not set the HTTP_REFERER environmental variable,
so that won't work.  I've tried CFHTTP to call the clearing script before I
leave the secure side, but that does not work because (I believe) without me
actually being on the non-secure side, it can't find the session variables
it needs.  Any ideas?

Thanks,
Dave


=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524





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: conference info

2000-11-01 Thread Simon Horwith

from reagan, take the yellow line towards Mt. Vernon and get off at Gallery
Place/ChinaTown.  At Gallery Place/ChinaTown swith to the red line towards
Shady Grove.  Get off at WoodleyPark Zoo / Adams Morgan, and the hotel is
atop the hill, staring right at you.

~Simon

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 12:53 PM
To: CF-Talk
Subject: RE: conference info


does any one know the shuttle name or color that runs from Regan to the
Marriot?
thanks
-paul


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: Simple Shop Cart Solution? Suggestions?

2000-11-01 Thread Dave Hannum

Check out the Tack2 example in the CF4.0 and up example applications.  It's
a stand alone cart.

Dave


=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: "Jeff Fongemie" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 12:47 PM
Subject: Simple Shop Cart Solution? Suggestions?



Hi everyone. I need a simple shopping cart.

I have looked at many but they seem too complicated and have way too many
functions. Often my clients just want to sell 20 to 30 items. I just want a
cart that will allow me to add a simple form with size and quantity drop
boxes with an "add to cart" button that leads to a checkout. I want the cart
to be an addition to an already existing design layout, not have the cart
dictate the design. I looked at the shopping cart lesson at webmonkey.com,
but I don't have the time to mess with it. I'd rather buy a simple finished
cart.

I'd love it to be open source..

Thanks for any suggestions or solutions anyone has found.

Jeff Fongemie



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: Link from SSL to non-SSL

2000-11-01 Thread Dave Hannum

LOL - you're right - I don't want that answer.

Dave


- Original Message -
From: "Jim McAtee" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 1:04 PM
Subject: Re: Link from SSL to non-SSL


Here's the answer you don't want:  Get a certificate for the (currently
non-secure) domain url.  That way, you never have to leave the server you're
on to conduct secure transactions and you don't have to worry about passing
session variables between servers.

Jim


- Original Message -
From: "Dave Hannum" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 10:54 AM
Subject: OT: Link from SSL to non-SSL


 Hello,

 I have an application that uses session variables.  To produce the final
 report, the application goes through SSL (to protect social security
 numbers, passwords, etc).  When I enter the Secure server, I pass
variables
 via URL to the secure app to reproduce the session variables that had been
 produced previously in the non secure side.  When the report is completed,
I
 clear the session variables in the secure side.  Fine.  Now, when I come
 back to the non-secure side of the app, the session variables there are
 still in tact.  So, I put a url variable in the link that triggers the
 non-secure side to clear the session variables there when I come back in.
 This works fine except that I get the warning message pop-up when I click
 the link in the secure side to leave.  The warning is that I'm headed from
 secure to unsecure and that the info I'm trying to pass will not be
secure.
 This message makes the users nervous.  How can I avoid this, and still be
 able to clear the session variables on the non secure side.  I've tried
 using the HTTP_REFERER to see where I'm coming from, and clear it that
way,
 but the secure server does not set the HTTP_REFERER environmental
variable,
 so that won't work.  I've tried CFHTTP to call the clearing script before
I
 leave the secure side, but that does not work because (I believe) without
me
 actually being on the non-secure side, it can't find the session variables
 it needs.  Any ideas?

 Thanks,
 Dave


 =
 "What we need is a list of specific unknown problems we will encounter"

 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524



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: CFFile ERROR

2000-11-01 Thread Chapman, Katrina

Can we see the tag in question?  It should look like this.

CFFILE ACTION="Rename"
SOURCE="full_path_name"
DESTINATION="full_path_name"
ATTRIBUTES="file_attributes"

--K

-Original Message-
From: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 9:35 AM
To: CF-Talk
Subject: CFFile ERROR


the following error occurs and i am a little confused as i have 2 copies one
copy on each of 2 totally different cf hosting services

on one of the cf hosts this error does not occur whislt on the other cf host
the error occurs and the code is 100% identical on both sites

your comments please

Error Diagnostic Information
Attribute set validation error in tag CFFILE

The tag has an invalid attribute combination: the value of the tag switch
attribute 'ACTION' which is now 'RENAME' requires a different combination of
attributes. For the same switch attribute value the following unknown
attributes have been provided: (NAMECONFLICT).

The error occurred while processing an element with a general identifier of
(CFFILE), occupying document position (30:1) to (33:26).

The specific sequence of files included or processed is:
D:\FTP\austaccomm\Htdocs\austonline\admin1\admin\updatepropertyformresults.c
fm



Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [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: Link from SSL to non-SSL

2000-11-01 Thread Sandra Clark

Here's one possible way.

Prior to going to your secured site, write all session variables necessary
to a database.  Delete the session variables and pass only the Record ID to
the secured site.  When in the secured site load the variables into your
session and delete the row in the table.

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:05 AM
To: CF-Talk
Subject: Re: Link from SSL to non-SSL


Here's the answer you don't want:  Get a certificate for the (currently
non-secure) domain url.  That way, you never have to leave the server you're
on to conduct secure transactions and you don't have to worry about passing
session variables between servers.

Jim


- Original Message -
From: "Dave Hannum" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 10:54 AM
Subject: OT: Link from SSL to non-SSL


 Hello,

 I have an application that uses session variables.  To produce the final
 report, the application goes through SSL (to protect social security
 numbers, passwords, etc).  When I enter the Secure server, I pass
variables
 via URL to the secure app to reproduce the session variables that had been
 produced previously in the non secure side.  When the report is completed,
I
 clear the session variables in the secure side.  Fine.  Now, when I come
 back to the non-secure side of the app, the session variables there are
 still in tact.  So, I put a url variable in the link that triggers the
 non-secure side to clear the session variables there when I come back in.
 This works fine except that I get the warning message pop-up when I click
 the link in the secure side to leave.  The warning is that I'm headed from
 secure to unsecure and that the info I'm trying to pass will not be
secure.
 This message makes the users nervous.  How can I avoid this, and still be
 able to clear the session variables on the non secure side.  I've tried
 using the HTTP_REFERER to see where I'm coming from, and clear it that
way,
 but the secure server does not set the HTTP_REFERER environmental
variable,
 so that won't work.  I've tried CFHTTP to call the clearing script before
I
 leave the secure side, but that does not work because (I believe) without
me
 actually being on the non-secure side, it can't find the session variables
 it needs.  Any ideas?

 Thanks,
 Dave


 =
 "What we need is a list of specific unknown problems we will encounter"

 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524



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]



nested cfoutput with cfmai /error says to use group methodl

2000-11-01 Thread Edward Peloke

Hello,

I have an interoffice site which keeps track of all the company's cd's.  On
the site there is a place for someone to "sign-out" a cd.  I am using the
cfgrid to display the information.  Within the cf grid, I have a column that
allows the user to click on the cd number and go to another page which
diplays the details of the cd they selected using the
#ListGetAt(URL.CFGRIDKEY,8)# methods.  I would like to add a n e-mail form
so that I can click a button and send an e-mail to whoever checked out the
cd and tell them it needs to be returned but I get an error that says I need
to use the cfoutput group method.  I don't understand how to do this because
I do not use a query to get this information.

ANy help would be greatly appreciated.

Thanks,
Eddie

cfoutput
cfmail to="[EMAIL PROTECTED]"
from="#listgetat(url.cfgridkey,7)#"   'THis should display the person who
checked out the cd
 subject="Someone Viewed page "
 Hi,

 Cd #Listgetat(url.cfgridkey, 8)# is overdue.

Thanks,
Eddie

 /cfmail
/cfoutput



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: Will PVCS source control work with Studio?

2000-11-01 Thread Dan O'Keefe

Sharon,

In 4.01, there was a bug in Studio that did not allow you to integrate it
directly in Studio the way that you can VSS (Which Merrant claimed and I
verified with Allaire). Allaire Beta forum told me it was not going to be
fixed in 4.5, I asked again when 4.5.1 was coming out and they ignored me.
So, I am not sure if it works or not, but as a stand alone app it works
great.

Dan O'Keefe

-Original Message-
From: Sharon Curlee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 11:23 AM
To: CF-Talk
Subject: Will PVCS source control work with Studio?


This is a multi-part message in MIME format.

--=_NextPart_000_0089_01C043F6.076550B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hey guys,

I was wondering if anyone out there has any experience working with PVCS =
source control.  I have read that Studio allows you to work with source =
control applications other than VSS, but no documentation exists to =
indicate otherwise.  I have tried to configure it ... but when I added a =
project and then attempted to map it to source control, it gave me a =
"module not found" error. =20

I apologize in advance if this topic has been discussed before .. I just =
joined the list.  Any help would be greatly appreciated (links, docs, =
etc)

TIA
Sharon

--=_NextPart_000_0089_01C043F6.076550B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"
META content=3D"MSHTML 5.50.3825.1300" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2Hey guys,/FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2I was wondering if anyone out there has =
any=20
experience working with PVCS source control.nbsp; I have read that =
Studio=20
allows you to work with source control applications other than VSS, but =
no=20
documentation exists to indicate otherwise.nbsp; I have tried to =
configure it=20
... but when I added a project and then attempted to map it to source =
control,=20
it gave me a "module not found" error.nbsp; /FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2I apologize in advance if this topic =
has been=20
discussed before .. I just joined the list.nbsp; Any help would be =
greatly=20
appreciated (links, docs, etc)/FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2TIA/FONT/DIV
DIVFONT face=3DArial size=3D2Sharon/FONT/DIV/BODY/HTML

--=_NextPart_000_0089_01C043F6.076550B0--



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: Will PVCS source control work with Studio?

2000-11-01 Thread Sharon Curlee

G .. once again ... Microsoft wins out.  Thanks for the info Dan.


- Original Message -
From: "Dan O'Keefe" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 1:17 PM
Subject: RE: Will PVCS source control work with Studio?


 Sharon,

 In 4.01, there was a bug in Studio that did not allow you to integrate it
 directly in Studio the way that you can VSS (Which Merrant claimed and I
 verified with Allaire). Allaire Beta forum told me it was not going to be
 fixed in 4.5, I asked again when 4.5.1 was coming out and they ignored me.
 So, I am not sure if it works or not, but as a stand alone app it works
 great.

 Dan O'Keefe

 -Original Message-
 From: Sharon Curlee [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 11:23 AM
 To: CF-Talk
 Subject: Will PVCS source control work with Studio?


 This is a multi-part message in MIME format.

 --=_NextPart_000_0089_01C043F6.076550B0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 Hey guys,

 I was wondering if anyone out there has any experience working with PVCS =
 source control.  I have read that Studio allows you to work with source =
 control applications other than VSS, but no documentation exists to =
 indicate otherwise.  I have tried to configure it ... but when I added a =
 project and then attempted to map it to source control, it gave me a =
 "module not found" error. =20

 I apologize in advance if this topic has been discussed before .. I just =
 joined the list.  Any help would be greatly appreciated (links, docs, =
 etc)

 TIA
 Sharon

 --=_NextPart_000_0089_01C043F6.076550B0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1"
 META content=3D"MSHTML 5.50.3825.1300" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DArial size=3D2Hey guys,/FONT/DIV
 DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
 DIVFONT face=3DArial size=3D2I was wondering if anyone out there has =
 any=20
 experience working with PVCS source control.nbsp; I have read that =
 Studio=20
 allows you to work with source control applications other than VSS, but =
 no=20
 documentation exists to indicate otherwise.nbsp; I have tried to =
 configure it=20
 ... but when I added a project and then attempted to map it to source =
 control,=20
 it gave me a "module not found" error.nbsp; /FONT/DIV
 DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
 DIVFONT face=3DArial size=3D2I apologize in advance if this topic =
 has been=20
 discussed before .. I just joined the list.nbsp; Any help would be =
 greatly=20
 appreciated (links, docs, etc)/FONT/DIV
 DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
 DIVFONT face=3DArial size=3D2TIA/FONT/DIV
 DIVFONT face=3DArial size=3D2Sharon/FONT/DIV/BODY/HTML

 --=_NextPart_000_0089_01C043F6.076550B0--

 --
--
 
 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: ColdFusion is vulnerable?

2000-11-01 Thread Steve Pierce

Someone wrote:
 number 2 in top 10 internet security threats...

This would only be true if ASP is number one.

On the SANS Website it said:
 Allaire's ColdFusion is a web server application package which
 includes vulnerable sample programs when installed. As a general
 rule, sample programs should always be removed from production systems.

Duh, any operating system or server install that has sample apps that can be
a problem. CF is not unique here. Yet CF has had far fewer problems than IIS
and ASP.

Seriously, though unfair to single out CF, he is right, CGI in general is
very vulnerable. But to lump CF in this case is unfair and probably
indicates that the author has an axe to grind or ox to gore outside of the
scope of this article.

 - Steve


-Original Message-
From: Len Conrad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 6:56 AM
To: CF-Talk
Subject: Re: ColdFusion is vulnerable?



Have a look at this article listing ColdFusion as number 2 in top 10
internet security threats...
http://www.sans.org/topten.htm

Comments on a postcard please?


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

2000-11-01 Thread David Gassner

Sima, the only thing I notice is the misspelling of the "type" attribute;
it's spelled "tyep".  If that misspelling isn't in your actual code, then
the problem may be in the class itself; could you post the source code?

Also, note that if you call the class once, then modify and re-compile,
you'll need to stop and restart CF as the original class will have been
cached.

David

 Hi  I have some problems in using cfobject tag to create a java object
 and access its public method in Cold Fusion.
 Here is the detail:(This is just a test and to prove that we can use the
 real java objects on the server, so forget what it actually does here)

 I created a simple  java class called CreateDates.class.

 It has a public method called tellage(), which returns an integer.

 In the main method I make an instance of the class (use the default
 constructor), and do some stuff.

 It works fine by itself. But when I called it using cfobject and tried
to
 access the public method  Cold Fusion gave me an error: the method is not
a
 public method.

 The code is here:
  cfobject action="Create"
tyep="java"
class="CreateDates"
   name="MyDate"

 Then when I use  cfset age=MyDate.tellage(),
  the Cold Fusion says it's not a public method.

 Is this the right way to use this tag?

 Any suggestions will be greatly appreciated. Thanks in advance.


 Sima




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]



Proxies - Connection Reset

2000-11-01 Thread David Clay

This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=_2279152E.19781EC5
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Has anyone had a "Connection Reset Error"  confront them.

I have a SQL 7 box and IIS 5 box on an outside internet IP address.  =
People with in a proxy (Novell, Border Manager) are getting connection =
reset errors through either browser. =20

How can this be retified?

Any help would be appreciated. Thank you

Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business
5995 Greenwood Plaza Blvd, Suite 100
Greenwood Village, CO 80111
303.770.8506


--=_2279152E.19781EC5
Content-Type: text/plain
Content-Disposition: attachment; filename="David Clay.vcf"

BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Clay, David
EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
TEL;PREF;FAX:(303) 770-8506
X-GWUSERID:clayd
ADR;DOM;WORK;PARCEL;POSTAL:;Denver
LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Clay, David=0A=
Denver
ORG:;Engineering Automation Group
N:Clay;David
TEL;WORK:(303) 967-1558
TITLE:Web Facilitator
END:VCARD


--=_2279152E.19781EC5--

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]



OT: portable SQL Database?

2000-11-01 Thread Robyn Follen

Does anyone out there know of a quick and easy way to move a SQL server
database around, i.e., move it onto a Zip disk or something to take it home
with you?  I'm looking to take my development database home from the office
and we don't have a VPN set up yet.  

Thanks!!

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: portable SQL Database?

2000-11-01 Thread Simon Horwith

you could do a backup to zip...then restore to a new database or an existing
one.

~Simon

-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 1:48 PM
To: CF-Talk
Subject: OT: portable SQL Database?


Does anyone out there know of a quick and easy way to move a SQL server
database around, i.e., move it onto a Zip disk or something to take it home
with you?  I'm looking to take my development database home from the office
and we don't have a VPN set up yet.  

Thanks!!


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: OT: Link from SSL to non-SSL

2000-11-01 Thread Steve Nelson

How about using client variables in a database instead of session
variables?  Those work great across servers.

Steve Nelson

Dave Hannum wrote:
 
 Hello,
 
 I have an application that uses session variables.  To produce the final
 report, the application goes through SSL (to protect social security
 numbers, passwords, etc).  When I enter the Secure server, I pass variables
 via URL to the secure app to reproduce the session variables that had been
 produced previously in the non secure side.  When the report is completed, I
 clear the session variables in the secure side.  Fine.  Now, when I come
 back to the non-secure side of the app, the session variables there are
 still in tact.  So, I put a url variable in the link that triggers the
 non-secure side to clear the session variables there when I come back in.
 This works fine except that I get the warning message pop-up when I click
 the link in the secure side to leave.  The warning is that I'm headed from
 secure to unsecure and that the info I'm trying to pass will not be secure.
 This message makes the users nervous.  How can I avoid this, and still be
 able to clear the session variables on the non secure side.  I've tried
 using the HTTP_REFERER to see where I'm coming from, and clear it that way,
 but the secure server does not set the HTTP_REFERER environmental variable,
 so that won't work.  I've tried CFHTTP to call the clearing script before I
 leave the secure side, but that does not work because (I believe) without me
 actually being on the non-secure side, it can't find the session variables
 it needs.  Any ideas?
 
 Thanks,
 Dave
 
 =
 "What we need is a list of specific unknown problems we will encounter"
 
 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524
 
 

 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]

-- 
Steve Nelson
http://www.SecretAgents.com
Tools for Fusebox Developers

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: OT: Link from SSL to non-SSL

2000-11-01 Thread Dave Hannum

I may have to go that route.  I was just trying to avoid some of the I/O in
the database for speed.

Dave



- Original Message -
From: "Steve Nelson" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 2:01 PM
Subject: Re: OT: Link from SSL to non-SSL


How about using client variables in a database instead of session
variables?  Those work great across servers.

Steve Nelson

Dave Hannum wrote:

 Hello,

 I have an application that uses session variables.  To produce the final
 report, the application goes through SSL (to protect social security
 numbers, passwords, etc).  When I enter the Secure server, I pass
variables
 via URL to the secure app to reproduce the session variables that had been
 produced previously in the non secure side.  When the report is completed,
I
 clear the session variables in the secure side.  Fine.  Now, when I come
 back to the non-secure side of the app, the session variables there are
 still in tact.  So, I put a url variable in the link that triggers the
 non-secure side to clear the session variables there when I come back in.
 This works fine except that I get the warning message pop-up when I click
 the link in the secure side to leave.  The warning is that I'm headed from
 secure to unsecure and that the info I'm trying to pass will not be
secure.
 This message makes the users nervous.  How can I avoid this, and still be
 able to clear the session variables on the non secure side.  I've tried
 using the HTTP_REFERER to see where I'm coming from, and clear it that
way,
 but the secure server does not set the HTTP_REFERER environmental
variable,
 so that won't work.  I've tried CFHTTP to call the clearing script before
I
 leave the secure side, but that does not work because (I believe) without
me
 actually being on the non-secure side, it can't find the session variables
 it needs.  Any ideas?

 Thanks,
 Dave

 =
 "What we need is a list of specific unknown problems we will encounter"

 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524

 --
--
 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]

--
Steve Nelson
http://www.SecretAgents.com
Tools for Fusebox Developers


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

2000-11-01 Thread Sima . Lee


Hi David,

Thank you very much for the advice. The "tyep"  is a mistake I made in the
email only. So  I restart CF and It works fine!

Thanks again, this saves me lots of time.

Sima




   
   
"David 
   
Gassner" To: CF-Talk [EMAIL PROTECTED]   
   
david@vintagcc:   
   
eapps.com   Subject: Re: cfobject   
   
   
   
11/01/00   
   
04:38 AM   
   
Please 
   
respond to 
   
cf-talk
   
   
   
   
   



Sima, the only thing I notice is the misspelling of the "type" attribute;
it's spelled "tyep".  If that misspelling isn't in your actual code, then
the problem may be in the class itself; could you post the source code?

Also, note that if you call the class once, then modify and re-compile,
you'll need to stop and restart CF as the original class will have been
cached.

David

 Hi  I have some problems in using cfobject tag to create a java object
 and access its public method in Cold Fusion.
 Here is the detail:(This is just a test and to prove that we can use the
 real java objects on the server, so forget what it actually does here)

 I created a simple  java class called CreateDates.class.

 It has a public method called tellage(), which returns an integer.

 In the main method I make an instance of the class (use the default
 constructor), and do some stuff.

 It works fine by itself. But when I called it using cfobject and tried
to
 access the public method  Cold Fusion gave me an error: the method is not
a
 public method.

 The code is here:
  cfobject action="Create"
tyep="java"
class="CreateDates"
   name="MyDate"

 Then when I use  cfset age=MyDate.tellage(),
  the Cold Fusion says it's not a public method.

 Is this the right way to use this tag?

 Any suggestions will be greatly appreciated. Thanks in advance.


 Sima





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]



fyi: zdnet cf/jsp/php/asp

2000-11-01 Thread Matt Rodosky

http://www.zdnet.com/enterprise/stories/linux/0,12249,2646052,00.html

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]



CFHEADER

2000-11-01 Thread Dylan Bromby

This is a multi-part message in MIME format.

--=_NextPart_000__01C043F8.607059A0
Content-Type: multipart/alternative;
boundary="=_NextPart_001_0001_01C043F8.60798160"


--=_NextPart_001_0001_01C043F8.60798160
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit

Has anyone used CFHEADER to make a page expire? I've tried several settings
with no luck.

What I'm trying to do is make so when someone logs out of a page and then
uses the BACK feature in their browser, that page is no longer available.

Thanks!

--Dylan

  bromby.com

  web  wireless consulting  dylan bromby

e [EMAIL PROTECTED]
m 949 400 6333
f 707 220 2964
  co-author wap development with wml  wmlscript



--=_NextPart_001_0001_01C043F8.60798160
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252"
META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR/HEAD
BODY
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana size=3D2Has =
anyone used=20
CFHEADER to make a page expire? I've tried several settings with no =
luck.=20
/FONT/SPAN/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana size=3D2What =
I'm trying to=20
do is make so when someone logs out of a page and then uses the BACK =
feature in=20
their browser, that page is no longer available./FONT/SPAN/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2Thanks!/FONT/SPAN/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2/FONT/SPANnbsp;/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2--Dylan/FONT/SPAN/DIV
DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
size=3D2/FONT/SPANnbsp;/DIV
TABLE cellSpacing=3D2 cellPadding=3D9 width=3D375 bgColor=3D#00 =
border=3D0
  TBODY
  TR
TD bgColor=3D#003399
  CENTERFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#ff=20
  size=3D1Bbromby.com/B BRBRweb amp; wireless consulting=20
  /FONT/CENTER/TD
TD bgColor=3D#e6e6e6FONT face=3DVERDANA,ARIAL,HELVETIVA =
color=3D#00=20
  size=3D1Bdylan bromby/B BRBR
  TABLE cellSpacing=3D0 cellPadding=3D2 border=3D0
TBODY
TR
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
size=3D1Be/B/FONT/TD
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
size=3D1[EMAIL PROTECTED]/FONT/TD/TR
TR
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
size=3D1Bm/B/FONT/TD
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00 =
size=3D1949 400=20
6333/FONT/TD/TR
TR
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
size=3D1Bf/B/FONT/TD
  TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00 =
size=3D1707 220=20
2964/FONT/TD/TR/TBODY/TABLEco-author Iwap =
development with wml=20
  amp; wmlscript/I /FONT/TD/TR/TBODY/TABLE
DIVnbsp;/DIV/BODY/HTML

--=_NextPart_001_0001_01C043F8.60798160--

--=_NextPart_000__01C043F8.607059A0
Content-Type: text/x-vcard;
name="Dylan Bromby.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="Dylan Bromby.vcf"

BEGIN:VCARD
VERSION:2.1
N:Bromby;Dylan
FN:Dylan Bromby
ORG:bromby.com
TEL;WORK;VOICE:(949) 400-6333
TEL;WORK;FAX:(707) 220-2964
URL:
URL:http://www.bromby.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20001026T145402Z
END:VCARD

--=_NextPart_000__01C043F8.607059A0--


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]



CF and Flash problem

2000-11-01 Thread S R

Hi,

I have flash file that is a menu on several CF pages with the use of 
CFInclude. I have it so that if you click on one of the buttons it does 
two things "on release" which are it goes to another page and drops down two 
more options under the button being clicked on. The problem I am having is 
that when the other page is called it calls the flash file again in its 
"normal state" which does not show the two options for the button that was 
clicked on.

Is there any way to pass some kind of variable to flash from CF so that when 
this other page is called it also goes to a particular frame in Flash so 
that the proper options are shown under the button clicked on?

Thanks

sal
_
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF and Flash problem

2000-11-01 Thread ibtoad

Keep your flash file in a frame of its own.
Rich

-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 2:43 PM
To: CF-Talk
Subject: CF and Flash problem


Hi,

I have flash file that is a menu on several CF pages with the use of
CFInclude. I have it so that if you click on one of the buttons it does
two things "on release" which are it goes to another page and drops down two
more options under the button being clicked on. The problem I am having is
that when the other page is called it calls the flash file again in its
"normal state" which does not show the two options for the button that was
clicked on.

Is there any way to pass some kind of variable to flash from CF so that when
this other page is called it also goes to a particular frame in Flash so
that the proper options are shown under the button clicked on?

Thanks

sal
_
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/
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: Debugging info

2000-11-01 Thread Hayes, David

Are you using CFSETTING to suppress the debugging info?

CFSETTING SHOWDEBUGOUTPUT="Yes/No" 

-Original Message-
From: Gene Kraybill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 12:32 PM
To: CF-Talk
Subject: Debugging info


I've been mystified recently by what seems to be the failure of the CFServer
to display 
standard debugging info in certain cases. (Makes debugging a nightmare!)

I DO have ALL the debugging checkboxes turned on (and  no IP restrictions)
in the 
"Debugging" section of the administrator. I can catch the errors using 
CFTRY/CFCATCH, but they should display without that... 

Example: A change to the Required attribute in a field in an Access db
caused an 
insert to fail -- and the rest of the template to bomb out. But NO debugging
info 
appeared until I created a CFTRY/CFCATCH... I noticed the same kind of
problem with 
a call to a variable which didn't exist.

Ideas?

Gene Kraybill


-
Gene Kraybill
LPW  Associates LLC
www.lpw.net


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: CF and Flash problem

2000-11-01 Thread Mark Adams

That needs to be done in flash it doesn't matter if you are using CF, ASP,
XYZ, ETC.

--Mark :o)

- Original Message -
From: S R [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 11:42 AM
Subject: CF and Flash problem


 Hi,

 I have flash file that is a menu on several CF pages with the use of
 CFInclude. I have it so that if you click on one of the buttons it does
 two things "on release" which are it goes to another page and drops down
two
 more options under the button being clicked on. The problem I am having is
 that when the other page is called it calls the flash file again in its
 "normal state" which does not show the two options for the button that was
 clicked on.

 Is there any way to pass some kind of variable to flash from CF so that
when
 this other page is called it also goes to a particular frame in Flash so
 that the proper options are shown under the button clicked on?

 Thanks

 sal
 _
 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/
 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]



No Subject

2000-11-01 Thread Marcus

I have an odd problem, or at least I hope so.

I need to post a wddx packet automagically to another website/page. How do I
do this without user intervention?

Marcus


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:

2000-11-01 Thread Simon Horwith

CFHTTP POST... in a page called via CFSCHEDULE sounds like what you want
to do.

~Simon

-Original Message-
From: Marcus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 3:23 PM
To: CF-Talk
Subject: 


I have an odd problem, or at least I hope so.

I need to post a wddx packet automagically to another website/page. How do I
do this without user intervention?

Marcus



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]



client vars

2000-11-01 Thread Adrian Cesana

I did some testing some time ago using client variables, I left the
clientmanagement=yes in the application.cfm in my test application.  Ive
used this app several times for testing etc I just noticed my registry
has grown significantly.  How can I purge all these variables  from the reg?

-Adrian


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: CF and Flash problem

2000-11-01 Thread S R

Yeah, this is correct but what keeps happening is since the new page being 
loaded contains a cfinclude (which is nothing more than the code a flash 
file generates) it keeps reloading the flash movie which always puts it back 
at frame 1 where all the buttons are 'NOT' extended. I need the next page to 
know to load the flash movie at frame 2, or 3, or 4, etc.


From: Scott Wood [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: CF and Flash problem
Date: Wed, 1 Nov 2000 13:11:33 -0700

If i am understanding correctly, you should assign a variable to the 
buttons
within your flash movie, so that on release your flash movie jumps to the
proper frame within the corresponding flash movie.  If this is what you are
trying to accomplish, it would all be done on the flash side, having 
nothing
to do with CF.

G. Scott Wood
Developer
HMWeb.com
520-742-2611 Ext.135


-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 1:07 PM
To: CF-Talk
Subject: RE: CF and Flash problem


Yeah, but what if I don't want to use frames?


 From: "ibtoad" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: CF and Flash problem
 Date: Wed, 1 Nov 2000 14:51:45 -0500
 
 Keep your flash file in a frame of its own.
 Rich
 
 -Original Message-
 From: S R [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 2:43 PM
 To: CF-Talk
 Subject: CF and Flash problem
 
 
 Hi,
 
 I have flash file that is a menu on several CF pages with the use of
 CFInclude. I have it so that if you click on one of the buttons it does
 two things "on release" which are it goes to another page and drops down
 two
 more options under the button being clicked on. The problem I am having 
is
 that when the other page is called it calls the flash file again in its
 "normal state" which does not show the two options for the button that 
was
 clicked on.
 
 Is there any way to pass some kind of variable to flash from CF so that
 when
 this other page is called it also goes to a particular frame in Flash so
 that the proper options are shown under the button clicked on?
 
 Thanks
 
 sal
 _
 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/
 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]

_
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/
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]

_
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re:

2000-11-01 Thread robi sen

cfschedule and either cfhttp, cfftp

Marcus wrote:

 I have an odd problem, or at least I hope so.

 I need to post a wddx packet automagically to another website/page. How do I
 do this without user intervention?

 Marcus

 

 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]



CFTREE - multiple selection not possible?

2000-11-01 Thread Cyrill Vatomsky

Is it possible to make CFTREE to allow multiple selections for form
submissions? It would be really nice :-)

Cyrill


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]



access query crashing server...

2000-11-01 Thread Deanna L. Schneider

Hi Folks,

We have multiple developers running multiple applications on our server.
We've been having problems, and yes, we've read all the allaire docs on
performance tuning. One of our problems is that we have a number of
large-ish access applications. (Ugh, I know.)

I may have found a clue today. I found one query that seemed to be crashing
the server consistently. The only thing different about this query is that
it concantenated two columns into one variable - ie -

Select (can_fname  ' '  can_lname) AS canname

When I took this out, and banged on the app again, I had no problems.

Has anyone else ever seen this happen or is this merely a fluke?

cf_graspingatstraws todaysstraw="concantenation"

-d




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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Displaying decimal part as a fraction...

2000-11-01 Thread Rice, David

All,

I know I've seen somewhere how to do this, but I can no longer remember
where I saw it: 

A fellow programmer needs to show the decimal part of a currency value
(i.e., $1.10) as a 10/100 format fraction. Don't even ask why one would
want such functionality--the explanation would probably make no more sense
to you than it did when explained to me... ;)

Does anyone have a custom tag, or a customized way to do this that I could
use?

Many thanks in advance,
--
David L. Rice
Web Applications Developer
Nation Tax, Inc.
[EMAIL PROTECTED]
Direct: 205.380.8164
eFax: 253.550.8239
Demo our services @ www.nationtax.com


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: CF and Flash problem

2000-11-01 Thread Jason Powers

You'd want to pass some attribute on the querystring like:
getURL(myfile.cfm?framenum=10)
then, you'd push it back to the flash when you load it on the url like:
myfile.swf?framenum=10
then, you can access the var in the main timeline like
Goto and Stop(framenum)

Of course, you're gonna have to put a cfparam in with a default of 1, so you
don't run into errors within the flash movie.

Jason Powers
Fig Leaf Software


-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 2:43 PM
To: CF-Talk
Subject: CF and Flash problem


Hi,

I have flash file that is a menu on several CF pages with the use of 
CFInclude. I have it so that if you click on one of the buttons it does 
two things "on release" which are it goes to another page and drops down two

more options under the button being clicked on. The problem I am having is 
that when the other page is called it calls the flash file again in its 
"normal state" which does not show the two options for the button that was 
clicked on.

Is there any way to pass some kind of variable to flash from CF so that when

this other page is called it also goes to a particular frame in Flash so 
that the proper options are shown under the button clicked on?

Thanks

sal
_
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/
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: CF and Flash problem

2000-11-01 Thread Scott Wood

Oh yea, gotcha...  I see the problem now.. The easiest to implement solution
may be to cut up your flash movie so that the cfinclude is calling a
different .swf file on each page. This way you don't have to worry about
vars.   

G. Scott Wood
Developer
HMWeb.com
520-742-2611 Ext.135


-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 1:30 PM
To: CF-Talk
Subject: RE: CF and Flash problem


Yeah, this is correct but what keeps happening is since the new page being 
loaded contains a cfinclude (which is nothing more than the code a flash 
file generates) it keeps reloading the flash movie which always puts it back

at frame 1 where all the buttons are 'NOT' extended. I need the next page to

know to load the flash movie at frame 2, or 3, or 4, etc.


From: Scott Wood [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: CF and Flash problem
Date: Wed, 1 Nov 2000 13:11:33 -0700

If i am understanding correctly, you should assign a variable to the 
buttons
within your flash movie, so that on release your flash movie jumps to the
proper frame within the corresponding flash movie.  If this is what you are
trying to accomplish, it would all be done on the flash side, having 
nothing
to do with CF.

G. Scott Wood
Developer
HMWeb.com
520-742-2611 Ext.135


-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 1:07 PM
To: CF-Talk
Subject: RE: CF and Flash problem


Yeah, but what if I don't want to use frames?


 From: "ibtoad" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: CF and Flash problem
 Date: Wed, 1 Nov 2000 14:51:45 -0500
 
 Keep your flash file in a frame of its own.
 Rich
 
 -Original Message-
 From: S R [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 2:43 PM
 To: CF-Talk
 Subject: CF and Flash problem
 
 
 Hi,
 
 I have flash file that is a menu on several CF pages with the use of
 CFInclude. I have it so that if you click on one of the buttons it does
 two things "on release" which are it goes to another page and drops down
 two
 more options under the button being clicked on. The problem I am having 
is
 that when the other page is called it calls the flash file again in its
 "normal state" which does not show the two options for the button that 
was
 clicked on.
 
 Is there any way to pass some kind of variable to flash from CF so that
 when
 this other page is called it also goes to a particular frame in Flash so
 that the proper options are shown under the button clicked on?
 
 Thanks
 
 sal
 _
 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/
 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]

_
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/
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]

_
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


RE: CF and Flash problem

2000-11-01 Thread S R

This makes sense.

Thank you Jason


From: Jason Powers [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: CF and Flash problem
Date: Wed, 1 Nov 2000 15:41:20 -0500

You'd want to pass some attribute on the querystring like:
getURL(myfile.cfm?framenum=10)
then, you'd push it back to the flash when you load it on the url like:
myfile.swf?framenum=10
then, you can access the var in the main timeline like
Goto and Stop(framenum)

Of course, you're gonna have to put a cfparam in with a default of 1, so 
you
don't run into errors within the flash movie.

Jason Powers
Fig Leaf Software


-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 2:43 PM
To: CF-Talk
Subject: CF and Flash problem


Hi,

I have flash file that is a menu on several CF pages with the use of
CFInclude. I have it so that if you click on one of the buttons it does
two things "on release" which are it goes to another page and drops down 
two

more options under the button being clicked on. The problem I am having is
that when the other page is called it calls the flash file again in its
"normal state" which does not show the two options for the button that was
clicked on.

Is there any way to pass some kind of variable to flash from CF so that 
when

this other page is called it also goes to a particular frame in Flash so
that the proper options are shown under the button clicked on?

Thanks

sal
_
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/
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]

_
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: access query crashing server...

2000-11-01 Thread Russell Jones

You don't need the ()'s in access I don't believe.

-- 
Russell Jones
Webmaster
ImproveNow.com
Phone: 207.236.0146
e-mail: [EMAIL PROTECTED]

 From: "Deanna L. Schneider" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Wed, 1 Nov 2000 14:25:54 -0600
 To: CF-Talk [EMAIL PROTECTED]
 Subject: access query crashing server...
 
 Hi Folks,
 
 We have multiple developers running multiple applications on our server.
 We've been having problems, and yes, we've read all the allaire docs on
 performance tuning. One of our problems is that we have a number of
 large-ish access applications. (Ugh, I know.)
 
 I may have found a clue today. I found one query that seemed to be crashing
 the server consistently. The only thing different about this query is that
 it concantenated two columns into one variable - ie -
 
 Select (can_fname  ' '  can_lname) AS canname
 
 When I took this out, and banged on the app again, I had no problems.
 
 Has anyone else ever seen this happen or is this merely a fluke?
 
 cf_graspingatstraws todaysstraw="concantenation"
 
 -d
 
 
 
 
 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/
 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: client vars

2000-11-01 Thread Cameron Childress

If you are still planning on using client vars in your app, I would change
to using a DB for client storage.  Using the registry is bad (IE: refer to
original post).

You can make CF "expire" client info which is older than X days by changing
a setting in the cfadmin.  I think the default for this is 90 days.  Beware
that it takes CF quite a bit of time to purge these from the registry, so be
patient if you lower this setting dramatically because it may take a long
time for the service to start the first time.

On the other hand, it takes almost no time at all for CF to purge client
data from a DB.

-Cameron


Cameron Childress
ElliptIQ Inc.
p.770.460.7277.232
f.770.460.0963

 -Original Message-
 From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 3:30 PM
 To: CF-Talk
 Subject: client vars


 I did some testing some time ago using client variables, I left the
 clientmanagement=yes in the application.cfm in my test application.  Ive
 used this app several times for testing etc I just noticed my registry
 has grown significantly.  How can I purge all these variables
 from the reg?

 -Adrian

 --
 --
 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]



Free web hosting

2000-11-01 Thread Haryono


I want to upload my web site(ColdFusion), but I don't know where I can get
free web hosting?
Can you tell me where i can get free web hosting? so I can upload my web
site free. 


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

2000-11-01 Thread Dylan Bromby

This didn't work. Has anyone done this? Again - I want to allow users to
logout. If they then use the BACK feature in their browser, I don't want
them to be able to see the page they logged out from.

--Dylan

- Original Message -
From: "Hayes, David" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 01, 2000 12:09 PM
Subject: RE: CFHEADER


 Try cfheader name="cache-control"
 value="no-cache,no-store,must-revalidate".


 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 01, 2000 1:39 PM
 To: CF-Talk
 Subject: CFHEADER


 This is a multi-part message in MIME format.

 --=_NextPart_000__01C043F8.607059A0
 Content-Type: multipart/alternative;
 boundary="=_NextPart_001_0001_01C043F8.60798160"


 --=_NextPart_001_0001_01C043F8.60798160
 Content-Type: text/plain;
 charset="Windows-1252"
 Content-Transfer-Encoding: 7bit

 Has anyone used CFHEADER to make a page expire? I've tried several
settings
 with no luck.

 What I'm trying to do is make so when someone logs out of a page and then
 uses the BACK feature in their browser, that page is no longer available.

 Thanks!

 --Dylan

   bromby.com

   web  wireless consulting  dylan bromby

 e [EMAIL PROTECTED]
 m 949 400 6333
 f 707 220 2964
   co-author wap development with wml  wmlscript



 --=_NextPart_001_0001_01C043F8.60798160
 Content-Type: text/html;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dwindows-1252"
 META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR/HEAD
 BODY
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana size=3D2Has =
 anyone used=20
 CFHEADER to make a page expire? I've tried several settings with no =
 luck.=20
 /FONT/SPAN/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2/FONT/SPANnbsp;/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana size=3D2What =
 I'm trying to=20
 do is make so when someone logs out of a page and then uses the BACK =
 feature in=20
 their browser, that page is no longer available./FONT/SPAN/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2/FONT/SPANnbsp;/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2Thanks!/FONT/SPAN/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2/FONT/SPANnbsp;/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2--Dylan/FONT/SPAN/DIV
 DIVSPAN class=3D010063819-01112000FONT face=3DVerdana=20
 size=3D2/FONT/SPANnbsp;/DIV
 TABLE cellSpacing=3D2 cellPadding=3D9 width=3D375 bgColor=3D#00 =
 border=3D0
   TBODY
   TR
 TD bgColor=3D#003399
   CENTERFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#ff=20
   size=3D1Bbromby.com/B BRBRweb amp; wireless consulting=20
   /FONT/CENTER/TD
 TD bgColor=3D#e6e6e6FONT face=3DVERDANA,ARIAL,HELVETIVA =
 color=3D#00=20
   size=3D1Bdylan bromby/B BRBR
   TABLE cellSpacing=3D0 cellPadding=3D2 border=3D0
 TBODY
 TR
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
 size=3D1Be/B/FONT/TD
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
 size=3D1[EMAIL PROTECTED]/FONT/TD/TR
 TR
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
 size=3D1Bm/B/FONT/TD
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00 =
 size=3D1949 400=20
 6333/FONT/TD/TR
 TR
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00=20
 size=3D1Bf/B/FONT/TD
   TDFONT face=3DVERDANA,ARIAL,HELVETIVA color=3D#00 =
 size=3D1707 220=20
 2964/FONT/TD/TR/TBODY/TABLEco-author Iwap =
 development with wml=20
   amp; wmlscript/I /FONT/TD/TR/TBODY/TABLE
 DIVnbsp;/DIV/BODY/HTML

 --=_NextPart_001_0001_01C043F8.60798160--

 --=_NextPart_000__01C043F8.607059A0
 Content-Type: text/x-vcard;
 name="Dylan Bromby.vcf"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 filename="Dylan Bromby.vcf"

 BEGIN:VCARD
 VERSION:2.1
 N:Bromby;Dylan
 FN:Dylan Bromby
 ORG:bromby.com
 TEL;WORK;VOICE:(949) 400-6333
 TEL;WORK;FAX:(707) 220-2964
 URL:
 URL:http://www.bromby.com
 EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
 REV:20001026T145402Z
 END:VCARD

 --=_NextPart_000__01C043F8.607059A0--

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

Re: Displaying decimal part as a fraction...

2000-11-01 Thread Max Paperno

David,  

Would something like this work?  Just off the top of my head...

CFOUTPUT#ListLast( DollarFormat(myAmount), "." )#/100/CFOUTPUT

Not sure if that's really what you (or your fellow) are after

HTH,
-Max



At 11/1/2000 02:33 PM -0600, you wrote:
All,

I know I've seen somewhere how to do this, but I can no longer remember
where I saw it: 

A fellow programmer needs to show the decimal part of a currency value
(i.e., $1.10) as a 10/100 format fraction. Don't even ask why one would
want such functionality--the explanation would probably make no more sense
to you than it did when explained to me... ;)

Does anyone have a custom tag, or a customized way to do this that I could
use?

Many thanks in advance,
--
David L. Rice
Web Applications Developer
Nation Tax, Inc.
[EMAIL PROTECTED]
Direct: 205.380.8164
eFax: 253.550.8239
Demo our services @ www.nationtax.com


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

2000-11-01 Thread Richard Kern

This may be what you are looking for


button to logout --
FORM action="logout_action.cfm" method=post
INPUT type=submit name=Logout1 value=Logout
/FORM
--logout action form 

cfset rc = StructDelete(session, "pass", "true")
CFIF rc EQ "yes"
You are logged out
/CFIF
-- response with humor after the logout
process--
cfif IsDefined ("Session.pass")

CFQUERY NAME=ElapsedTime DATASOURCE=""
SELECT  elapsedtime,userID
FROM uservariables 
WHERE  (pass = '#session.pass#')
/CFQUERY
cfelse
You are no longer logged into the site. br
 You must log on to do any more study.br
Thanks,br
font color="Navy"CDWMVTSHPUSA/fontbr
font size="-5" color="Silver"Colorado Division of Web Management for
Virtual Traffic School, High Plains of United States of America/font
cfabort
/cfif

The result is that the user cannot go back into the site because the
application.cfm and index.cfm pages are checking for the logged in value.  I
also clear the cache through meta entries so that the user has no access
that way.

Richard Kern


-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 2:00 PM
To: CF-Talk
Subject: Re: CFHEADER


This didn't work. Has anyone done this? Again - I want to allow users to
logout. If they then use the BACK feature in their browser, I don't want
them to be able to see the page they logged out from.

--Dylan

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]



  1   2   >