RE: cffile

2000-08-09 Thread Phim

thanks a lot Jim

regards,
Phim

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:59 PM
To: [EMAIL PROTECTED]
Subject: Re: cffile


Use the FileExists() function or the CFDIRECTORY tag to see if the file
exists after doing the delete.

Jim


-Original Message-
From: Phim [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Tuesday, August 08, 2000 11:39 PM
Subject: cffile


Hi Everyone,


I use CFFILE Tag for delete a file in server ,

Can we check action from this command ,that delete file successfull or
not ?

if can not delete a  file becasue this file being in use by another
process
, and it will return error .

Can we check action of   CFFILE ACTION="Delete"
FILE="full_path_name" ?.

Regards,

Phim


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

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



TESTING

2000-08-09 Thread McCabe, Kevin

I need to see if the message send to list are getting through to me.

-
Kevin McCabe :-) 
Intranet Team Leader
+44 (0) 20 7941 5502
---



**
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Combo box

2000-08-09 Thread Philip Arnold - ASP

 Does anyone have some nifty code that lets me have a combo box, ie. an
 input type=text field combined with a collection of hardcoded choices in
 an input type=select?

 Do I just have text input field with the same name as the select box?
 How does this work?

You're running into a HTML limit here

What I do is put an "Other" option at the bottom of the Select, and have a
text box for entering the Other option into

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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



RE: Is there a variable for a query's name?

2000-08-09 Thread Philip Arnold - ASP

 I am trying to make a tag that changes the scope of a query to the
 attributes scope.

 I want to tagify...
 cfloop index = "i" list="#RETAILER_INFO.columnlist#"
 CFSET temp = SetVariable("attributes.#i#",
 evaluate("RETAILER_INFO.#i#"))
 /cfloop

 so what I want to do is...

 cfloop index = "i" list="#caller.somequery.columnlist#"
 CFSET SetVariable("caller.attributes.#i#", evaluate("somequery.#i#"))
 /cfloop

 Is there a variable for the query's name?  There has to be one, debugging
 lists the names of the queries...

As this hasn't been answered for a couple of days (and I'm just catching up
on emails)...

You can use a variable name and Evaluate;
cfloop index = "i" list="#Evaluate("#caller.somequery#.columnlist")#"
CFSET SetVariable("caller.attributes.#i#",
evaluate("#caller.somequery#.#i#"))
/cfloop

I'm not sure about the multiple scoping on caller.attributes. but the query
name should work

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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



cffile : action from cffile action=delete

2000-08-09 Thread Phim

Line 1 :CFFILE ACTION="Delete" FILE="full_path_name"
Line 2: Use the FileExists() function or the CFDIRECTORY tag to see if 
the
file exists after doing the delete.

it got error in line --CFFILE ACTION="Delete" FILE="full_path_name"
I can not go futher to use line 2 for checking it , it got error since line
1.

Any suggestion are highly appreciated.
Regards,
Phim


-Original Message-
From: Phim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 1:16 PM
To: [EMAIL PROTECTED]
Subject: RE: cffile


thanks a lot Jim

regards,
Phim

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:59 PM
To: [EMAIL PROTECTED]
Subject: Re: cffile


Use the FileExists() function or the CFDIRECTORY tag to see if the file
exists after doing the delete.

Jim


-Original Message-
From: Phim [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Tuesday, August 08, 2000 11:39 PM
Subject: cffile


Hi Everyone,


I use CFFILE Tag for delete a file in server ,

Can we check action from this command ,that delete file successfull or
not ?

if can not delete a  file becasue this file being in use by another
process
, and it will return error .

Can we check action of   CFFILE ACTION="Delete"
FILE="full_path_name" ?.

Regards,

Phim


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


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

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



RE: cffile : action from cffile action=delete

2000-08-09 Thread Daniel Kemp

cftry
  CFFILE ACTION="Delete" FILE="full_path_name"
  cfcatch
Something somewhere went wrong!
  /cfcatch
/cftry

Use CFTRY, as in "I'm about to TRY this, but I'm not sure if it'll
work, but I'm feeling lucky".  But just in case it doesn't work, I
want something to CATCH me.  If the delete fails, you'll catch the
error, and everything will keep going on as pretty much normal.

As an aside, you may want to be using a FileExists ibefore/i you
attempt to delete the file, and then again afterwards to be sure it's
really gone.

Hope this helps.

Dan.



This message is intended only for the use of the person(s) ("the intended 
recipient(s)") to whom it is addressed.

It may contain information which is privileged and confidential within the meaning of 
the applicable law. If you are not the intended recipient, please contact the sender 
as soon as possible.The views expressed in this communication may not necessarily be 
the views held by Live Information Systems Limited.


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



RE: Dynamic Queries in Valuelist

2000-08-09 Thread Philip Arnold - ASP

 I need to setup a valuelist using a dynamic query.  From what I can tell,
 this doesn't seem to be possible.

 What I need is a way to drop a list of a varying number of items from a
 varying number of queries, and cache all of the results.  Performance is
 key.

Use Evaluate();
cfset
variables.myList=Evaluate("#variables.QueryName#.#variables.ColumnName#")

If you want to cache the results, then cache the query - it means that the
query comes directly from memory rather than talking to the database server

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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



creating graphs in CF

2000-08-09 Thread Tom Dyson

Does anyone have experience of creating graphs in Cold Fusion? They need to
be line graphs, so unfortunately it's not possible to create them in
dynamically generated HTML. I don't want to use Java applets, either. I
guess the answer will be some kind of Java Servlet which takes variables and
creates gifs on the fly - if you can point me in the right direction I'd be
very grateful.

Thanks

Tom

P.S. Please respond directly as well as to the list, because I'm on the
archived version.


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



Fw: hit simulation

2000-08-09 Thread Vincent

This is a multi-part message in MIME format.

--=_NextPart_000_0039_01C00225.1669C590
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


=20

=20
=20

hi,
  I wanted to know if its possible to simulate hits on a particular =
site.
I want to know the load that my index.cfm file can take. At what point =
does
the site begin to slow down. etc
=20
  Does anyone know of something like that ?
=20
regards
VIN

--=_NextPart_000_0039_01C00225.1669C590
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"
HTML
HEAD

META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
HTML//EN"!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"!DOCTYPE HTML =
PUBLIC "-//W3C//DTD W3 HTML//EN"
META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR
/HEAD
BODY bgColor=3D#ff
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2Bnbsp;/BBR/DIV/FONT
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp;/FONT/DIV
DIVFONT face=3DArial size=3D2Bnbsp;/BBR/DIV/FONT
DIVFONT color=3D#008080 face=3DVerdana size=3D2hi,/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp; I wanted to =
know if its=20
possible to simulate hits on a particular site./FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2I want to know the =
load that my=20
index.cfm file can take. At what point does/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2the site begin to =
slow down.=20
etc/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2/FONTnbsp;/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp; Does anyone =
know of=20
something like that ?/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2/FONTnbsp;/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2regards/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana =
size=3D2VIN/FONT/DIV/BODY/HTML

--=_NextPart_000_0039_01C00225.1669C590--

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



RE: hit simulation

2000-08-09 Thread Ruben Chadien

You could use a load genaration tool check:
http://homer.rte.microsoft.com/

/Ruben Chadien

-Original Message-
From: Vincent [mailto:[EMAIL PROTECTED]]
Sent: den 9 augusti 2000 13:43
To: cftalk
Subject: Fw: hit simulation


This is a multi-part message in MIME format.

--=_NextPart_000_0039_01C00225.1669C590
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


=20

=20
=20

hi,
  I wanted to know if its possible to simulate hits on a particular =
site.
I want to know the load that my index.cfm file can take. At what point =
does
the site begin to slow down. etc
=20
  Does anyone know of something like that ?
=20
regards
VIN

--=_NextPart_000_0039_01C00225.1669C590
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"
HTML
HEAD

META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
HTML//EN"!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"!DOCTYPE HTML =
PUBLIC "-//W3C//DTD W3 HTML//EN"
META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR
/HEAD
BODY bgColor=3D#ff
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2Bnbsp;/BBR/DIV/FONT
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp;/FONT/DIV
DIVFONT face=3DArial size=3D2Bnbsp;/BBR/DIV/FONT
DIVFONT color=3D#008080 face=3DVerdana size=3D2hi,/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp; I wanted to =
know if its=20
possible to simulate hits on a particular site./FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2I want to know the =
load that my=20
index.cfm file can take. At what point does/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2the site begin to =
slow down.=20
etc/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2/FONTnbsp;/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2nbsp; Does anyone =
know of=20
something like that ?/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2/FONTnbsp;/DIV
DIVFONT color=3D#008080 face=3DVerdana size=3D2regards/FONT/DIV
DIVFONT color=3D#008080 face=3DVerdana =
size=3D2VIN/FONT/DIV/BODY/HTML

--=_NextPart_000_0039_01C00225.1669C590--


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



RE: creating graphs in CF

2000-08-09 Thread Stewart McGowan

cfxgraphicsserver does the job

http://www.cfxgraphicsserver.com/

Stew

-Original Message-
From: Tom Dyson [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 11:36
To: [EMAIL PROTECTED]
Subject: creating graphs in CF


Does anyone have experience of creating graphs in Cold Fusion? They need to
be line graphs, so unfortunately it's not possible to create them in
dynamically generated HTML. I don't want to use Java applets, either. I
guess the answer will be some kind of Java Servlet which takes variables and
creates gifs on the fly - if you can point me in the right direction I'd be
very grateful.

Thanks

Tom

P.S. Please respond directly as well as to the list, because I'm on the
archived version.



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



Re: CF Flash

2000-08-09 Thread David Fauth

http://www.figleaf.com/figleafhome/cfug/CFUGMar00/flash4pres.zip










-- Original Message --
From: "Duane Boudreau" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Wed, 9 Aug 2000 00:10:48 -0400

Hi All,

Does anyone have sample code with Flash sending and receiving data to/from
ColdFusion?

Thx,
Duane Boudreau
CFExperts.Com


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

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



RE: CF Flash

2000-08-09 Thread Duane Boudreau

Thanks Dave

Duane Boudreau
eMPower Project Manager
Director, Web Technologies
Ektron, Inc. 

 -Original Message-
 From: David Fauth [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 7:56 AM
 To: [EMAIL PROTECTED]
 Subject: Re: CF  Flash
 
 
 http://www.figleaf.com/figleafhome/cfug/CFUGMar00/flash4pres.zip
 
 
 
 
 
 
 
 
 
 
 -- Original Message --
 From: "Duane Boudreau" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Wed, 9 Aug 2000 00:10:48 -0400
 
 Hi All,
 
 Does anyone have sample code with Flash sending and receiving 
 data to/from
 ColdFusion?
 
 Thx,
 Duane Boudreau
 CFExperts.Com
 
 
 -
 -
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
 _talk or send a message to [EMAIL PROTECTED] with 
 'unsubscribe' in the body.
 
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
 _talk or send a message to [EMAIL PROTECTED] with 
 'unsubscribe' in the body.
 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Moving Verity Collections

2000-08-09 Thread Morgan, Thomas J.

I am upgrading our web server and need to move some Verity collections from
the old server to the new one.  Any suggestions on the procedure.  Thanks.

Thomas J. Morgan
Information Delivery Systems
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\ids.rti.org

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



RE: cffile : action from cffile action=delete

2000-08-09 Thread Phim

IT'S WORK :))

Thank so much
Phim.

-Original Message-
From: Daniel Kemp [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 5:58 PM
To: [EMAIL PROTECTED]
Subject: RE: cffile : action from cffile action="delete"


cftry
  CFFILE ACTION="Delete" FILE="full_path_name"
  cfcatch
Something somewhere went wrong!
  /cfcatch
/cftry

Use CFTRY, as in "I'm about to TRY this, but I'm not sure if it'll
work, but I'm feeling lucky".  But just in case it doesn't work, I
want something to CATCH me.  If the delete fails, you'll catch the
error, and everything will keep going on as pretty much normal.

As an aside, you may want to be using a FileExists ibefore/i you
attempt to delete the file, and then again afterwards to be sure it's
really gone.

Hope this helps.

Dan.



This message is intended only for the use of the person(s) ("the intended
recipient(s)") to whom it is addressed.

It may contain information which is privileged and confidential within the
meaning of the applicable law. If you are not the intended recipient, please
contact the sender as soon as possible.The views expressed in this
communication may not necessarily be the views held by Live Information
Systems Limited.



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

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



CFGRID onvalidate=??? try N2

2000-08-09 Thread Alex Puritche

cf-talk,

  Can somebody help me? I have difficulties trying to validate user's
  input in cfgrid. In fact I can't understand how I can validate 15
  columns with 15 validation rules.

  Can somebody help me?

-- 
 Regards,
 Alex  mailto:[EMAIL PROTECTED]


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


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



SQL Server errors

2000-08-09 Thread Howie Hamlin

I've been getting the following SQL Server errors in the event log over and
over.  Any idea what these mean?

===
Source: SQLExecutive
Type: Error
Category: Alert Engine
Description: Unable to read local EventLog.  Reason: Invalid access to
memory location.
===

Thanks,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server


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



CFAPPLICATION - Need some advice

2000-08-09 Thread Gavin Myers

I've decided to take a look at application.cfm too see what I can gather.
I've never really used it before

Now in the simplest form:

application.cfm
htmlhead/headbody

cfapplication name="id" clientmanagement="Yes" sessionmanagement="Yes"
setclientcookies="Yes"

/body/html
end application.cfm

The only thing I am using with the application.cfm file is
#session.sessionid#, and I need to carry that sessionid through pages. But,
I also want to make it so that when a person leaves my site, and then goes
back they don't get the same sessionid, but a brand new one. I could set an
expire date, but I'd rather have it not use the same one over again
automatically. Any suggestions?

Oh and while were on the subject, I want to set global variables while
person-x is in the site. Example:

Making a shopping cart that records when a person checks on a radio button
labled purchase. That way when they are 4-99 pages deep they can hit buy and
bring up a list of all of the things they said yes to. So you click on yes,
and it globals the name of the product and the product_id, so I can
reference it later.

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



help with permissions

2000-08-09 Thread Marc Ryan Ray

I need help setting up permissions on my NT 4/IIS CF4.51 
server.  What i am trying to do is password protect various 
sites on our server using NTLM/Challenge Response 
authentication.  Everything seems to work fine except that 
users are not able to execute cold fusion files.  When a 
user goes to log into their web site it will show all html 
pages but asks for a user name and password for cold fusion 
pages, even after they have given their user name and 
password.  If i log in as an administrator to a web site 
everything works fine including cold fusion.  Any 
suggestions. I have made sure execute is turned on for the 
web site and even given full control of all files to the 
user but still no luck.  Thanks in advance for any help.

Marc Ray
[EMAIL PROTECTED]
[EMAIL PROTECTED]


___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

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



RE: SQL Server errors

2000-08-09 Thread Andy Ewings

oooh...doesn't sound to good.

What I'd try is to create another database and import all of the data
across.  Delete the old database and then change your DSN's to point to the
new database.

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 13:34
To: [EMAIL PROTECTED]
Subject: SQL Server errors


I've been getting the following SQL Server errors in the event log over and
over.  Any idea what these mean?

===
Source: SQLExecutive
Type: Error
Category: Alert Engine
Description: Unable to read local EventLog.  Reason: Invalid access to
memory location.
===

Thanks,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server



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



Re: Multiple value Select

2000-08-09 Thread David E. Crawford

This is a multi-part message in MIME format.

--=_NextPart_000_00EF_01C001FF.3F8198C0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

RE: Multiple value SelectOk, now we have a bit of information.

Try this:

cfselect name=3D"NewPG" size=3D"3" multiple=20
  CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20

  CFIF ListFindNoCase(EditNameQry.PracticeGroup,GetPG.PG)=20
CFSET PGSelected =3D "Selected"=20
CFELSE=20
CFSET PGSelected =3D ""=20
/cfif=20
   Option #PGSelected# value=3D"#PG#"#PG#/option  !--- NO=20
CFOUTPUTS ---=20
  /cfoutput  !--- CLOSING CFOUTPUT ---=20
/cfselect=20



Change the order of the parameters to the =
Listfindnocase()/Listcontains() functions.  If EditNameQry.PracticeGroup =
is a comma seperated list and GETPG.PG is a single value, this should =
work.



DC



  - Original Message -=20
  From: Gieseman, Athelene=20
  To: '[EMAIL PROTECTED]'=20
  Sent: Tuesday, August 08, 2000 21:36
  Subject: RE: Multiple value Select


  No.  That field would have multiple items in a comma-delimited format. =
 Not=20
  even the first option is selected.=20

  Athelene=20

  -Original Message-=20
  From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:33 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  This may be a stupid question but the query EditNameQry is only =
pulling one=20
  value for PracticeGroup.  Right?  If not I'm sure that when you "view=20
  source" you'll see that more than one option is "SELECTED".  That will =

  confuse the browser and it will stay on the first option.=20

  --K=20

  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 2:04 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  Yo may have a point.. try putting quotes around =
EditNameQry.PracticeGroup.=20

  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20

  -Original Message-=20
  From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:18 PM=20
  To: '[EMAIL PROTECTED]'=20
  Subject: RE: Multiple value Select=20



  No luck.  I think there's a problem in that the listcontains isn't =
finding=20
  any matches.  I can't figure out why.  I display the previously =
selected=20
  items in another part of the form and it is identical to the options =
in the=20
  database.  There is a comma separating the selected items.  For =
example, the=20
  record viewed via SQL shows:  "Agribusiness,Commercial Litigation" =
(less the=20
  quotes) in the field.  Both of those practice groups are identically =
listed=20
  in the GetPG.PG list.  Yet neither of them are showing up selected in =
the=20
  control.  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20



  Athelene=20




  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 3:00 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  take the cfoutput tags out of the options and put them within the =
entire=20
  select tag:=20

  cfselect name=3D"NewPG" size=3D"3" multiple=20
CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20
  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  CFSET PGSelected =3D "Selected"=20
  CFELSE=20
  CFSET PGSelected =3D ""=20
  /cfif=20
 Option #PGSelected# value=3D"#PG#"#PG#/option  !--- NO =

  CFOUTPUTS ---=20
/cfoutput  !--- CLOSING CFOUTPUT ---=20
  /cfselect=20

  -Original Message-=20
  From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 3:44 PM=20
  To: '[EMAIL PROTECTED]'=20
  Subject: RE: Multiple value Select=20



  Still no luck.  I also added an rtrim function to each of the fields =
in that=20
  line.  And I've tried David's suggestion of using listcontainsnocase.  =
Still=20
  no luck.  I also changed the code this way:=20

  CFIF =
listfindnocase(rtrim(getpg.pg),rtrim(EditNameQry.PracticeGroup))=20
  CFSET PGSelected =3D "Selected"=20
  CFELSE=20
  CFSET PGSelected =3D "Not Selected"=20
  /cfif=20
  Option #PGSelected# value=3D"#PG#"cfoutput#PG#=20
  #PGSelected#/cfoutput/option=20

  so that I 

RE: help with permissions

2000-08-09 Thread mherbene

You might try giving READ to a sample user to 

CFUSION$\bin\iscf.dll

see http://www.defusion.com/articles/index.cfm?ArticleID=89 for possibly
relevant details.


-Original Message-
From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:38 AM
To: [EMAIL PROTECTED]
Subject: help with permissions


I need help setting up permissions on my NT 4/IIS CF4.51 
server.  What i am trying to do is password protect various 
sites on our server using NTLM/Challenge Response 
authentication.  Everything seems to work fine except that 
users are not able to execute cold fusion files.  When a 
user goes to log into their web site it will show all html 
pages but asks for a user name and password for cold fusion 
pages, even after they have given their user name and 
password.  If i log in as an administrator to a web site 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: SQL Server errors

2000-08-09 Thread Howie Hamlin

How do I know what DB this error applies to?

Thanks,

Howie Hamlin

- Original Message -
From: Andy Ewings [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 8:45 AM
Subject: RE: SQL Server errors


 oooh...doesn't sound to good.

 What I'd try is to create another database and import all of the data
 across.  Delete the old database and then change your DSN's to point to
the
 new database.

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:34
 To: [EMAIL PROTECTED]
 Subject: SQL Server errors


 I've been getting the following SQL Server errors in the event log over
and
 over.  Any idea what these mean?

 ===
 Source: SQLExecutive
 Type: Error
 Category: Alert Engine
 Description: Unable to read local EventLog.  Reason: Invalid access to
 memory location.
 ===

 Thanks,

 Howie Hamlin
 --
 inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
 www.CoolFusion.com
 
 Please vote for iMS in the Most Innovative category here:
 *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
 
 Check out inFusion Mail Server - the world's most configurable email
server


 --
--

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

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

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



RE: help with permissions

2000-08-09 Thread Dave Dawes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C001FF.C034BC10
Content-Type: text/plain;
charset="iso-8859-1"

Marc,

This article should help ya out
http://www.allaire.com/Handlers/index.cfm?ID=1533Method=Full.

Basically, I would recommend giving the everyone group read rights on
cfusion\bin\iscf.dll

HTH,
David Dawes
ConnectWise | 813-935-7100
http://www.ConnectWise.com


 -Original Message-
 From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 8:38 AM
 To: [EMAIL PROTECTED]
 Subject: help with permissions
 
 
 I need help setting up permissions on my NT 4/IIS CF4.51 
 server.  What i am trying to do is password protect various 
 sites on our server using NTLM/Challenge Response 
 authentication.  Everything seems to work fine except that 
 users are not able to execute cold fusion files.  When a 
 user goes to log into their web site it will show all html 
 pages but asks for a user name and password for cold fusion 
 pages, even after they have given their user name and 
 password.  If i log in as an administrator to a web site 
 everything works fine including cold fusion.  Any 
 suggestions. I have made sure execute is turned on for the 
 web site and even given full control of all files to the 
 user but still no luck.  Thanks in advance for any help.
 
 Marc Ray
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

--_=_NextPart_001_01C001FF.C034BC10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: help with permissions/TITLE
/HEAD
BODY

PFONT SIZE=3D2Marc,/FONT
/P

PFONT SIZE=3D2This article should help ya out A =
HREF=3D"http://www.allaire.com/Handlers/index.cfm?ID=3D1533Method=3DFul=
l" =
TARGET=3D"_blank"http://www.allaire.com/Handlers/index.cfm?ID=3D1533Me=
thod=3DFull/A./FONT
/P

PFONT SIZE=3D2Basically, I would recommend giving the everyone =
group read rights on cfusion\bin\iscf.dll/FONT
/P

PFONT SIZE=3D2HTH,/FONT
BRFONT SIZE=3D2David Dawes/FONT
BRFONT SIZE=3D2ConnectWise | 813-935-7100/FONT
BRFONT SIZE=3D2A HREF=3D"http://www.ConnectWise.com" =
TARGET=3D"_blank"http://www.ConnectWise.com/A/FONT
/P
BR

PFONT SIZE=3D2gt; -Original Message-/FONT
BRFONT SIZE=3D2gt; From: Marc Ryan Ray [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=3D2gt; Sent: Wednesday, August 09, 2000 8:38 AM/FONT
BRFONT SIZE=3D2gt; To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; Subject: help with permissions/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; I need help setting up permissions on my NT =
4/IIS CF4.51 /FONT
BRFONT SIZE=3D2gt; server.nbsp; What i am trying to do is =
password protect various /FONT
BRFONT SIZE=3D2gt; sites on our server using NTLM/Challenge =
Response /FONT
BRFONT SIZE=3D2gt; authentication.nbsp; Everything seems to work =
fine except that /FONT
BRFONT SIZE=3D2gt; users are not able to execute cold fusion =
files.nbsp; When a /FONT
BRFONT SIZE=3D2gt; user goes to log into their web site it will =
show all html /FONT
BRFONT SIZE=3D2gt; pages but asks for a user name and password for =
cold fusion /FONT
BRFONT SIZE=3D2gt; pages, even after they have given their user =
name and /FONT
BRFONT SIZE=3D2gt; password.nbsp; If i log in as an administrator =
to a web site /FONT
BRFONT SIZE=3D2gt; everything works fine including cold =
fusion.nbsp; Any /FONT
BRFONT SIZE=3D2gt; suggestions. I have made sure execute is turned =
on for the /FONT
BRFONT SIZE=3D2gt; web site and even given full control of all =
files to the /FONT
BRFONT SIZE=3D2gt; user but still no luck.nbsp; Thanks in advance =
for any help./FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; Marc Ray/FONT
BRFONT SIZE=3D2gt; [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; [EMAIL PROTECTED]/FONT
/P

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



RE: OT eWebeditPro CFML

2000-08-09 Thread LISTS

In the new ColdFusion Developers Journal there is an article on how to
create static content with CF from a database. Maybe you should take the CF
files from eWebEditPRO and create a static .cfm page then run it through cf
server.

John Cesta

http://www.cybersmarts.net
-
ColdFusion ASP and ActiveState PERL Hosting

www.serverautomationtools.com

-Original Message-
From: Eron Cohen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 08, 2000 10:38 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: OT eWebeditPro  CFML


Hi Dan,

I don't think you're going to be able to do this directly.  Unfortunately,
ColdFusion won't evaluate cold fusion code that's CFOUTPUT from a database
query.  The only way around this that I know of is to write the output to a
file and then execute the file (I believe you could do this by CFINCLUDING
it.)  I think there may have been a custom tag in the ColdFusion library
that may also help deal with this, but I think its just a variation on what
I am saying here.

Best Regards,

Eron
- Original Message -
From: "Dan O'Keefe" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, August 07, 2000 8:02 PM
Subject: OT eWebeditPro  CFML


 Anybody on the list using eWebEditPro and figured out a way to embed CFML
 within the eWebEditPro editor, save it, and then display the results. I am
 trying to do something like:

 In a eWebEditPro editing session:

 formatted static text..

 cfoutput#phonenum#/cfoutput

 Some more formatted static text 

 Then eWebEditPro saves all of this and I store it in a table in SQL.
Later,
 query the table, and display the contents of that field, but I want CF to
 interpret the CFML. If I try wrapping an evaluate function around the var,
 it errors out on the first '' that it comes across.

 Thanks

 --
 Dan O'Keefe
 TriPoint Technologies
 [EMAIL PROTECTED]
 954.501.3113

 --

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



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

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



RE: SQL Server errors

2000-08-09 Thread Andy Ewings

when exactly do you see this error?  are you saying it is appearing in the
NT event log?  Does SQL still work?

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 13:46
To: [EMAIL PROTECTED]
Subject: Re: SQL Server errors


How do I know what DB this error applies to?

Thanks,

Howie Hamlin

- Original Message -
From: Andy Ewings [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 8:45 AM
Subject: RE: SQL Server errors


 oooh...doesn't sound to good.

 What I'd try is to create another database and import all of the data
 across.  Delete the old database and then change your DSN's to point to
the
 new database.

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:34
 To: [EMAIL PROTECTED]
 Subject: SQL Server errors


 I've been getting the following SQL Server errors in the event log over
and
 over.  Any idea what these mean?

 ===
 Source: SQLExecutive
 Type: Error
 Category: Alert Engine
 Description: Unable to read local EventLog.  Reason: Invalid access to
 memory location.
 ===

 Thanks,

 Howie Hamlin
 --
 inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
 www.CoolFusion.com
 
 Please vote for iMS in the Most Innovative category here:
 *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
 
 Check out inFusion Mail Server - the world's most configurable email
server


 --
--

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

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


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



RE: Moving Verity Collections

2000-08-09 Thread LISTS


Can you export the reg entry in the Allaire key that represent the verity
collections? Then import on the new machine.

John Cesta

http://www.cybersmarts.net
-
ColdFusion ASP and ActiveState PERL Hosting

www.serverautomationtools.com

-Original Message-
From: Morgan, Thomas J. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:02 AM
To: '[EMAIL PROTECTED]'
Subject: Moving Verity Collections


I am upgrading our web server and need to move some Verity collections from
the old server to the new one.  Any suggestions on the procedure.  Thanks.

Thomas J. Morgan
Information Delivery Systems
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\ids.rti.org


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

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



RE: help with permissions

2000-08-09 Thread LISTS

We changed the user in cf to a new user name. we can then assign that name
to any dirs for cf access. And, we can assign NO ACCESS to the dirs we don't
allow cf access.

What are your permission setting on the dir?

John Cesta

http://www.cybersmarts.net
-
ColdFusion ASP and ActiveState PERL Hosting

www.serverautomationtools.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:51 AM
To: [EMAIL PROTECTED]
Subject: RE: help with permissions


You might try giving READ to a sample user to

CFUSION$\bin\iscf.dll

see http://www.defusion.com/articles/index.cfm?ArticleID=89 for possibly
relevant details.


-Original Message-
From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:38 AM
To: [EMAIL PROTECTED]
Subject: help with permissions


I need help setting up permissions on my NT 4/IIS CF4.51
server.  What i am trying to do is password protect various
sites on our server using NTLM/Challenge Response
authentication.  Everything seems to work fine except that
users are not able to execute cold fusion files.  When a
user goes to log into their web site it will show all html
pages but asks for a user name and password for cold fusion
pages, even after they have given their user name and
password.  If i log in as an administrator to a web site

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

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



Re: SQL Server errors

2000-08-09 Thread Howie Hamlin

Yes, this is from the event log.  The SQL Server is still running and
working.  This error quickly fills up the event log (that's how many times
it's ahppening).

Thanks,

Howie Hamlin

- Original Message -
From: Andy Ewings [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 8:56 AM
Subject: RE: SQL Server errors


 when exactly do you see this error?  are you saying it is appearing in the
 NT event log?  Does SQL still work?

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:46
 To: [EMAIL PROTECTED]

 Subject: Re: SQL Server errors


 How do I know what DB this error applies to?

 Thanks,

 Howie Hamlin

 - Original Message -
 From: Andy Ewings [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, August 09, 2000 8:45 AM
 Subject: RE: SQL Server errors


  oooh...doesn't sound to good.
 
  What I'd try is to create another database and import all of the data
  across.  Delete the old database and then change your DSN's to point to
 the
  new database.
 
  -Original Message-
  From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
  Sent: 09 August 2000 13:34
  To: [EMAIL PROTECTED]
  Subject: SQL Server errors
 
 
  I've been getting the following SQL Server errors in the event log over
 and
  over.  Any idea what these mean?
 
  ===
  Source: SQLExecutive
  Type: Error
  Category: Alert Engine
  Description: Unable to read local EventLog.  Reason: Invalid access to
  memory location.
  ===
 
  Thanks,
 
  Howie Hamlin
  --
  inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
  www.CoolFusion.com
  
  Please vote for iMS in the Most Innovative category here:
  *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
  
  Check out inFusion Mail Server - the world's most configurable email
 server
 
 

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

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

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

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

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



RE: SQL Server errors

2000-08-09 Thread Andy Ewings

ohok.  I haven't seen this before but I'll have a quick look through
some documentation here and post anything I find

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 14:03
To: [EMAIL PROTECTED]
Subject: Re: SQL Server errors


Yes, this is from the event log.  The SQL Server is still running and
working.  This error quickly fills up the event log (that's how many times
it's ahppening).

Thanks,

Howie Hamlin

- Original Message -
From: Andy Ewings [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 8:56 AM
Subject: RE: SQL Server errors


 when exactly do you see this error?  are you saying it is appearing in the
 NT event log?  Does SQL still work?

 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:46
 To: [EMAIL PROTECTED]

 Subject: Re: SQL Server errors


 How do I know what DB this error applies to?

 Thanks,

 Howie Hamlin

 - Original Message -
 From: Andy Ewings [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, August 09, 2000 8:45 AM
 Subject: RE: SQL Server errors


  oooh...doesn't sound to good.
 
  What I'd try is to create another database and import all of the data
  across.  Delete the old database and then change your DSN's to point to
 the
  new database.
 
  -Original Message-
  From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
  Sent: 09 August 2000 13:34
  To: [EMAIL PROTECTED]
  Subject: SQL Server errors
 
 
  I've been getting the following SQL Server errors in the event log over
 and
  over.  Any idea what these mean?
 
  ===
  Source: SQLExecutive
  Type: Error
  Category: Alert Engine
  Description: Unable to read local EventLog.  Reason: Invalid access to
  memory location.
  ===
 
  Thanks,
 
  Howie Hamlin
  --
  inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
  www.CoolFusion.com
  
  Please vote for iMS in the Most Innovative category here:
  *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
  
  Check out inFusion Mail Server - the world's most configurable email
 server
 
 

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

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

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

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


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



RE: help with permissions

2000-08-09 Thread Marc Ryan Ray

unfortunatly i have given everyone full control of both 
drives which includeds the whole cold fusion directory and 
bin directory, but still no luck.  

Thanks for the quick responses

Marc Ray
[EMAIL PROTECTED]
[EMAIL PROTECTED]







-Original Message-
From:Dave Dawes [EMAIL PROTECTED]
Sent:Wed, 9 Aug 2000 08:45:51 -0400
To:  [EMAIL PROTECTED]
CC:  [EMAIL PROTECTED]
Subject: RE: help with permissions


Marc,

This article should help ya out
http://www.allaire.com/Handlers/index.cfm?
ID=1533Method=Full.

Basically, I would recommend giving the everyone group read 
rights on
cfusion\bin\iscf.dll

HTH,
David Dawes
ConnectWise | 813-935-7100
http://www.ConnectWise.com


 -Original Message-
 From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 8:38 AM
 To: [EMAIL PROTECTED]
 Subject: help with permissions
 
 
 I need help setting up permissions on my NT 4/IIS CF4.51 
 server.  What i am trying to do is password protect 
various 
 sites on our server using NTLM/Challenge Response 
 authentication.  Everything seems to work fine except 
that 
 users are not able to execute cold fusion files.  When a 
 user goes to log into their web site it will show all 
html 
 pages but asks for a user name and password for cold 
fusion 
 pages, even after they have given their user name and 
 password.  If i log in as an administrator to a web site 
 everything works fine including cold fusion.  Any 
 suggestions. I have made sure execute is turned on for 
the 
 web site and even given full control of all files to the 
 user but still no luck.  Thanks in advance for any help.
 
 Marc Ray
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]



___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

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



Re: SQL Server errors

2000-08-09 Thread Howie Hamlin

Much appreciated...

Howie

- Original Message - 
From: Andy Ewings [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 9:11 AM
Subject: RE: SQL Server errors


 ohok.  I haven't seen this before but I'll have a quick look through
 some documentation here and post anything I find
 


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



RE: help with permissions

2000-08-09 Thread Marc Ryan Ray

i believe ours is running as the system user, at least that 
is how the service is configured. 

Marc Ray
[EMAIL PROTECTED]
[EMAIL PROTECTED]







-Original Message-
From:LISTS [EMAIL PROTECTED]
Sent:Wed, 9 Aug 2000 09:02:22 -0400
To:  [EMAIL PROTECTED]
Subject: RE: help with permissions


We changed the user in cf to a new user name. we can then 
assign that name
to any dirs for cf access. And, we can assign NO ACCESS to 
the dirs we don't
allow cf access.

What are your permission setting on the dir?

John Cesta

http://www.cybersmarts.net
-
ColdFusion ASP and ActiveState PERL Hosting

www.serverautomationtools.com

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:51 AM
To: [EMAIL PROTECTED]
Subject: RE: help with permissions


You might try giving READ to a sample user to

CFUSION$\bin\iscf.dll

see http://www.defusion.com/articles/index.cfm?ArticleID=89 
for possibly
relevant details.


-Original Message-
From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:38 AM
To: [EMAIL PROTECTED]
Subject: help with permissions


I need help setting up permissions on my NT 4/IIS CF4.51
server.  What i am trying to do is password protect various
sites on our server using NTLM/Challenge Response
authentication.  Everything seems to work fine except that
users are not able to execute cold fusion files.  When a
user goes to log into their web site it will show all html
pages but asks for a user name and password for cold fusion
pages, even after they have given their user name and
password.  If i log in as an administrator to a web site


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


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



___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

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



RE: help with permissions

2000-08-09 Thread Dave Dawes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C00204.3C3F2A20
Content-Type: text/plain;
charset="iso-8859-1"

Sometimes I've experienced a "lag" between NT/IIS when setting permissions
that lasts from 10-30 mins... stopping/starting the IIS Admin service
usually does the trick.

- Dave

 -Original Message-
 From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 9:09 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: help with permissions
 
 
 unfortunatly i have given everyone full control of both 
 drives which includeds the whole cold fusion directory and 
 bin directory, but still no luck.  
 
 Thanks for the quick responses
 
 Marc Ray
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
 -Original Message-
 From:Dave Dawes [EMAIL PROTECTED]
 Sent:Wed, 9 Aug 2000 08:45:51 -0400
 To:  [EMAIL PROTECTED]
 CC:  [EMAIL PROTECTED]
 Subject: RE: help with permissions
 
 
 Marc,
 
 This article should help ya out
 http://www.allaire.com/Handlers/index.cfm?
 ID=1533Method=Full.
 
 Basically, I would recommend giving the everyone group read 
 rights on
 cfusion\bin\iscf.dll
 
 HTH,
 David Dawes
 ConnectWise | 813-935-7100
 http://www.ConnectWise.com
 
 
  -Original Message-
  From: Marc Ryan Ray [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, August 09, 2000 8:38 AM
  To: [EMAIL PROTECTED]
  Subject: help with permissions
  
  
  I need help setting up permissions on my NT 4/IIS CF4.51 
  server.  What i am trying to do is password protect 
 various 
  sites on our server using NTLM/Challenge Response 
  authentication.  Everything seems to work fine except 
 that 
  users are not able to execute cold fusion files.  When a 
  user goes to log into their web site it will show all 
 html 
  pages but asks for a user name and password for cold 
 fusion 
  pages, even after they have given their user name and 
  password.  If i log in as an administrator to a web site 
  everything works fine including cold fusion.  Any 
  suggestions. I have made sure execute is turned on for 
 the 
  web site and even given full control of all files to the 
  user but still no luck.  Thanks in advance for any help.
  
  Marc Ray
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
 
 __
 _
 Visit http://www.visto.com/info, your free web-based 
 communications center.
 Visto.com. Life on the Dot.
 

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

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: help with permissions/TITLE
/HEAD
BODY

PFONT SIZE=3D2Sometimes I've experienced a quot;lagquot; between =
NT/IIS when setting permissions that lasts from 10-30 mins... =
stopping/starting the IIS Admin service usually does the =
trick./FONT/P

PFONT SIZE=3D2- Dave/FONT
/P

PFONT SIZE=3D2gt; -Original Message-/FONT
BRFONT SIZE=3D2gt; From: Marc Ryan Ray [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=3D2gt; Sent: Wednesday, August 09, 2000 9:09 AM/FONT
BRFONT SIZE=3D2gt; To: [EMAIL PROTECTED]; =
[EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; Subject: RE: help with permissions/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; unfortunatly i have given everyone full control =
of both /FONT
BRFONT SIZE=3D2gt; drives which includeds the whole cold fusion =
directory and /FONT
BRFONT SIZE=3D2gt; bin directory, but still no luck.nbsp; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; Thanks for the quick responses/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; Marc Ray/FONT
BRFONT SIZE=3D2gt; [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; -Original Message-/FONT
BRFONT SIZE=3D2gt; From:nbsp;nbsp;nbsp; Dave Dawes =
[EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; Sent:nbsp;nbsp;nbsp; Wed, 9 Aug 2000 =
08:45:51 -0400/FONT
BRFONT SIZE=3D2gt; To:nbsp;nbsp;nbsp;nbsp;nbsp; =
[EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; CC:nbsp;nbsp;nbsp;nbsp;nbsp; =
[EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2gt; Subject: RE: help with permissions/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; Marc,/FONT
BRFONT SIZE=3D2gt; /FONT
BRFONT SIZE=3D2gt; This article should help ya out/FONT
BRFONT SIZE=3D2gt; A =
HREF=3D"http://www.allaire.com/Handlers/index.cfm" =
TARGET=3D"_blank"http://www.allaire.com/Handlers/index.cfm/A?/FONT
BRFONT SIZE=3D2gt; 

Narrowing Down Answers

2000-08-09 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.

--=_1B43BE81.5E3F557C
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I have a set of pages that allows someone to narrow down their answer with =
each page answered.  This is done dynamilcally through a series of select =
tags.

No problem until I hit a value in the table that is Null. =20

Example below:  If I answer usetype and location, but PROJECT_TYPE has a =
null value.  How can continue on and use the remaining filter pages to get =
my answer?  Is there an easier way to narrow or filter a table dynamically?=


Thanks for your time.
Dave



CFQUERY NAME=3D"GetProjectType" DATASOURCE=3D"TJdb"
SELECT DISTINCT DCApplication.AppID, DCApplication.ApplicType,DCApplication=
.SPOrder
FROMDATAMAP,  DCLocation,  DCApplication, DCUseType
WHERE   DCApplication.AppID =3D DATAMAP.PROJECT_TYPE

CFIF form.location IS NOT "DCLocation.LocID"
AND DATAMAP.PROJECT_LOCATION =3D #form.location#
/CFIF

CFIF form.usetype IS NOT "DCUseType.UseID"
AND  DATAMAP.USE_TYPE =3D #form.usetype#
/CFIF=20
ORDER BY DCApplication.SPOrder
/CFQUERY

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


--=_1B43BE81.5E3F557C
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


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



RE: OT eWebeditPro CFML

2000-08-09 Thread Duane Boudreau

I haven't tried this personally, but using the evaluate function *might*
work.

#evaluate("#q_myquery.htmlfield#")#

You might have to escape any #'s in the html with ##'s

If this works please let me know so I can add a knowledgebase article on the
method.

Cheers,
Duane Boudreau,
eMPower Project Manager
Director, Web Technologies
Ektron, Inc.
http://www.ektron.com
5 Northern Blvd, Suite 6
Amherst, NH 03031
Tel: 603-594-0249 x114
Fax: 603-594-0258


 -Original Message-
 From: Dan O'Keefe [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 07, 2000 8:03 PM
 To: CF-Talk
 Subject: OT eWebeditPro  CFML


 Anybody on the list using eWebEditPro and figured out a way to embed CFML
 within the eWebEditPro editor, save it, and then display the results. I am
 trying to do something like:

 In a eWebEditPro editing session:

 formatted static text..

 cfoutput#phonenum#/cfoutput

 Some more formatted static text 

 Then eWebEditPro saves all of this and I store it in a table in
 SQL. Later,
 query the table, and display the contents of that field, but I want CF to
 interpret the CFML. If I try wrapping an evaluate function around the var,
 it errors out on the first '' that it comes across.

 Thanks

 --
 Dan O'Keefe
 TriPoint Technologies
 [EMAIL PROTECTED]
 954.501.3113

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

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



RE: SQL Server errors

2000-08-09 Thread Lon Lentz


   Just an idea: Do you have the SQL Server service running under a user
with insufficient access rights?

Lon Lentz
Applications Developer - Alvion Technologies
DataWarehousing and List Sales - Market Your Lists on the Net!
[EMAIL PROTECTED]
941-574-8600 Ext. 210



-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:34 AM
To: [EMAIL PROTECTED]
Subject: SQL Server errors


I've been getting the following SQL Server errors in the event log over and
over.  Any idea what these mean?

===
Source: SQLExecutive
Type: Error
Category: Alert Engine
Description: Unable to read local EventLog.  Reason: Invalid access to
memory location.
===

Thanks,

Howie Hamlin

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



RE: OT eWebeditPro CFML

2000-08-09 Thread Dan O'Keefe

When you say new, which month are you referring to. I think the last one
that I have is July. I used to get email from sys-con when the digital
version was ready, but I don't anymore.

Dan

--
Dan O'Keefe
TriPoint Technologies
[EMAIL PROTECTED]
954.501.3113

- -Original Message-
- From: LISTS [mailto:[EMAIL PROTECTED]]
- Sent: Wednesday, August 09, 2000 7:53 AM
- To: [EMAIL PROTECTED]
- Subject: RE: OT eWebeditPro  CFML
-
-
- In the new ColdFusion Developers Journal there is an article on how to
- create static content with CF from a database. Maybe you should
- take the CF
- files from eWebEditPRO and create a static .cfm page then run it
- through cf
- server.
-
- John Cesta
-
- http://www.cybersmarts.net
- -
- ColdFusion ASP and ActiveState PERL Hosting
-
- www.serverautomationtools.com
-
- -Original Message-
- From: Eron Cohen [mailto:[EMAIL PROTECTED]]
- Sent: Tuesday, August 08, 2000 10:38 PM
- To: [EMAIL PROTECTED]
- Cc: [EMAIL PROTECTED]
- Subject: Re: OT eWebeditPro  CFML
-
-
- Hi Dan,
-
- I don't think you're going to be able to do this directly.
- Unfortunately,
- ColdFusion won't evaluate cold fusion code that's CFOUTPUT from
- a database
- query.  The only way around this that I know of is to write the
- output to a
- file and then execute the file (I believe you could do this by
- CFINCLUDING
- it.)  I think there may have been a custom tag in the ColdFusion library
- that may also help deal with this, but I think its just a
- variation on what
- I am saying here.
-
- Best Regards,
-
- Eron
- - Original Message -
- From: "Dan O'Keefe" [EMAIL PROTECTED]
- To: "CF-Talk" [EMAIL PROTECTED]
- Sent: Monday, August 07, 2000 8:02 PM
- Subject: OT eWebeditPro  CFML
-
-
-  Anybody on the list using eWebEditPro and figured out a way to
- embed CFML
-  within the eWebEditPro editor, save it, and then display the
- results. I am
-  trying to do something like:
- 
-  In a eWebEditPro editing session:
- 
-  formatted static text..
- 
-  cfoutput#phonenum#/cfoutput
- 
-  Some more formatted static text 
- 
-  Then eWebEditPro saves all of this and I store it in a table in SQL.
- Later,
-  query the table, and display the contents of that field, but I
- want CF to
-  interpret the CFML. If I try wrapping an evaluate function
- around the var,
-  it errors out on the first '' that it comes across.
- 
-  Thanks
- 
-  --
-  Dan O'Keefe
-  TriPoint Technologies
-  [EMAIL PROTECTED]
-  954.501.3113
- 
- 
- -
- -
- 
-  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
-  To Unsubscribe visit
- http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/c
f_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



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


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

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



RE: OT eWebeditPro CFML

2000-08-09 Thread Dan O'Keefe

I have tried it and it errors out on a number of symbols. I'll let you know.

Dan

--
Dan O'Keefe
TriPoint Technologies
[EMAIL PROTECTED]
954.501.3113

- -Original Message-
- From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
- Sent: Wednesday, August 09, 2000 8:39 AM
- To: [EMAIL PROTECTED]
- Subject: RE: OT eWebeditPro  CFML
-
-
- I haven't tried this personally, but using the evaluate function *might*
- work.
-
- #evaluate("#q_myquery.htmlfield#")#
-
- You might have to escape any #'s in the html with ##'s
-
- If this works please let me know so I can add a knowledgebase
- article on the
- method.
-
- Cheers,
- Duane Boudreau,
- eMPower Project Manager
- Director, Web Technologies
- Ektron, Inc.
- http://www.ektron.com
- 5 Northern Blvd, Suite 6
- Amherst, NH 03031
- Tel: 603-594-0249 x114
- Fax: 603-594-0258
-
-
-  -Original Message-
-  From: Dan O'Keefe [mailto:[EMAIL PROTECTED]]
-  Sent: Monday, August 07, 2000 8:03 PM
-  To: CF-Talk
-  Subject: OT eWebeditPro  CFML
- 
- 
-  Anybody on the list using eWebEditPro and figured out a way to
- embed CFML
-  within the eWebEditPro editor, save it, and then display the
- results. I am
-  trying to do something like:
- 
-  In a eWebEditPro editing session:
- 
-  formatted static text..
- 
-  cfoutput#phonenum#/cfoutput
- 
-  Some more formatted static text 
- 
-  Then eWebEditPro saves all of this and I store it in a table in
-  SQL. Later,
-  query the table, and display the contents of that field, but I
- want CF to
-  interpret the CFML. If I try wrapping an evaluate function
- around the var,
-  it errors out on the first '' that it comes across.
- 
-  Thanks
- 
-  --
-  Dan O'Keefe
-  TriPoint Technologies
-  [EMAIL PROTECTED]
-  954.501.3113
- 
-  --
-  
-  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
-  To Unsubscribe visit
-  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
-  _talk or send a message to [EMAIL PROTECTED] with
-  'unsubscribe' in the body.
-
- -
- -
- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
- To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

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



RE: OT eWebeditPro CFML

2000-08-09 Thread Dan O'Keefe

I am not following how you are suggesting to try cfinclude. If I have CFML
code mixed in with the static text, and I cannot get CF to interpret the
code due to the fact it is just being output to the screen, if I have a
cfinclude in there, it will not be interpreted either. I think I am going to
have to break up my static text to separate fields, and then output the
fields sequentially, inserting the dynamic part where I need it.

Thanks.Dan

--
Dan O'Keefe
TriPoint Technologies
[EMAIL PROTECTED]
954.501.3113

- -Original Message-
- From: Rick Osborne [mailto:[EMAIL PROTECTED]]
- Sent: Wednesday, August 09, 2000 8:55 AM
- To: [EMAIL PROTECTED]
- Subject: RE: OT eWebeditPro  CFML
-
-
- [Dan O'Keefe]
- I want CF to interpret the CFML.
-
- [Duane Boudreau]
-  #evaluate("#q_myquery.htmlfield#")#
-
- Won't work.  The Evaluate() function won't actually evaluate code, it'll
- only evaluate variables.
-
- As a *very* hackish workaround, you could try writing the
- information to a
- file and then CFINCLUDE it.  Not a very efficient solution, but it's the
- only one I can think of.
-
- -Rick
-
- -
- -
- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
- To Unsubscribe visit
- http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/c
- f_talk or send a message to [EMAIL PROTECTED]
- with 'unsubscribe' in the body.
-

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



dynamic pulldowns using a database?

2000-08-09 Thread Wurst, Keith D.

Hey everyone. I'm working on creating a page which has 2 pull down menus,
that will contain information that is dependant upon one another. When a
user selects a value from the first pulldown, the second pulldown should be
populated with the choices under that first selection. (ie. if a user
selects color - blue, red, yellow should populate the second pull down). If
a user selects the second choice, from the first pulldown (ie. food) then
the same thing should happen (fruit, meat and veggies would show up in the
second pulldown). Does anyone know if there are any custom tags out there
that assist in this type of functionality? Suggestions on where I might find
out how to do this? Thanks so much for your help. 

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



Re: dynamic pulldowns using a database?

2000-08-09 Thread JustinMacCarthy

Yes go here

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347197-2830-11D4-AA
9700508B94F380method=Full

~Justin MacCarthy


- Original Message -
From: "Wurst, Keith D." [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 3:31 PM
Subject: dynamic pulldowns using a database?


 Hey everyone. I'm working on creating a page which has 2 pull down menus,
 that will contain information that is dependant upon one another. When a
 user selects a value from the first pulldown, the second pulldown should
be
 populated with the choices under that first selection. (ie. if a user
 selects color - blue, red, yellow should populate the second pull down).
If
 a user selects the second choice, from the first pulldown (ie. food) then
 the same thing should happen (fruit, meat and veggies would show up in the
 second pulldown). Does anyone know if there are any custom tags out there
 that assist in this type of functionality? Suggestions on where I might
find
 out how to do this? Thanks so much for your help.

 Keith
 --

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



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



RE: cfx_cybercash question

2000-08-09 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It works, but it's NOT thread safe.  You need to put a named,
exclusive lock around all calls to CFX_CyberCash, or you'll have all
manors of problems...

To the best of my knowledge, the CFX doesn't actually need the mck
installed on the server.  There's been some debate about that,
but  I know it doesn't use the MCK DLL's so I doubt it is or
isn't compatable with a particular version of CyberCash.  It does use
the 3.0 message formats, but there's not much expandability.  So
you'd be out of luck if you wanted to use CyberCash's new fraud
control services.

Best regards,
Zac Bedell

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 08, 2000 7:10 PM
 To: [EMAIL PROTECTED]
 Subject: Re: cfx_cybercash question
 
 
 It works with CFWebstore.  www.cfwebstore.com
 
 best,  paul
 
 At 04:51 PM 8/8/00 -0400, you wrote:
 Hi. I have a client that needs to use cybercash. Does anyone know
 if the tag at the Developer's Gallery is compatible with the
 latest version and will work with the mck-3.2.0.7 file that
 interacts with Cash Register?
 
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use http://www.pgp.com
Comment: Please use PGP!!!

iQA/AwUBOZFwWwraVoMWBwRBEQJo/ACgpKYB+AY2Q1iY+ILwFqFyqFvVprcAn1G0
ulKpED394YyVZeKWSSzRUoQ4
=U/wB
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFMAIL and exchange server

2000-08-09 Thread David Green

Hello Howie

Am new to CF.  I started this thread and still confused where I am getting a
15 minutue delay sending email from CF through Exchange. If you don't
mind I have a couple of questions.

1st I Did a quick look for this 1 min setting your talking about.Could
you tell me where it is for I check mine.  I been through the admin  and did
not see it but have not search the docs or website to find if it's in some
file out there.

2nd In on post you talk about the delay in exchange and about how in sends
mail.  Is it a fair test comparing CF to how mail goes from outlook express.
From that software  sending a message I get my messages in less then a
minute.   This is even the case when sending to address that is not part of
the exchange server.   So is it fair to compare the less then 1 minute for
out look against the 15 minutes for my CF application.

Thanks for the help learning lots
David


- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 08, 2000 7:14 PM
Subject: Re: CFMAIL and exchange server


 ColdFusion checks the outgoing mail folder every minute...that's what the
 delay is.  In 4.5 you can lower the checking interval to a minimum of 15
 seconds.

 Regards,

 Howie

 - Original Message -
 From: Jim McAtee [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, August 08, 2000 8:39 PM
 Subject: Re: CFMAIL and exchange server


  Really?  What is the one minute delay?  I've always gotten mail almost
  instantly from templates using CFMAIL. (CF 3.x and 4.0.x)
 
  Jim
 
 
  -Original Message-
  From: Howie Hamlin [EMAIL PROTECTED]
  To: [EMAIL PROTECTED] [EMAIL PROTECTED]
  Date: Tuesday, August 08, 2000 4:00 PM
  Subject: Re: CFMAIL and exchange server
 
 
  There's an inherent 1 minute delay in mail sending from CFMail
  (although in
  4.5 you can lower the setting to 15 seconds).  Add to that the delay
  for the
  mail server receiving and resending the mail and you could have a delay
  of
  15 minutes.  Also, CFMail sends mail serially which means that all
  queued
  mail is sent one at a time...
  
  Regards,
  
  Howie Hamlin
  --
  inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
  www.CoolFusion.com
  
  Please vote for iMS in the Most Innovative category here:
  *** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
  
  Check out inFusion Mail Server - the world's most configurable email
  server
  


 --

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

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



upsizing access to SQL server

2000-08-09 Thread Jeff Sarsoun


I am running into memo field issues when upsizing to SQL server 7.0?  I
have been trying to upsize an access2000 db to SQL server by using both the
wizard interface and "import data", but keep getting the error:

"error at destination for row #1, errors encountered so far in this task:1.
Query based insertion or updating of blob values can not be supported."

I searched the cf-talk archive web site for this error and found a couple
of entries but the fixes prescribed, such as using "import data" rather than
the upsize wizard, (which seem to be the same wizard), did not work for me.

I am selecting Microsoft Access as the source and Microsoft ODBC driver for
MS SQL server as the destination.  The default settings are using the ntext
data type by default for my Access memo fields.  If I continue I get the
above error for every table that has data in a memo field in my access db.
If I change the data type to varchar or nvarchar it works, then I can change
the datatypes back to ntext with no problems.

I have two problems with this work around.

1.  I have quite a few very large access databases that would require large
amounts of time to manually make these changes.

2.  Data loss could occur due to limits of varchar and nvarchar data types.

If anybody has experienced this, I would appreciate some input.

Thank you

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



RE: cfx_cybercash question

2000-08-09 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 ONCR has a version 4 out but it's 300 bucks. Anyone tried it?

Hate to reply to a thread twice in a row, but...  I remembered two
things that might be moderately important:

1) We haven't used ONCR's because their 3.0 version leaked BIG TIME. 
Supposedly their new tag doesn't leak, but the $300 price tag is a
little more than we've been willing to take on faith...

2) The Allaire Cybercash tag (CFX_CyberCash) can't send batches. 
It's only good for doing authorizations.  We had to use ONCR's 3.0
tag to do batches, and it seems not to leak in that portion of the
code.  Again, tho...  We lock all calls to both Cybercash tags just
for safety...

Best regards,
Zac Bedell


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use http://www.pgp.com
Comment: Please use PGP!!!

iQA/AwUBOZFygQraVoMWBwRBEQIwWACghJG+PnTtxV4lwgpwMAfPqWv/4bcAoIi3
FFQfotCl1XW1lw8TYGMyA1Fr
=Aocf
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Miguel

There's none, either in asp nor php4
Javascript is the way

Miguel Gonzalez
www.ibcmass.com 
mailto:[EMAIL PROTECTED]


 -Mensaje original-
 De: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles 9 de agosto de 2000 14:52
 Para: '[EMAIL PROTECTED]'
 Asunto: RE: CFAPPLICATION - Need some advice
 
 
 Session management is a bit of a nightmare in CF in my 
 opinion.  If the user
 closes their browser their session doesn't expire 
 automatically.  One only
 way to force it to expire is to use the 'OnUnload' event of 
 the browser to
 trigger some Java Script which ends the session.
 
 If anyone else has any other ideas on this I'd love to hear them.
 
 
 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:41
 To: '[EMAIL PROTECTED]'
 Subject: CFAPPLICATION - Need some advice
 
 
 I've decided to take a look at application.cfm too see what I 
 can gather.
 I've never really used it before
 
 Now in the simplest form:
 
 application.cfm
 htmlhead/headbody
 
 cfapplication name="id" clientmanagement="Yes" 
 sessionmanagement="Yes"
 setclientcookies="Yes"
 
 /body/html
 end application.cfm
 
 The only thing I am using with the application.cfm file is
 #session.sessionid#, and I need to carry that sessionid 
 through pages. But,
 I also want to make it so that when a person leaves my site, 
 and then goes
 back they don't get the same sessionid, but a brand new one. 
 I could set an
 expire date, but I'd rather have it not use the same one over again
 automatically. Any suggestions?
 
 Oh and while were on the subject, I want to set global variables while
 person-x is in the site. Example:
 
 Making a shopping cart that records when a person checks on a 
 radio button
 labled purchase. That way when they are 4-99 pages deep they 
 can hit buy and
 bring up a list of all of the things they said yes to. So you 
 click on yes,
 and it globals the name of the product and the product_id, so I can
 reference it later.
 
 Thanks,
 Gavin
 --
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
s/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
the body.

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



Re: CF Flash

2000-08-09 Thread Jonathan Fisher

check out www.nvimedia.com/xtras

- Original Message -
From: "Duane Boudreau" [EMAIL PROTECTED]
To: "CFTalk" [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 12:10 PM
Subject: CF  Flash


 Hi All,

 Does anyone have sample code with Flash sending and receiving data to/from
 ColdFusion?

 Thx,
 Duane Boudreau
 CFExperts.Com


 --

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


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: upsizing access to SQL server

2000-08-09 Thread Andy Ewings

I've just run a small test here and had no problems.  I created an Access
database with 1 table in it with a memo field with data in it.

I then used then imported data into SQL using the Import wizard in SQL 7.  I
did this by selecting MS Access as the source, My SQL server as the
destination (selecting the datbase too), selected Windows NT authentication,
selected "Copy Table(s) from the source database", and it worked fine.  It
brought in the field as an nText.

Is this along the lines of what you tried?

-Original Message-
From: Jeff Sarsoun [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 16:00
To: Cf-Talk@Houseoffusion. Com (E-mail)
Subject: upsizing access to SQL server



I am running into memo field issues when upsizing to SQL server 7.0?
I
have been trying to upsize an access2000 db to SQL server by using both the
wizard interface and "import data", but keep getting the error:

"error at destination for row #1, errors encountered so far in this task:1.
Query based insertion or updating of blob values can not be supported."

I searched the cf-talk archive web site for this error and found a
couple
of entries but the fixes prescribed, such as using "import data" rather than
the upsize wizard, (which seem to be the same wizard), did not work for me.

I am selecting Microsoft Access as the source and Microsoft ODBC
driver for
MS SQL server as the destination.  The default settings are using the ntext
data type by default for my Access memo fields.  If I continue I get the
above error for every table that has data in a memo field in my access db.
If I change the data type to varchar or nvarchar it works, then I can change
the datatypes back to ntext with no problems.

I have two problems with this work around.

1.  I have quite a few very large access databases that would require large
amounts of time to manually make these changes.

2.  Data loss could occur due to limits of varchar and nvarchar data types.

If anybody has experienced this, I would appreciate some input.

Thank you


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



RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky

Put this code in your application.cfm file. It will kill the session
variables when the user closes the browser:

!--- if the user closes their browser, make sure all sesion variables get
killed ---
cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")
  cfset cfid_local = Cookie.CFID
  cfset cftoken_local = Cookie.CFTOKEN
  cfcookie name="CFID" value="#cfid_local#"
  cfcookie name="CFTOKEN" value="#cftoken_local#"
/cfif

-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 9:08 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


There's none, either in asp nor php4
Javascript is the way

Miguel Gonzalez
www.ibcmass.com
mailto:[EMAIL PROTECTED]


 -Mensaje original-
 De: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles 9 de agosto de 2000 14:52
 Para: '[EMAIL PROTECTED]'
 Asunto: RE: CFAPPLICATION - Need some advice


 Session management is a bit of a nightmare in CF in my
 opinion.  If the user
 closes their browser their session doesn't expire
 automatically.  One only
 way to force it to expire is to use the 'OnUnload' event of
 the browser to
 trigger some Java Script which ends the session.

 If anyone else has any other ideas on this I'd love to hear them.


 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:41
 To: '[EMAIL PROTECTED]'
 Subject: CFAPPLICATION - Need some advice


 I've decided to take a look at application.cfm too see what I
 can gather.
 I've never really used it before

 Now in the simplest form:

 application.cfm
 htmlhead/headbody

 cfapplication name="id" clientmanagement="Yes"
 sessionmanagement="Yes"
 setclientcookies="Yes"

 /body/html
 end application.cfm

 The only thing I am using with the application.cfm file is
 #session.sessionid#, and I need to carry that sessionid
 through pages. But,
 I also want to make it so that when a person leaves my site,
 and then goes
 back they don't get the same sessionid, but a brand new one.
 I could set an
 expire date, but I'd rather have it not use the same one over again
 automatically. Any suggestions?

 Oh and while were on the subject, I want to set global variables while
 person-x is in the site. Example:

 Making a shopping cart that records when a person checks on a
 radio button
 labled purchase. That way when they are 4-99 pages deep they
 can hit buy and
 bring up a list of all of the things they said yes to. So you
 click on yes,
 and it globals the name of the product and the product_id, so I can
 reference it later.

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

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

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

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



Error Handling

2000-08-09 Thread Miriam Hirschman

I am using CFSearch.  If the user enters "and","or", "'" then I get a CF
error.  I would like to catch only this error and display a message to the
user telling them that they entered invalid search criteria.

Thanks,
 
 ---miriam


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



Question about CFX_Mail tag

2000-08-09 Thread Childress, Emily

Does anyone know if I can I set a delivery date in CFX_Mail? I have an
application where I'd like to send out a mail message to the recipient
immediately AND then a reminder email (same exact message) at a later date
(Date depends on user reminder date input from a form.)

Any ideas/experience?

tia,
-e

Emily Ellen Childress
Corporate Web Development
USinternetworking, Inc.

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



RE: Multiple value Select

2000-08-09 Thread Gieseman, Athelene

OK.  I copied the code into the document.  Now it's not liking the first
quote in the CFSELECT statement:

cfselect name=3D"NewPG" size=3D"3" multiple

Did I just misunderstand what the 3D represented?  Is there just a syntax
error I'm not seeing.  Tried to find some reference to it in the books I
have (I assumed it stood for dimension?) with no luck.  

TIA,

Athelene

-Original Message-
From: David E. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 7:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Multiple value Select


This is a multi-part message in MIME format.

--=_NextPart_000_00EF_01C001FF.3F8198C0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

RE: Multiple value SelectOk, now we have a bit of information.

Try this:

cfselect name=3D"NewPG" size=3D"3" multiple=20
  CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20

  CFIF ListFindNoCase(EditNameQry.PracticeGroup,GetPG.PG)=20
CFSET PGSelected =3D "Selected"=20
CFELSE=20
CFSET PGSelected =3D ""=20
/cfif=20
   Option #PGSelected# value=3D"#PG#"#PG#/option  !--- NO=20
CFOUTPUTS ---=20
  /cfoutput  !--- CLOSING CFOUTPUT ---=20
/cfselect=20



Change the order of the parameters to the =
Listfindnocase()/Listcontains() functions.  If EditNameQry.PracticeGroup =
is a comma seperated list and GETPG.PG is a single value, this should =
work.



DC



  - Original Message -=20
  From: Gieseman, Athelene=20
  To: '[EMAIL PROTECTED]'=20
  Sent: Tuesday, August 08, 2000 21:36
  Subject: RE: Multiple value Select


  No.  That field would have multiple items in a comma-delimited format. =
 Not=20
  even the first option is selected.=20

  Athelene=20

  -Original Message-=20
  From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:33 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  This may be a stupid question but the query EditNameQry is only =
pulling one=20
  value for PracticeGroup.  Right?  If not I'm sure that when you "view=20
  source" you'll see that more than one option is "SELECTED".  That will =

  confuse the browser and it will stay on the first option.=20

  --K=20

  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 2:04 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  Yo may have a point.. try putting quotes around =
EditNameQry.PracticeGroup.=20

  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20

  -Original Message-=20
  From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:18 PM=20
  To: '[EMAIL PROTECTED]'=20
  Subject: RE: Multiple value Select=20



  No luck.  I think there's a problem in that the listcontains isn't =
finding=20
  any matches.  I can't figure out why.  I display the previously =
selected=20
  items in another part of the form and it is identical to the options =
in the=20
  database.  There is a comma separating the selected items.  For =
example, the=20
  record viewed via SQL shows:  "Agribusiness,Commercial Litigation" =
(less the=20
  quotes) in the field.  Both of those practice groups are identically =
listed=20
  in the GetPG.PG list.  Yet neither of them are showing up selected in =
the=20
  control.  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20



  Athelene=20




  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 3:00 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  take the cfoutput tags out of the options and put them within the =
entire=20
  select tag:=20

  cfselect name=3D"NewPG" size=3D"3" multiple=20
CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20
  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  CFSET PGSelected =3D "Selected"=20
  CFELSE=20
  CFSET PGSelected =3D ""=20
  /cfif=20
 Option #PGSelected# value=3D"#PG#"#PG#/option  !--- NO =

  CFOUTPUTS ---=20
/cfoutput  !--- CLOSING CFOUTPUT ---=20
  /cfselect=20

  -Original Message-=20
  From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 3:44 PM=20
  To: 

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Andy Ewings

I don't think this will do what we are hoping it will.  It looks to me as if
all it's doing is testing to see if the session is open, if it is it's
reading the values from the cookies and then putting them back in
there.am I completely off the mark here??

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 16:27
To: [EMAIL PROTECTED]
Subject: RE: CFAPPLICATION - Need some advice


Put this code in your application.cfm file. It will kill the session
variables when the user closes the browser:

!--- if the user closes their browser, make sure all sesion variables get
killed ---
cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")
  cfset cfid_local = Cookie.CFID
  cfset cftoken_local = Cookie.CFTOKEN
  cfcookie name="CFID" value="#cfid_local#"
  cfcookie name="CFTOKEN" value="#cftoken_local#"
/cfif

-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 9:08 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


There's none, either in asp nor php4
Javascript is the way

Miguel Gonzalez
www.ibcmass.com
mailto:[EMAIL PROTECTED]


 -Mensaje original-
 De: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles 9 de agosto de 2000 14:52
 Para: '[EMAIL PROTECTED]'
 Asunto: RE: CFAPPLICATION - Need some advice


 Session management is a bit of a nightmare in CF in my
 opinion.  If the user
 closes their browser their session doesn't expire
 automatically.  One only
 way to force it to expire is to use the 'OnUnload' event of
 the browser to
 trigger some Java Script which ends the session.

 If anyone else has any other ideas on this I'd love to hear them.


 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:41
 To: '[EMAIL PROTECTED]'
 Subject: CFAPPLICATION - Need some advice


 I've decided to take a look at application.cfm too see what I
 can gather.
 I've never really used it before

 Now in the simplest form:

 application.cfm
 htmlhead/headbody

 cfapplication name="id" clientmanagement="Yes"
 sessionmanagement="Yes"
 setclientcookies="Yes"

 /body/html
 end application.cfm

 The only thing I am using with the application.cfm file is
 #session.sessionid#, and I need to carry that sessionid
 through pages. But,
 I also want to make it so that when a person leaves my site,
 and then goes
 back they don't get the same sessionid, but a brand new one.
 I could set an
 expire date, but I'd rather have it not use the same one over again
 automatically. Any suggestions?

 Oh and while were on the subject, I want to set global variables while
 person-x is in the site. Example:

 Making a shopping cart that records when a person checks on a
 radio button
 labled purchase. That way when they are 4-99 pages deep they
 can hit buy and
 bring up a list of all of the things they said yes to. So you
 click on yes,
 and it globals the name of the product and the product_id, so I can
 reference it later.

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

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

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


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



RE: Question about CFX_Mail tag

2000-08-09 Thread LISTS

After you send the first email store it in a file along with a next delivery
date.
Then, run the scheduler to periodically check the file fro mail deliveries.

John Cesta

http://www.cybersmarts.net
-
ColdFusion ASP and ActiveState PERL Hosting
www.serverautomationtools.com

-Original Message-
From: Childress, Emily [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 11:50 AM
To: 'CF'
Subject: Question about CFX_Mail tag


Does anyone know if I can I set a delivery date in CFX_Mail? I have an
application where I'd like to send out a mail message to the recipient
immediately AND then a reminder email (same exact message) at a later date
(Date depends on user reminder date input from a form.)

Any ideas/experience?

tia,
-e

Emily Ellen Childress
Corporate Web Development
USinternetworking, Inc.


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

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



RE: dynamic pulldowns using a database?

2000-08-09 Thread Anthony Geoghegan

Hi Keith,
I have a CF tag for doing this.
I have found that using this you can develop page size problems as the
relevent javascript can become quite large as the number of possible options
to display increases.
You can see it in action in our cinema sectiona at
www.wow.ie/cinema/index.cfm
If you like I can provide you with same.

Regards,
Anthony Geoghegan
Lead Developer
Ireland Film and Television Net
26 South Frederick Street
Dublin 2
Ireland
Tel: +353 1 671 3664
Fax: +353 1 671 0763
Web: www.iftn.ie www.wow.ie
mailto:[EMAIL PROTECTED]

NOTICE:
This communication is confidential.  The copyright in this communication
belongs to Ireland Film  Television Net (IFTN) or a third party.

If you are not the intended recipient of this communication please delete
and destroy all copies and telephone IFTN on +353 1 671 3664 immediately.
If you are the intended recipient of this communication you should not copy,
disclose or distribute this communication without the authority of IFTN.

Any views expressed in this communication are those of the individual sender
except where the sender specifically states those are of view of IFTN.

Except as required by law IFTN does not represent, warrant, and/guarantee
that the integrity of this communication has been maintained or that the
communication is free of virus, interception or interference.

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



Yet another cflock question...

2000-08-09 Thread Dana Larose

Hey everyone,

This is the code snippet for how I have been typically handling logged in
users:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfelse
cflocation url="../not_logged_in.cfm"
/cfif
/cflock

So, what I want to happen is that if the user exists and is logged in, as
indicated by Session.UserID, I reset the variable so that the poor user
isn't arbitrarily timed while using the system.  If Session.UserID doesn't
exist, they are bounced to a page that displays an error message or gives
them the chance to login.

My question is, if they hit the cflocation, is ColdFusion smart enough to
remove the lock before jumping to the other page, or am I setting myself up
for some unhappy deadlock?  It appears to remove the lock when I test it,
but I wouldn't mind confirmation of that so I am not setting myself up for
future problems.

Thanks,

Dana

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



RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts


Would this work?


cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfset MakeUserLogin = "yes"
/cfif
/cflock

cfif MakeUserLogin
cflocation url="../not_logged_in.cfm"
/cfif



Brad
cfif IsDefined("Session.Session
-Original Message-
From: Dana Larose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:19 PM
To: [EMAIL PROTECTED]
Subject: Yet another cflock question...


Hey everyone,

This is the code snippet for how I have been typically handling logged in
users:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfelse
cflocation url="../not_logged_in.cfm"
/cfif
/cflock

So, what I want to happen is that if the user exists and is logged in, as
indicated by Session.UserID, I reset the variable so that the poor user
isn't arbitrarily timed while using the system.  If Session.UserID doesn't
exist, they are bounced to a page that displays an error message or gives
them the chance to login.

My question is, if they hit the cflocation, is ColdFusion smart enough to
remove the lock before jumping to the other page, or am I setting myself up
for some unhappy deadlock?  It appears to remove the lock when I test it,
but I wouldn't mind confirmation of that so I am not setting myself up for
future problems.

Thanks,

Dana


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

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



RE: Yet another cflock question...

2000-08-09 Thread Dana Larose

Yup, I'll probably start doing your way, but I'm still curious as to how CF
handles my example :)



 Would this work?


 cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
   cfif IsDefined("Session.UserID")
   cfset Session.UserID = Session.UserID
   cfset MakeUserLogin = "yes"
   /cfif
 /cflock

 cfif MakeUserLogin
   cflocation url="../not_logged_in.cfm"
 /cfif



 Brad

 -Original Message-
 From: Dana Larose [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 12:19 PM
 To: [EMAIL PROTECTED]
 Subject: Yet another cflock question...


 Hey everyone,

 This is the code snippet for how I have been typically handling logged in
 users:

 cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
   cfif IsDefined("Session.UserID")
   cfset Session.UserID = Session.UserID
   cfelse
   cflocation url="../not_logged_in.cfm"
   /cfif
 /cflock

 So, what I want to happen is that if the user exists and is logged in, as
 indicated by Session.UserID, I reset the variable so that the poor user
 isn't arbitrarily timed while using the system.  If Session.UserID doesn't
 exist, they are bounced to a page that displays an error message or gives
 them the chance to login.

 My question is, if they hit the cflocation, is ColdFusion smart
 enough to
 remove the lock before jumping to the other page, or am I setting
 myself up
 for some unhappy deadlock?  It appears to remove the lock when I test it,
 but I wouldn't mind confirmation of that so I am not setting myself up for
 future problems.

 Thanks,

 Dana

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

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

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



RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts

Oops, correction: cfset MakeUserLogin = "no"

should be:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfset MakeUserLogin = "no"
/cfif
/cflock

cfif MakeUserLogin
cflocation url="../not_logged_in.cfm"
/cfif


Brad


-Original Message-
From: Brad Roberts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:39 PM
To: [EMAIL PROTECTED]
Subject: RE: Yet another cflock question...



Would this work?


cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfset MakeUserLogin = "yes"
/cfif
/cflock

cfif MakeUserLogin
cflocation url="../not_logged_in.cfm"
/cfif



Brad
cfif IsDefined("Session.Session
-Original Message-
From: Dana Larose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:19 PM
To: [EMAIL PROTECTED]
Subject: Yet another cflock question...


Hey everyone,

This is the code snippet for how I have been typically handling logged in
users:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfelse
cflocation url="../not_logged_in.cfm"
/cfif
/cflock

So, what I want to happen is that if the user exists and is logged in, as
indicated by Session.UserID, I reset the variable so that the poor user
isn't arbitrarily timed while using the system.  If Session.UserID doesn't
exist, they are bounced to a page that displays an error message or gives
them the chance to login.

My question is, if they hit the cflocation, is ColdFusion smart enough to
remove the lock before jumping to the other page, or am I setting myself up
for some unhappy deadlock?  It appears to remove the lock when I test it,
but I wouldn't mind confirmation of that so I am not setting myself up for
future problems.

Thanks,

Dana


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


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

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



RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky

The code will keep session variables going as long as the browser stays
open. It will overwrite the old cfid/token when a new browser window is
opened, the result is your old session variables are killed and you start
over.

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


I don't think this will do what we are hoping it will.  It looks to me as if
all it's doing is testing to see if the session is open, if it is it's
reading the values from the cookies and then putting them back in
there.am I completely off the mark here??

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 16:27
To: [EMAIL PROTECTED]
Subject: RE: CFAPPLICATION - Need some advice


Put this code in your application.cfm file. It will kill the session
variables when the user closes the browser:

!--- if the user closes their browser, make sure all sesion variables get
killed ---
cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")
  cfset cfid_local = Cookie.CFID
  cfset cftoken_local = Cookie.CFTOKEN
  cfcookie name="CFID" value="#cfid_local#"
  cfcookie name="CFTOKEN" value="#cftoken_local#"
/cfif

-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 9:08 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


There's none, either in asp nor php4
Javascript is the way

Miguel Gonzalez
www.ibcmass.com
mailto:[EMAIL PROTECTED]


 -Mensaje original-
 De: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles 9 de agosto de 2000 14:52
 Para: '[EMAIL PROTECTED]'
 Asunto: RE: CFAPPLICATION - Need some advice


 Session management is a bit of a nightmare in CF in my
 opinion.  If the user
 closes their browser their session doesn't expire
 automatically.  One only
 way to force it to expire is to use the 'OnUnload' event of
 the browser to
 trigger some Java Script which ends the session.

 If anyone else has any other ideas on this I'd love to hear them.


 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:41
 To: '[EMAIL PROTECTED]'
 Subject: CFAPPLICATION - Need some advice


 I've decided to take a look at application.cfm too see what I
 can gather.
 I've never really used it before

 Now in the simplest form:

 application.cfm
 htmlhead/headbody

 cfapplication name="id" clientmanagement="Yes"
 sessionmanagement="Yes"
 setclientcookies="Yes"

 /body/html
 end application.cfm

 The only thing I am using with the application.cfm file is
 #session.sessionid#, and I need to carry that sessionid
 through pages. But,
 I also want to make it so that when a person leaves my site,
 and then goes
 back they don't get the same sessionid, but a brand new one.
 I could set an
 expire date, but I'd rather have it not use the same one over again
 automatically. Any suggestions?

 Oh and while were on the subject, I want to set global variables while
 person-x is in the site. Example:

 Making a shopping cart that records when a person checks on a
 radio button
 labled purchase. That way when they are 4-99 pages deep they
 can hit buy and
 bring up a list of all of the things they said yes to. So you
 click on yes,
 and it globals the name of the product and the product_id, so I can
 reference it later.

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

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

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


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

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


RE: Yet another cflock question...

2000-08-09 Thread Brad Roberts

Golly, I'm having a time with this.  Yet another mistake. cfif
IsDefined("MakeUserLogin")

Finally:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfset MakeUserLogin = "yes"
/cfif
/cflock

cfif IsDefined("MakeUserLogin")
cflocation url="../not_logged_in.cfm"
/cfif

Maybe I should proof before I send.

Also, should your lock be named a session variable?

Brad

-Original Message-
From: Brad Roberts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:39 PM
To: [EMAIL PROTECTED]
Subject: RE: Yet another cflock question...



Would this work?


cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfset MakeUserLogin = "yes"
/cfif
/cflock

cfif MakeUserLogin
cflocation url="../not_logged_in.cfm"
/cfif



Brad
cfif IsDefined("Session.Session
-Original Message-
From: Dana Larose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:19 PM
To: [EMAIL PROTECTED]
Subject: Yet another cflock question...


Hey everyone,

This is the code snippet for how I have been typically handling logged in
users:

cflock name="#Session.sessionID#" timeout="30" type="Exclusive"
cfif IsDefined("Session.UserID")
cfset Session.UserID = Session.UserID
cfelse
cflocation url="../not_logged_in.cfm"
/cfif
/cflock

So, what I want to happen is that if the user exists and is logged in, as
indicated by Session.UserID, I reset the variable so that the poor user
isn't arbitrarily timed while using the system.  If Session.UserID doesn't
exist, they are bounced to a page that displays an error message or gives
them the chance to login.

My question is, if they hit the cflocation, is ColdFusion smart enough to
remove the lock before jumping to the other page, or am I setting myself up
for some unhappy deadlock?  It appears to remove the lock when I test it,
but I wouldn't mind confirmation of that so I am not setting myself up for
future problems.

Thanks,

Dana


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


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

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



Verity Collection

2000-08-09 Thread Lewis Steven

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

I am trying to develop a Verity Index that is going to be available to
other ColdFusion Sites maintained locally.  When I tell the other
ColdFusion servers to MAP an existing collection the CFSEARCHes fail on
the other systems except the one that did the initial indexing. Why does
this happen?

INFO:
I am storing the verity indexes on a separate computer that all the
computers connect to over the network.  I have already given each CF a
user account to access the network drive.

Any idea?

--7E8F2795418F173EA3CD98B4
Content-Type: text/x-vcard; charset=us-ascii;
 name="lewis_steven.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Steven Lewis
Content-Disposition: attachment;
 filename="lewis_steven.vcf"

begin:vcard 
n:Lewis;Steven
tel;fax:703-845-3939
tel;work:703-845-3996
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Steven Lewis
end:vcard

--7E8F2795418F173EA3CD98B4--

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



RE: upsizing access to SQL server

2000-08-09 Thread Jeff Sarsoun

I was using ODBC initially.  I switched to OLE DB and that solved the issue.

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 11:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: upsizing access to SQL server


I've just run a small test here and had no problems.  I created an Access
database with 1 table in it with a memo field with data in it.

I then used then imported data into SQL using the Import wizard in SQL 7.  I
did this by selecting MS Access as the source, My SQL server as the
destination (selecting the datbase too), selected Windows NT authentication,
selected "Copy Table(s) from the source database", and it worked fine.  It
brought in the field as an nText.

Is this along the lines of what you tried?

-Original Message-
From: Jeff Sarsoun [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 16:00
To: Cf-Talk@Houseoffusion. Com (E-mail)
Subject: upsizing access to SQL server



I am running into memo field issues when upsizing to SQL server 7.0?
I
have been trying to upsize an access2000 db to SQL server by using both the
wizard interface and "import data", but keep getting the error:

"error at destination for row #1, errors encountered so far in this task:1.
Query based insertion or updating of blob values can not be supported."

I searched the cf-talk archive web site for this error and found a
couple
of entries but the fixes prescribed, such as using "import data" rather than
the upsize wizard, (which seem to be the same wizard), did not work for me.

I am selecting Microsoft Access as the source and Microsoft ODBC
driver for
MS SQL server as the destination.  The default settings are using the ntext
data type by default for my Access memo fields.  If I continue I get the
above error for every table that has data in a memo field in my access db.
If I change the data type to varchar or nvarchar it works, then I can change
the datatypes back to ntext with no problems.

I have two problems with this work around.

1.  I have quite a few very large access databases that would require large
amounts of time to manually make these changes.

2.  Data loss could occur due to limits of varchar and nvarchar data types.

If anybody has experienced this, I would appreciate some input.

Thank you


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

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

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



file name

2000-08-09 Thread Jay Wigginton

Could some please tell me the file name that if present in a directory will
be executed after the current template... same as cfapplication but is
executed afterwards... I have searched the archives and thought I had saved
the file name in my CF tips, but I cannot find it .. G

thanks in advance!
Jay

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



RE: track page hits

2000-08-09 Thread Truman Esmond III

One way to manage this is to "trick" the stats program into capturing the
query string, by using "/" as a delimiter rather than ? and 
THe latest formURL2attributes.cfm handles this translation.
Using this method, your links to fuseactions would look like:
http://www.foo.com/index.cfm/fuseaction/thefirstfuse/barID/235

I can't say I've used this in a large-scale environment but I have verified
that StatsServer picks up on this; of course the flip side of the problem is
that different attribute values after the fuseaction create a unique hit...

HTH
Truman

-Original Message-
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:42 AM
To: Ryan
Cc: Cf-Talk
Subject: RE: track page hits


no I haven't... that bites... sometimes you get a lot of help, and sometimes
you get ignored...

Anyhow, I was hoping for something a little less taxing on the system, but
my fusebox apps are designed so that by the fuseaction you can pretty much
tell what page you're on... not always, but basically I was thinking of
running a little script on each page that updated the count on that page in
a table.

I was also considering some other things, like building a client var that
was carried from page to page... with the tokens etc... then I could only
updated the page once per session... if I update then I've only got a
smaller table, or I was toying with just adding the unique hits per session
for each page with time etc... then we could run some reports on date/time
page hits... maybe referrals... etc. maybe to go as far as doing something
so we could tell how long they spent on the page...

who knows... just hoping that there was some input from people, and possibly
some examples or standing products... one of our poor customers would like
to tell what is happening in his cart, but all he can do is count how many
people go in... after that, who knows

I'll keep digging though...

later,
Jason Egan

-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:23 AM
To: [EMAIL PROTECTED]
Subject: Re: track page hits


At 13:55 8/8/00 -0600, you wrote:
Using the fusebox method, the index.cfm is hit a million times per session
(you know what I mean)...

Any suggestions on tracking the individual pages?

For example, I have a fusebox cart - I would like to track each page in the
cart so I can tell where/if the cart is being abandoned.

Jason did you get any replies on this? I am interested in this
too. Thanks,

Ryan



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

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



Re: Error Handling

2000-08-09 Thread Gregory Harris

Hello Miriam.  While I'm not too familiar with the CFSearch tag, I would imagine that 
the CFTRY/CFCATCH could pick up any such error and then you have control over how 
you'd handle it.  Look up the CFTRY/CFCATCH statements, use those and tell me how it 
works out.

Gregory Harris
Los Angeles ITA Dept.
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 08/09 8:42 AM 
I am using CFSearch.  If the user enters "and","or", "'" then I get a CF
error.  I would like to catch only this error and display a message to the
user telling them that they entered invalid search criteria.

Thanks,
 
 ---miriam


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

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



RE: Multiple value Select

2000-08-09 Thread Chapman, Katrina

The 3D shouldn't be there.  It's because a very bad David;) is sending
messages in HTML format, or some format other than plain text.  Just remove
any 3D's you may have copied and it should work.

--K

-Original Message-
From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 8:50 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Multiple value Select


OK.  I copied the code into the document.  Now it's not liking the first
quote in the CFSELECT statement:

cfselect name=3D"NewPG" size=3D"3" multiple

Did I just misunderstand what the 3D represented?  Is there just a syntax
error I'm not seeing.  Tried to find some reference to it in the books I
have (I assumed it stood for dimension?) with no luck.  

TIA,

Athelene

-Original Message-
From: David E. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 7:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Multiple value Select


This is a multi-part message in MIME format.

--=_NextPart_000_00EF_01C001FF.3F8198C0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

RE: Multiple value SelectOk, now we have a bit of information.

Try this:

cfselect name=3D"NewPG" size=3D"3" multiple=20
  CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20

  CFIF ListFindNoCase(EditNameQry.PracticeGroup,GetPG.PG)=20
CFSET PGSelected =3D "Selected"=20
CFELSE=20
CFSET PGSelected =3D ""=20
/cfif=20
   Option #PGSelected# value=3D"#PG#"#PG#/option  !--- NO=20
CFOUTPUTS ---=20
  /cfoutput  !--- CLOSING CFOUTPUT ---=20
/cfselect=20



Change the order of the parameters to the =
Listfindnocase()/Listcontains() functions.  If EditNameQry.PracticeGroup =
is a comma seperated list and GETPG.PG is a single value, this should =
work.



DC



  - Original Message -=20
  From: Gieseman, Athelene=20
  To: '[EMAIL PROTECTED]'=20
  Sent: Tuesday, August 08, 2000 21:36
  Subject: RE: Multiple value Select


  No.  That field would have multiple items in a comma-delimited format. =
 Not=20
  even the first option is selected.=20

  Athelene=20

  -Original Message-=20
  From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:33 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  This may be a stupid question but the query EditNameQry is only =
pulling one=20
  value for PracticeGroup.  Right?  If not I'm sure that when you "view=20
  source" you'll see that more than one option is "SELECTED".  That will =

  confuse the browser and it will stay on the first option.=20

  --K=20

  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 2:04 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  Yo may have a point.. try putting quotes around =
EditNameQry.PracticeGroup.=20

  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20

  -Original Message-=20
  From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 4:18 PM=20
  To: '[EMAIL PROTECTED]'=20
  Subject: RE: Multiple value Select=20



  No luck.  I think there's a problem in that the listcontains isn't =
finding=20
  any matches.  I can't figure out why.  I display the previously =
selected=20
  items in another part of the form and it is identical to the options =
in the=20
  database.  There is a comma separating the selected items.  For =
example, the=20
  record viewed via SQL shows:  "Agribusiness,Commercial Litigation" =
(less the=20
  quotes) in the field.  Both of those practice groups are identically =
listed=20
  in the GetPG.PG list.  Yet neither of them are showing up selected in =
the=20
  control.  Plus, if I replace=20

  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  with=20

  CFIF ListContains(GetPG.PG,"Agribusiness")=20

  the Agribusiness option is selected.  So I think I'm doing something =
wrong=20
  in how I'm using the second parameter of the ListContains.=20



  Athelene=20




  -Original Message-=20
  From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
  Sent: Tuesday, August 08, 2000 3:00 PM=20
  To: [EMAIL PROTECTED]=20
  Subject: RE: Multiple value Select=20



  take the cfoutput tags out of the options and put them within the =
entire=20
  select tag:=20

  cfselect name=3D"NewPG" size=3D"3" multiple=20
CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20
  CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
  CFSET PGSelected =3D "Selected"=20
  

Re: file name

2000-08-09 Thread David E. Crawford

This is a multi-part message in MIME format.

--=_NextPart_000_0367_01C00224.5A571AB0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

file nameonrequestend.cfm, must be located in the same directory as the =
currently executing application.cfm

DC
  - Original Message -=20
  From: Jay Wigginton=20
  To: [EMAIL PROTECTED]=20
  Sent: Wednesday, August 09, 2000 16:51
  Subject: file name


  Could some please tell me the file name that if present in a directory =
will=20
  be executed after the current template... same as cfapplication but is =

  executed afterwards... I have searched the archives and thought I had =
saved=20
  the file name in my CF tips, but I cannot find it .. G=20

  thanks in advance!=20
  Jay=20

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


--=_NextPart_000_0367_01C00224.5A571AB0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLEfile name/TITLE
META content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2onrequestend.cfm, must be located in =
the same=20
directory as the currently executing application.cfm/FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2DC/FONT/DIV
BLOCKQUOTE=20
style=3D"BORDER-LEFT: #00 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"
  DIV style=3D"FONT: 10pt arial"- Original Message - /DIV
  DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"BFrom:/B=20
  A href=3D"mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]Jay =
Wigginton/A=20
  /DIV
  DIV style=3D"FONT: 10pt arial"BTo:/B A=20
  href=3D"mailto:[EMAIL PROTECTED]"=20
  [EMAIL PROTECTED][EMAIL PROTECTED]/A /DIV
  DIV style=3D"FONT: 10pt arial"BSent:/B Wednesday, August 09, =
2000=20
  16:51/DIV
  DIV style=3D"FONT: 10pt arial"BSubject:/B file name/DIV
  DIVBR/DIV
  PFONT size=3D2Could some please tell me the file name that if =
present in a=20
  directory will/FONT BRFONT size=3D2be executed after the current =

  template... same as cfapplication but is/FONT BRFONT =
size=3D2executed=20
  afterwards... I have searched the archives and thought I had =
saved/FONT=20
  BRFONT size=3D2the file name in my CF tips, but I cannot find it =
..=20
  lt;Ggt;/FONT /P
  PFONT size=3D2thanks in advance!/FONT BRFONT =
size=3D2Jay/FONT /P
  PFONT=20
  =
size=3D2=
--/FONT=20
  BRFONT size=3D2Archives: A=20
  href=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/"=20
  =
target=3D_blankhttp://www.mail-archive.com/cf-talk@houseoffusion.com//A=
/FONT=20
  BRFONT size=3D2To Unsubscribe visit A=20
  =
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsamp;body=3D=
lists/cf_talk"=20
  =
target=3D_blankhttp://www.houseoffusion.com/index.cfm?sidebar=3Dlistsam=
p;body=3Dlists/cf_talk/A=20
  or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in=20
  the body./FONT/P/BLOCKQUOTE/BODY/HTML

--=_NextPart_000_0367_01C00224.5A571AB0--

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



RE: file name

2000-08-09 Thread Brad Roberts


OnRequestEnd.cfm

Note: this file has to be in the same directory as the calling template.  CF
will not search for this file like application.cfm

Brad

-Original Message-
From: Jay Wigginton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:51 PM
To: [EMAIL PROTECTED]
Subject: file name


Could some please tell me the file name that if present in a directory will
be executed after the current template... same as cfapplication but is
executed afterwards... I have searched the archives and thought I had saved
the file name in my CF tips, but I cannot find it .. G

thanks in advance!
Jay


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

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



Application.cfm in a CFMODULE

2000-08-09 Thread Peter Theobald

html
font size=3Since CFMODULE doesn't load Application.cfm, I can't use any
of my Application.cfm settings in a module. For example, inside a module
I cant use Session variables without this:br
br
CFLock cannot be used to lock the application or session shared scopes
without these scopes being established through the use of the
CFApplication tag. You must use CFApplication and specify an application
name to use the application scope. If you want to use the session scope
you need to enable session management as well. Application and/or Session
variables must also be enabled in the ColdFusion Administrator.br
br
Should I lt;CFINCLUDE TEMPLATE=quot;Application.cfmquot;gt; to get
all the settings? If this is something I will need in all my MODULEs, why
doesn't CF just load it for MODULES?br
br
/fontbr

br
-font 
size=3--br
Peter Theobald, Chief Technology Officerbr
LiquidStreaming
a href="http://www.liquidstreaming.com/" 
eudora="autourl"http://www.liquidstreaming.com/abr
[EMAIL PROTECTED]br
Phone 1.212.545.1232 Fax 1.212.679.8032br
/font/html

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



Possibly OT: clustered server name question

2000-08-09 Thread Tom Clark

I am working on setting up multiple NT servers for my company's website.
Taking Allaire's advice I'm using DNS round robin and ClusterCats to load
balance.  Keep in mind I've never done this before and it's all learning for
me.

Here's my question:  What determines the name the browser shows in the
address field?  When I enter "somename.mydomain.com" it'll return
"testbox1.mydomain.com" in the address field, where "testbox1" is the name
of the first server in the cluster.  Maybe a better question is how can I
get it to always show "somename.mydomain.com"?

I'm not sure where this problem lies, whether it's on the DNS side,
webserver side, or somewhere in ClusterCats.  Even though I'll only be using
two servers at first, I want the outside world to only see 1 address.
Besides, if a server went down during some transaction, having the specific
server name would prevent ClusterCats from automagically moving to another
server, right?  At least when I tried it, that's what happened.

Direct email would be appreciated, since I get the list in digest form, but
feel free to post it to the list too.

Thanks.

===
Tom Clark
Telect, Inc.
Spokane, Washington

All generalizations are false.

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



Re: Multiple value Select

2000-08-09 Thread David E. Crawford

I am using Outlook Express, and have it set up to reply to messages in their
original format, which in this case is HTML, or to compose new messages in
plain text.  For some reason the list is not properly handling the mime
conversion.  To see if perhaps this is fixed, I have changed it to send in
plain text only, regardless of the format of the incoming message. It has
been annoying to me, because other messages besides mine have been turned to
mush.

DC


- Original Message -
From: "Chapman, Katrina" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 17:03
Subject: RE: Multiple value Select


 The 3D shouldn't be there.  It's because a very bad David;) is sending
 messages in HTML format, or some format other than plain text.  Just
 remove
 any 3D's you may have copied and it should work.

 --K

 -Original Message-
 From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 8:50 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: Multiple value Select


 OK.  I copied the code into the document.  Now it's not liking the first
 quote in the CFSELECT statement:

  cfselect name=3D"NewPG" size=3D"3" multiple

 Did I just misunderstand what the 3D represented?  Is there just a
 syntax
 error I'm not seeing.  Tried to find some reference to it in the books I
 have (I assumed it stood for dimension?) with no luck.

 TIA,

 Athelene

 -Original Message-
 From: David E. Crawford [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 7:42 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Multiple value Select


 This is a multi-part message in MIME format.

 --=_NextPart_000_00EF_01C001FF.3F8198C0
 Content-Type: text/plain;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 RE: Multiple value SelectOk, now we have a bit of information.

 Try this:

 cfselect name=3D"NewPG" size=3D"3" multiple=20
   CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20

   CFIF
 ListFindNoCase(EditNameQry.PracticeGroup,GetPG.PG)=20
 CFSET PGSelected =3D "Selected"=20
 CFELSE=20
 CFSET PGSelected =3D ""=20
 /cfif=20
Option #PGSelected# value=3D"#PG#"#PG#/option  !---
 NO=20
 CFOUTPUTS ---=20
   /cfoutput  !--- CLOSING CFOUTPUT ---=20
 /cfselect=20



 Change the order of the parameters to the =
 Listfindnocase()/Listcontains() functions.  If EditNameQry.PracticeGroup
 =
 is a comma seperated list and GETPG.PG is a single value, this should =
 work.



 DC



   - Original Message -=20
   From: Gieseman, Athelene=20
   To: '[EMAIL PROTECTED]'=20
   Sent: Tuesday, August 08, 2000 21:36
   Subject: RE: Multiple value Select


   No.  That field would have multiple items in a comma-delimited format.
 =
  Not=20
   even the first option is selected.=20

   Athelene=20

   -Original Message-=20
   From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 4:33 PM=20
   To: [EMAIL PROTECTED]=20
   Subject: RE: Multiple value Select=20



   This may be a stupid question but the query EditNameQry is only =
 pulling one=20
   value for PracticeGroup.  Right?  If not I'm sure that when you
 "view=20
   source" you'll see that more than one option is "SELECTED".  That will
 =

   confuse the browser and it will stay on the first option.=20

   --K=20

   -Original Message-=20
   From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 2:04 PM=20
   To: [EMAIL PROTECTED]=20
   Subject: RE: Multiple value Select=20



   Yo may have a point.. try putting quotes around =
 EditNameQry.PracticeGroup.=20

   Plus, if I replace=20

   CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
   with=20

   CFIF ListContains(GetPG.PG,"Agribusiness")=20

   the Agribusiness option is selected.  So I think I'm doing something =
 wrong=20
   in how I'm using the second parameter of the ListContains.=20

   -Original Message-=20
   From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 4:18 PM=20
   To: '[EMAIL PROTECTED]'=20
   Subject: RE: Multiple value Select=20



   No luck.  I think there's a problem in that the listcontains isn't =
 finding=20
   any matches.  I can't figure out why.  I display the previously =
 selected=20
   items in another part of the form and it is identical to the options =
 in the=20
   database.  There is a comma separating the selected items.  For =
 example, the=20
   record viewed via SQL shows:  "Agribusiness,Commercial Litigation" =
 (less the=20
   quotes) in the field.  Both of those practice groups are identically =
 listed=20
   in the GetPG.PG list.  Yet neither of them are showing up selected in
 =
 the=20
   control.  Plus, if I replace=20

   CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
   with=20

   CFIF 

Re: file name

2000-08-09 Thread David E. Crawford

To reiterate, thanks to the MIME mush:


onrequestend.cfm, which must be located in the same directory as the
currently executing application.cfm

DC
- Original Message -
From: "David E. Crawford" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 17:07
Subject: Re: file name


 This is a multi-part message in MIME format.

 --=_NextPart_000_0367_01C00224.5A571AB0
 Content-Type: text/plain;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 file nameonrequestend.cfm, must be located in the same directory as the
 =
 currently executing application.cfm

 DC
   - Original Message -=20
   From: Jay Wigginton=20
   To: [EMAIL PROTECTED]=20
   Sent: Wednesday, August 09, 2000 16:51
   Subject: file name


   Could some please tell me the file name that if present in a directory
 =
 will=20
   be executed after the current template... same as cfapplication but is
 =

   executed afterwards... I have searched the archives and thought I had
 =
 saved=20
   the file name in my CF tips, but I cannot find it .. G=20

   thanks in advance!=20
   Jay=20

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


 --=_NextPart_000_0367_01C00224.5A571AB0
 Content-Type: text/html;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEADTITLEfile name/TITLE
 META content=3D"text/html; charset=3Dwindows-1252" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DArial size=3D2onrequestend.cfm, must be located in =
 the same=20
 directory as the currently executing application.cfm/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DArial size=3D2DC/FONT/DIV
 BLOCKQUOTE=20
 style=3D"BORDER-LEFT: #00 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT:
 =
 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"
   DIV style=3D"FONT: 10pt arial"- Original Message - /DIV
   DIV=20
   style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
 black"BFrom:/B=20
   A href=3D"mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]Jay =
 Wigginton/A=20
   /DIV
   DIV style=3D"FONT: 10pt arial"BTo:/B A=20
   href=3D"mailto:[EMAIL PROTECTED]"=20
   [EMAIL PROTECTED][EMAIL PROTECTED]/A /DIV
   DIV style=3D"FONT: 10pt arial"BSent:/B Wednesday, August 09, =
 2000=20
   16:51/DIV
   DIV style=3D"FONT: 10pt arial"BSubject:/B file name/DIV
   DIVBR/DIV
   PFONT size=3D2Could some please tell me the file name that if =
 present in a=20
   directory will/FONT BRFONT size=3D2be executed after the current
 =

   template... same as cfapplication but is/FONT BRFONT =
 size=3D2executed=20
   afterwards... I have searched the archives and thought I had =
 saved/FONT=20
   BRFONT size=3D2the file name in my CF tips, but I cannot find it =
 ..=20
   lt;Ggt;/FONT /P
   PFONT size=3D2thanks in advance!/FONT BRFONT =
 size=3D2Jay/FONT /P
   PFONT=20
   =
 size=3D2---
 -=
 --/FONT=20
   BRFONT size=3D2Archives: A=20
   href=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/"=20
   =
 target=3D_blankhttp://www.mail-archive.com/cf-talk@houseoffusion.com//
 A=
 /FONT=20
   BRFONT size=3D2To Unsubscribe visit A=20
   =
 href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsamp;body=
 3D=
 lists/cf_talk"=20
   =
 target=3D_blankhttp://www.houseoffusion.com/index.cfm?sidebar=3Dlistsa
 m=
 p;body=3Dlists/cf_talk/A=20
   or send a message to [EMAIL PROTECTED] with =
 'unsubscribe' in=20
   the body./FONT/P/BLOCKQUOTE/BODY/HTML

 --=_NextPart_000_0367_01C00224.5A571AB0--

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


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



RE: good simple web board been done?

2000-08-09 Thread Mark Rogers

Sean,

I would greatly appreciate a copy of this code if the offer still stands.

Thanks,

Mark

-Original Message-
From: Sean Renet [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 10, 2000 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: good simple web board been done?


I can give you code for a simple one if you want. It's written in fusebox.
It was one of the first things I built so its not all that cool. but it
sounds like what you are looking for.  If nothing else it will give you an
idea where to start and it would be free.

I think my brother put it on the site he is starting to build for fun. you
can check it out at
www.benet.ws

- Original Message -
From: "Jeff Fongemie" [EMAIL PROTECTED]
To: "Cf-Talk" [EMAIL PROTECTED]
Sent: Monday, July 10, 2000 12:52 PM
Subject: good simple web board been done?


 Hey everyone,

 I'm looking for a good, simple web bulletin board where users can post
 messages and replies that does not require users to create an account, and
 is not a "drill-down" type application. Client wants a greats topics and
 replies to be a great big list like the old cgi types (Mats Scripts).

 Thanks,

 Jeff


 --

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



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



Re: file name

2000-08-09 Thread Peter Theobald

OnRequestEnd.cfm


At 12:51 PM 8/9/00 -0400, Jay Wigginton wrote:
Could some please tell me the file name that if present in a directory will
be executed after the current template... same as cfapplication but is
executed afterwards... I have searched the archives and thought I had saved
the file name in my CF tips, but I cannot find it .. G

thanks in advance!
Jay

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


---
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 Fax 1.212.679.8032

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



RE: file name

2000-08-09 Thread Sean Daniels

 Could some please tell me the file name that if present in a 
 directory will
 be executed after the current template... same as cfapplication but is
 executed afterwards... I have searched the archives and thought I 
 had saved
 the file name in my CF tips, but I cannot find it .. G

onrequestend.cfm


- Sean


Sean Daniels
Manager, Engineering
Marketplace Technologies
[EMAIL PROTECTED]

tel: 207.439.6030
cel: 978.764.0779 

http://www.dealforce.com
http://www.dealstream.com
http://www.mergernetwork.com



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



RE: file name

2000-08-09 Thread Brad Roberts

Exactly right, sorry.

Brad

-Original Message-
From: David E. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 1:33 PM
To: [EMAIL PROTECTED]
Subject: Re: file name


From the CFDOCS:

The OnRequestEnd.cfm file

  Just as the Application.cfm file is executed before each application page
it governs, you can specify a file named OnRequestEnd.cfm, which is executed
after each application page in the same application.

ColdFusion Server looks for the OnRequestEnd.cfm file in the same directory
as the Application.cfm file of the current application page. The
OnRequestEnd.cfm file will never be executed if it resides in another
directory.

The OnRequestEnd.cfm file will not be executed if there is an error or an
exception in the called page, or if the called page executes the CFABORT or
CFEXIT tag.

DC

- Original Message -
From: "Brad Roberts" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 17:13
Subject: RE: file name



 OnRequestEnd.cfm

 Note: this file has to be in the same directory as the calling template.
 CF
 will not search for this file like application.cfm

 Brad

 -Original Message-
 From: Jay Wigginton [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 12:51 PM
 To: [EMAIL PROTECTED]
 Subject: file name


 Could some please tell me the file name that if present in a directory
 will
 be executed after the current template... same as cfapplication but is
 executed afterwards... I have searched the archives and thought I had
 saved
 the file name in my CF tips, but I cannot find it .. G

 thanks in advance!
 Jay

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

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



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

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



RE: Application.cfm in a CFMODULE

2000-08-09 Thread CHowarth

Code in a custom tag (whether the tag is called directly with a CF_ syntax
or called using CFMODULE) can refer to any session and application variables
that are available to the calling module.  No special scoping or coding is
required to access these variables in the tag.  If they are established in
the module that is calling the tag, they are available to the tag.  

The only special consideration required is when you want to refer to local
variables from the calling module.  To reference these, you must use the
caller scope.  

-Original Message-
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 1:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Application.cfm in a CFMODULE


html
font size=3Since CFMODULE doesn't load Application.cfm, I can't use any
of my Application.cfm settings in a module. For example, inside a module
I cant use Session variables without this:br
br
CFLock cannot be used to lock the application or session shared scopes
without these scopes being established through the use of the
CFApplication tag. You must use CFApplication and specify an application
name to use the application scope. If you want to use the session scope
you need to enable session management as well. Application and/or Session
variables must also be enabled in the ColdFusion Administrator.br
br
Should I lt;CFINCLUDE TEMPLATE=quot;Application.cfmquot;gt; to get
all the settings? If this is something I will need in all my MODULEs, why
doesn't CF just load it for MODULES?br
br
/fontbr

br
-font
size=3-
-br
Peter Theobald, Chief Technology Officerbr
LiquidStreaming
a href="http://www.liquidstreaming.com/"
eudora="autourl"http://www.liquidstreaming.com/abr
[EMAIL PROTECTED]br
Phone 1.212.545.1232 Fax 1.212.679.8032br
/font/html


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




This transmittal may be a confidential attorney-client communication or may otherwise 
be privileged or confidential.  If you are not the intended recipient, you are hereby 
notified that you have received this transmittal in error; any review, dissemination, 
distribution or copying of this transmittal is strictly prohibited.  If you have 
received this communication in error, please notify us immediately by reply 
([EMAIL PROTECTED]) or by telephone (call us collect at 212-403-4357) and 
immediately delete this message and all its attachments.


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



Query problem

2000-08-09 Thread morris johnston

Hi,
Can anyone tell me how I may use the value of a field obtained from a query
in a template as a valid variable, as I keep getting "unknown parameter"
error.
The following is the code I'm using at the moment.
I tried to put cfparam name="SubVid" default="" in Application.cfm,
the result was that the resulting VID value would be = [blank +
#evaluate(expression)#]
e.g. [blank 2]

here is the code I'm using.

CFQUERY Name="SearchByID" DATASOURCE="vacancy"
SELECT land_id
FROM VacancyDetails
/CFQUERY
!--- Uses ListValueCount to see how many
records belong to the given Landlord / id ---
H3ListValueCount for ID Generation/H3

FORM ACTION="list2.cfm" METHOD="POST"

PPlease enter your user ID:BR
INPUT TYPE="Text" NAME="land_id" SIZE="20"
P
INPUT TYPE="Submit" NAME="Submit" VALUE="Search Vacancy Table"
/FORM

!--- wait to have a string for searching defined ---
CFIF IsDefined("FORM.Submit") and IsDefined("FORM.land_id")
cfset Land = #land_id# 
CFSET myList = ValueList(SearchByID.land_id)
CFSET numberOfVacancies = ListValueCount(myList,
FORM.land_id)

CFIF numberOfVacancies  gt 0
!--- Get any SubVid value from any record as they all have the same field
value, where Land_id field
is equal to the one given by the form input ---
CFQUERY Name="SearchBySubVid" DATASOURCE="vacancy"
SELECTSubVid
FROM VacancyDetails
where   land_id='#form.land_id#'
/CFQUERY
!--- Set SV equal to the value of SubVid retrieved from the
'SearchBySubVid' query  ---
cfset SV = #subvid#

cfoutputbrSubVid  Value= #SV# /cfoutput
cfset expression = "#numberOfVacancies# + increment"
cfset increment = 1

cfset vid = #SV#  #evaluate(expression)#

cfoutputThe new Vacancy ID is the combination of subvid value
and the number generated in 'evaluate(expression)' function
hence = : #vid#/cfoutput


/CFIF
/CFIF


---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


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



RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Duane Boudreau

 Very sad to understand that list is swiftly rush down.
 Only one year ago you was able to find answer for any of your
 questions here.
 But things are changed.
 Very sad to understand that Allaire Corporation's product evangelist
 uses this list only for advertises and unable to explain how his
 child works.


 Wednesday, August 09, 2000, 3:22:11 PM, you wrote:

 Alex cf-talk,

 Alex   Can somebody help me? I have difficulties trying to
 validate user's
 Alex   input in cfgrid. In fact I can't understand how I can validate 15
 Alex   columns with 15 validation rules.

 Alex   Can somebody help me?

You are probably not getting answers for this because VERY few people use
Allaire's applets. They are highly unstable and because of that most users
shy away from usage.

Duane Boudreau,
eMPower Project Manager
Director, Web Technologies
Ektron, Inc.
http://www.ektron.com
5 Northern Blvd, Suite 6
Amherst, NH 03031
Tel: 603-594-0249 x114
Fax: 603-594-0258

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



Link Won't resolve

2000-08-09 Thread Sim Graves


I'm sending a link to a CFM page with a parameter in the URL like the
example below:

http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831  

Sorry, I could not give a real link due to keeping up security for my
client. The link won't resolve for my clients on IE 4.0.  I can't
reproduce their error.  It sounds like IE is ignoring everything before
my "=".  If you have any clues, I would greatly appreciate the help. 
These links are being sent all over the US to different offices.  I need
to fix this before they come to get me.

TIA

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



RE: cfx_cybercash question

2000-08-09 Thread Bud

On 8/9/00, Zachary Bedell penned:
To the best of my knowledge, the CFX doesn't actually need the mck
installed on the server.  There's been some debate about that,
but  I know it doesn't use the MCK DLL's so I doubt it is or
isn't compatable with a particular version of CyberCash.  It does use
the 3.0 message formats, but there's not much expandability.  So
you'd be out of luck if you wanted to use CyberCash's new fraud
control services.

Hmmm. The description says it's simply a wrapper for that very thing. 
Looks like the tag hasn't been updated for quite some time. That's 
why I was wondering if any had it installed with the latest mck.

Thanks,
-- 

Bud Schneehagen - Tropical Web Creations

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



Re: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Gregory Harris

Hmmm...maybe nobody knows the answer to that one?  Personally I don't even have a 
clue.  Personally it seems that about 80% of my questions get a good response (which 
is fairly good for any mailing list!).  So don't sweat it man, we're alive, just 
possibly no more knowledgable than you!

Gregory Harris
Los Angeles ITA Dept.
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 08/09 11:02 AM 
Very sad to understand that list is swiftly rush down.
Only one year ago you was able to find answer for any of your
questions here.
But things are changed.
Very sad to understand that Allaire Corporation's product evangelist
uses this list only for advertises and unable to explain how his child works.


Wednesday, August 09, 2000, 3:22:11 PM, you wrote:

Alex cf-talk,

Alex   Can somebody help me? I have difficulties trying to validate user's
Alex   input in cfgrid. In fact I can't understand how I can validate 15
Alex   columns with 15 validation rules.

Alex   Can somebody help me?



-- 
 Regards,
 Alexmailto:[EMAIL PROTECTED] 


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

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



Re: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Angél Stewart

Ever thought that perhaps...nobody really knows the answer?
=)

I've gotten loads of help from this list! Best thing I ever did during my
path to CF Development was to subscribe ;-P

There are also the support forums on Allaire.com that you can ask this
question as well.

-Gel

- Original Message -
From: Alex Puritche [EMAIL PROTECTED]


 Very sad to understand that list is swiftly rush down.
 Only one year ago you was able to find answer for any of your
 questions here.
 But things are changed.
 Very sad to understand that Allaire Corporation's product evangelist
 uses this list only for advertises and unable to explain how his child
works.




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



RE: Link Won't resolve

2000-08-09 Thread Dana Larose

Since I just finished fixing a similar problem, I'll take a stab in the
dark.  Are you sending url through an email?  Sometimes, an email client
will screw up word wrapping and effectively give you something like:

http://bmg.com/application/employments.cfm?EmployLinkNumber=
971819831

Are you sure that EmployLinkNumber is always generated?  I.e., if it is
selected out of a database, what are you doing if the query results 0
results?  If the user is entering a form field, are you ensuring they enter
a correct value?

(I know they are simple things, but I occasionally simple things like that)

Dana


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



RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Benjamin S. Rogers

Duane,

We've used cftree and cfgrid in several relatively simple applications
and haven't run into any problems. When you say "unstable," what do you
mean? Is there something we should be watching for? What I think of when I
hear "unstable" is, I imagine, probably not what you meant.

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057

-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 2:37 PM
To: [EMAIL PROTECTED]
Subject: RE: VERY SAD (was CFGRID onvalidate="???")


 Very sad to understand that list is swiftly rush down.
 Only one year ago you was able to find answer for any of your
 questions here.
 But things are changed.
 Very sad to understand that Allaire Corporation's product evangelist
 uses this list only for advertises and unable to explain how his
 child works.


 Wednesday, August 09, 2000, 3:22:11 PM, you wrote:

 Alex cf-talk,

 Alex   Can somebody help me? I have difficulties trying to
 validate user's
 Alex   input in cfgrid. In fact I can't understand how I can validate 15
 Alex   columns with 15 validation rules.

 Alex   Can somebody help me?

You are probably not getting answers for this because VERY few people use
Allaire's applets. They are highly unstable and because of that most users
shy away from usage.

Duane Boudreau,
eMPower Project Manager
Director, Web Technologies
Ektron, Inc.
http://www.ektron.com
5 Northern Blvd, Suite 6
Amherst, NH 03031
Tel: 603-594-0249 x114
Fax: 603-594-0258


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

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



RE: Multiple value Select

2000-08-09 Thread Gieseman, Athelene

It works!!!  Thank you so much to everyone who helped along the way.  My
goal is to one day be 1/10th as helpful to the list as the list has been to
me.  At this point (given how much I get and how little I now know), that's
a huge goal.  Thanks again.

Athelene

-Original Message-
From: David E. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:25 PM
To: [EMAIL PROTECTED]
Subject: Re: Multiple value Select


I am using Outlook Express, and have it set up to reply to messages in their
original format, which in this case is HTML, or to compose new messages in
plain text.  For some reason the list is not properly handling the mime
conversion.  To see if perhaps this is fixed, I have changed it to send in
plain text only, regardless of the format of the incoming message. It has
been annoying to me, because other messages besides mine have been turned to
mush.

DC


- Original Message -
From: "Chapman, Katrina" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 09, 2000 17:03
Subject: RE: Multiple value Select


 The 3D shouldn't be there.  It's because a very bad David;) is sending
 messages in HTML format, or some format other than plain text.  Just
 remove
 any 3D's you may have copied and it should work.

 --K

 -Original Message-
 From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 8:50 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: Multiple value Select


 OK.  I copied the code into the document.  Now it's not liking the first
 quote in the CFSELECT statement:

  cfselect name=3D"NewPG" size=3D"3" multiple

 Did I just misunderstand what the 3D represented?  Is there just a
 syntax
 error I'm not seeing.  Tried to find some reference to it in the books I
 have (I assumed it stood for dimension?) with no luck.

 TIA,

 Athelene

 -Original Message-
 From: David E. Crawford [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 7:42 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Multiple value Select


 This is a multi-part message in MIME format.

 --=_NextPart_000_00EF_01C001FF.3F8198C0
 Content-Type: text/plain;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 RE: Multiple value SelectOk, now we have a bit of information.

 Try this:

 cfselect name=3D"NewPG" size=3D"3" multiple=20
   CFOutput query=3D"GetPG"  !--- OPENING CFOUTPUT ---=20

   CFIF
 ListFindNoCase(EditNameQry.PracticeGroup,GetPG.PG)=20
 CFSET PGSelected =3D "Selected"=20
 CFELSE=20
 CFSET PGSelected =3D ""=20
 /cfif=20
Option #PGSelected# value=3D"#PG#"#PG#/option  !---
 NO=20
 CFOUTPUTS ---=20
   /cfoutput  !--- CLOSING CFOUTPUT ---=20
 /cfselect=20



 Change the order of the parameters to the =
 Listfindnocase()/Listcontains() functions.  If EditNameQry.PracticeGroup
 =
 is a comma seperated list and GETPG.PG is a single value, this should =
 work.



 DC



   - Original Message -=20
   From: Gieseman, Athelene=20
   To: '[EMAIL PROTECTED]'=20
   Sent: Tuesday, August 08, 2000 21:36
   Subject: RE: Multiple value Select


   No.  That field would have multiple items in a comma-delimited format.
 =
  Not=20
   even the first option is selected.=20

   Athelene=20

   -Original Message-=20
   From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 4:33 PM=20
   To: [EMAIL PROTECTED]=20
   Subject: RE: Multiple value Select=20



   This may be a stupid question but the query EditNameQry is only =
 pulling one=20
   value for PracticeGroup.  Right?  If not I'm sure that when you
 "view=20
   source" you'll see that more than one option is "SELECTED".  That will
 =

   confuse the browser and it will stay on the first option.=20

   --K=20

   -Original Message-=20
   From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 2:04 PM=20
   To: [EMAIL PROTECTED]=20
   Subject: RE: Multiple value Select=20



   Yo may have a point.. try putting quotes around =
 EditNameQry.PracticeGroup.=20

   Plus, if I replace=20

   CFIF ListContains(GetPG.PG,EditNameQry.PracticeGroup)=20
   with=20

   CFIF ListContains(GetPG.PG,"Agribusiness")=20

   the Agribusiness option is selected.  So I think I'm doing something =
 wrong=20
   in how I'm using the second parameter of the ListContains.=20

   -Original Message-=20
   From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]]=20
   Sent: Tuesday, August 08, 2000 4:18 PM=20
   To: '[EMAIL PROTECTED]'=20
   Subject: RE: Multiple value Select=20



   No luck.  I think there's a problem in that the listcontains isn't =
 finding=20
   any matches.  I can't figure out why.  I display the previously =
 selected=20
   items in another part of the form and it is identical to the options =
 in the=20
   database.  There is a comma separating the selected items.  For =
 

RE: Link Won't resolve

2000-08-09 Thread Chapman, Katrina

Are they getting a 404 message?  Or something else?

--K

-Original Message-
From: Sim Graves [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 11:42 AM
To: [EMAIL PROTECTED]
Subject: Link Won't resolve



I'm sending a link to a CFM page with a parameter in the URL like the
example below:

http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831  

Sorry, I could not give a real link due to keeping up security for my
client. The link won't resolve for my clients on IE 4.0.  I can't
reproduce their error.  It sounds like IE is ignoring everything before
my "=".  If you have any clues, I would greatly appreciate the help. 
These links are being sent all over the US to different offices.  I need
to fix this before they come to get me.

TIA

Sim Graves

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



RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky

Actually rewriting the cookies turns all cfid/tokens on the client into
session cookies (no expires attribute). This doesn't do anything to the
server side, where the sessions will eventually die off in memory. this does
mess up client variables unfortunately (leaving the cfid/token in your
datasource, while killing the cookies on the client). We use only
app/session vars, and use a login/database system for client vars so it has
not ben an issue. Sorry if this doesn't help you.

Matt

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 11:10 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


Okso are you saying that when you re-write the cookie the session/client
variables are cleared?  If that is the case what happens on the server side?
If I am storing client variables in a database o the server and the user
closes their browser the record remains in the database.  When they re-visit
the site the site knows who they are (because of the cookie on their PC) and
gives them the same CFID and CFTOKEN.  Are you saying that by reassigning
these exact same values to the cookies that all of the custom Client
variables will get deleted/reset?

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 17:41
To: [EMAIL PROTECTED]
Subject: RE: CFAPPLICATION - Need some advice


The code will keep session variables going as long as the browser stays
open. It will overwrite the old cfid/token when a new browser window is
opened, the result is your old session variables are killed and you start
over.

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


I don't think this will do what we are hoping it will.  It looks to me as if
all it's doing is testing to see if the session is open, if it is it's
reading the values from the cookies and then putting them back in
there.am I completely off the mark here??

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2000 16:27
To: [EMAIL PROTECTED]
Subject: RE: CFAPPLICATION - Need some advice


Put this code in your application.cfm file. It will kill the session
variables when the user closes the browser:

!--- if the user closes their browser, make sure all sesion variables get
killed ---
cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")
  cfset cfid_local = Cookie.CFID
  cfset cftoken_local = Cookie.CFTOKEN
  cfcookie name="CFID" value="#cfid_local#"
  cfcookie name="CFTOKEN" value="#cftoken_local#"
/cfif

-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 9:08 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFAPPLICATION - Need some advice


There's none, either in asp nor php4
Javascript is the way

Miguel Gonzalez
www.ibcmass.com
mailto:[EMAIL PROTECTED]


 -Mensaje original-
 De: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles 9 de agosto de 2000 14:52
 Para: '[EMAIL PROTECTED]'
 Asunto: RE: CFAPPLICATION - Need some advice


 Session management is a bit of a nightmare in CF in my
 opinion.  If the user
 closes their browser their session doesn't expire
 automatically.  One only
 way to force it to expire is to use the 'OnUnload' event of
 the browser to
 trigger some Java Script which ends the session.

 If anyone else has any other ideas on this I'd love to hear them.


 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: 09 August 2000 13:41
 To: '[EMAIL PROTECTED]'
 Subject: CFAPPLICATION - Need some advice


 I've decided to take a look at application.cfm too see what I
 can gather.
 I've never really used it before

 Now in the simplest form:

 application.cfm
 htmlhead/headbody

 cfapplication name="id" clientmanagement="Yes"
 sessionmanagement="Yes"
 setclientcookies="Yes"

 /body/html
 end application.cfm

 The only thing I am using with the application.cfm file is
 #session.sessionid#, and I need to carry that sessionid
 through pages. But,
 I also want to make it so that when a person leaves my site,
 and then goes
 back they don't get the same sessionid, but a brand new one.
 I could set an
 expire date, but I'd rather have it not use the same one over again
 automatically. Any suggestions?

 Oh and while were on the subject, I want to set global variables while
 person-x is in the site. Example:

 Making a shopping cart that records when a person checks on a
 radio button
 labled purchase. That way when they are 4-99 pages deep they
 can hit buy and
 bring up a list of all of the things they said yes to. So you
 click on yes,
 and it globals the name of the product and the product_id, so I can
 reference it later.

 Thanks,
 Gavin
 --
 --
 --
 Archives: 

RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Duane Boudreau

 Duane,

 We've used cftree and cfgrid in several relatively simple applications
 and haven't run into any problems. When you say "unstable," what do you
 mean? Is there something we should be watching for? What I think of when I
 hear "unstable" is, I imagine, probably not what you meant.

We tried using the applets for a couple of internet applications and had
very limited success. The applets would load sporadically on end user's
machines. Netscape would rarely display the applets. IE was much better but
sometimes pages would require refreshes to get the applets to load. We
haven't tried the applets since early 4.01 so they may have been improved
since.

Duane


  Very sad to understand that list is swiftly rush down.
  Only one year ago you was able to find answer for any of your
  questions here.
  But things are changed.
  Very sad to understand that Allaire Corporation's product evangelist
  uses this list only for advertises and unable to explain how his
  child works.
 
 
  Wednesday, August 09, 2000, 3:22:11 PM, you wrote:
 
  Alex cf-talk,
 
  Alex   Can somebody help me? I have difficulties trying to
  validate user's
  Alex   input in cfgrid. In fact I can't understand how I can
 validate 15
  Alex   columns with 15 validation rules.
 
  Alex   Can somebody help me?

 You are probably not getting answers for this because VERY few people use
 Allaire's applets. They are highly unstable and because of that most users
 shy away from usage.

 Duane Boudreau,
 eMPower Project Manager
 Director, Web Technologies
 Ektron, Inc.
 http://www.ektron.com
 5 Northern Blvd, Suite 6
 Amherst, NH 03031
 Tel: 603-594-0249 x114
 Fax: 603-594-0258

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

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

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



Re: file name

2000-08-09 Thread Gene Kraybill

"Jay Wigginton" [EMAIL PROTECTED] wrote:

 Could some please tell me the file name that if present in a directory will
 be executed after the current template...

OnRequestEnd.cfm

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



CFOBJECT

2000-08-09 Thread Bill Killillay

I am getting ready to do a new project where we are going to be needing to
call an Active X object and then using the ADODB.Recordset that it returns.
I have never done this before, but I am assuming that it can be done.  Can
anybody give me an pointers or places to go and read up on it.  Thanks.

Bill

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



First JSP Fusebox Site?

2000-08-09 Thread !jeff!

http://BIGWORDS.com launched a new fuseboxed site this morning, using a JSP 
/ J2EE / CF combo running Weblogic and Cold Fusion on a combination of NT 
and Sun machines.

The site is written completely in FUSEBOX.  It has been for a long time, 
but we just re-launched the site using JSP for a large portion of the site, 
and we used the fusebox standard, with some additional file types which I 
plan to recommend to fusebox.org.

Please don't take this email as spam, i'm not asking any of you to buy 
anything.  I simply wanted to show off a new fusebox site which uses a 
combination of CF and JSP/J2EE, and which (IMHO) fluidly translates the 
concepts of fusebox to JSP/J2EE.

And I'd be happy to hear your feedback, or answer questions.

Jeff Sherwood
Founder / CIO / Director of Web Site Design
BIGWORDS.com



!j!

The mark of mediocrity is searching for the precedent.

!jeff! sherwood Director of BIGWORDS.com Web Site Design / JEDI
   BIGWORDS.com worker#2
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300

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



MS Proxy server and session variable swapping

2000-08-09 Thread Ken Goldstraw

Every once in a while we will experience session swapping (User 1 who is
logged in will become User 2 when User 2 logs in).  The odd part is that
only User 1 and User 2 will experience this problem and that they will only
swap with each other.

After reviewing our code, reverting to 4.01 (we upgraded to 4.51 a few weeks
a go) and looking at our network, we discovered that the problem is
temporarily solved when we flush the MS Proxy cache.

Has anyone else experienced this?  Is there a fix?  We are in the process of
planning a network redesign, proxy server will not be used in the near
future.

Thanks for your insight!

Ken Goldstraw
Cold Fusion Developer
Bigdough.com 
http://www.bigdough.com
"No, we don't sell bread or any other bakery products" ;)

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



Re: Link Won't resolve

2000-08-09 Thread Sim Graves

Hi Katrina,

They are getting a system error from IE 4.0 saying that it can't resolve
"EmployLinkNumber=971819831" it doesn't include the other information in
the URL.

That's all I can get from them.

Sim


"Chapman, Katrina" wrote:
 
 Are they getting a 404 message?  Or something else?
 
 --K
 
 -Original Message-
 From: Sim Graves [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 11:42 AM
 To: [EMAIL PROTECTED]
 Subject: Link Won't resolve
 
 I'm sending a link to a CFM page with a parameter in the URL like the
 example below:
 
 http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831
 
 Sorry, I could not give a real link due to keeping up security for my
 client. The link won't resolve for my clients on IE 4.0.  I can't
 reproduce their error.  It sounds like IE is ignoring everything before
 my "=".  If you have any clues, I would greatly appreciate the help.
 These links are being sent all over the US to different offices.  I need
 to fix this before they come to get me.
 
 TIA
 
 Sim Graves
 
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Link Won't resolve

2000-08-09 Thread Stephen Morse

On 9 Aug 2000, at 14:42, Sim Graves wrote:

 I'm sending a link to a CFM page with a parameter in the URL like the
 example below:
 
 http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831 
 
 
 Sorry, I could not give a real link due to keeping up security for my
 client. The link won't resolve for my clients on IE 4.0.  I can't
 reproduce their error.  It sounds like IE is ignoring everything
 before my "=".  If you have any clues, I would greatly appreciate the
 help. These links are being sent all over the US to different offices.
  I need to fix this before they come to get me.

The two most likely things:

Sending the address in e-mail gives you an address on multiple 
lines, which won't work.

Spaces in the address will also cause the browsers to do strange 
things.

Hope that helps.



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



RE: VERY SAD (was CFGRID onvalidate=???)

2000-08-09 Thread Benjamin S. Rogers

We
haven't tried the applets since early 4.01 so they may have been improved
since.

Heh, we haven't upgraded to 4.5 yet. Well, it's good to know other's have
experienced problems. Thanks.

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057

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



RE: Link Won't resolve

2000-08-09 Thread Chapman, Katrina

The only thing I can suggest is that you have them send you a screen shot.
Then you'll get the exact URL they're using and the exact error message.

--K

-Original Message-
From: Sim Graves [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 12:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Link Won't resolve


Hi Katrina,

They are getting a system error from IE 4.0 saying that it can't resolve
"EmployLinkNumber=971819831" it doesn't include the other information in
the URL.

That's all I can get from them.

Sim


"Chapman, Katrina" wrote:
 
 Are they getting a 404 message?  Or something else?
 
 --K
 
 -Original Message-
 From: Sim Graves [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 11:42 AM
 To: [EMAIL PROTECTED]
 Subject: Link Won't resolve
 
 I'm sending a link to a CFM page with a parameter in the URL like the
 example below:
 
 http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831
 
 Sorry, I could not give a real link due to keeping up security for my
 client. The link won't resolve for my clients on IE 4.0.  I can't
 reproduce their error.  It sounds like IE is ignoring everything before
 my "=".  If you have any clues, I would greatly appreciate the help.
 These links are being sent all over the US to different offices.  I need
 to fix this before they come to get me.
 
 TIA
 
 Sim Graves


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


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

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



RE: First JSP Fusebox Site?

2000-08-09 Thread Mike Amburn

where are you using CF? all i saw were JSP pages...

 -Original Message-
 From: !jeff! [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 09, 2000 3:42 PM
 To: Recipient list suppressed
 Subject: First JSP Fusebox Site?


 http://BIGWORDS.com launched a new fuseboxed site this morning,
 using a JSP
 / J2EE / CF combo running Weblogic and Cold Fusion on a combination of NT
 and Sun machines.

 The site is written completely in FUSEBOX.  It has been for a long time,
 but we just re-launched the site using JSP for a large portion of
 the site,
 and we used the fusebox standard, with some additional file types which I
 plan to recommend to fusebox.org.

 Please don't take this email as spam, i'm not asking any of you to buy
 anything.  I simply wanted to show off a new fusebox site which uses a
 combination of CF and JSP/J2EE, and which (IMHO) fluidly translates the
 concepts of fusebox to JSP/J2EE.

 And I'd be happy to hear your feedback, or answer questions.

 Jeff Sherwood
 Founder / CIO / Director of Web Site Design
 BIGWORDS.com



 !j!

 The mark of mediocrity is searching for the precedent.

 !jeff! sherwood Director of BIGWORDS.com Web Site Design / JEDI
BIGWORDS.com worker#2
 .r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300

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

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



  1   2   >