Clustering?

2001-04-23 Thread Joseph Thompson

say has anyone managed to get ClusterCats working on a Win2K network?








~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: enterprise vs pro

2001-04-23 Thread Thomas Chiverton

 Advanced security.

Now present in both.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



hiding urls

2001-04-23 Thread Dominic J. Doucet-Lorang

I am looking for a way in ColdFusion to hide the url so that it does not 
show the full url when you are at a page on the site.
Example:
 www.abx.no/booking/login.cfm   (full url)
 www.abx.no (shown url)

I want to be able to do this with out the use of frames if 
possible.  Anyone have any ideas?

mvh Dominic J. Doucet-Lorang
mobil. +47 93 67 47 45
e-post: [EMAIL PROTECTED]

Telemark Medieutvikling AS
Bøleveien 152, 3913 Skien

tlf: +47 35 52 82 66
faks: +47 35 52 82 67
e-post: [EMAIL PROTECTED]
url: www.tmu.grenland.com / www.tmu.no


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Harpoon The Current Status COST

2001-04-23 Thread Thomas Chiverton

 Sorry for the delay in replying to your question.  
Not a problem :-)

 It will be free.

Top ! Is there a rough release date yet ?

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Printing a structure in sorted order (repost)

2001-04-23 Thread Thomas Chiverton

Dunno if this made it to the list:

If I have
r[bob]=45;
r[jane]=2;
r[fred]=4;

How can I output
45 Bob
4 Fred
2 Jane
i.e. sort by value (in perl foreach $name (sort {$r{$b} = $r{$a} } keys
%r) does the same thing)

I've checked up on devex, and there doesnt seem to be a tag to do it either.
Does anyone have such a beast ?

I'm off to write cf_SortByValue and cf_SortByKey in the mean time :-)

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: slightly OT: html formatted e-mails

2001-04-23 Thread Michael Lugassy

What we do is simple:

Just start the message like this:

!---

Dear user,

This is our newsletter
bla bla bla





this space is very important so people won't see the actual code underneath














---

HTML CODE HERE

IMG
A HREF
B
BLA/BLA
/HTML


That's the way Amazon and Others send their newsletters.
We've succesfully implemeneted this for all of our newsletters (sent you one
offlist).
Note that 80%+ of the e-mail programs are supporting HTML!

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: hiding urls

2001-04-23 Thread Michael Lugassy

what's exactly the problem?
create 2 frames like this:
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: WDDX error

2001-04-23 Thread Mak Wing Lok

sorry guys, no i don't. will try to do one and let you all know the URL to
get the packet

mak wl


mak wl
- Original Message -
From: Dick Applebaum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 12:31 PM
Subject: Re: WDDX error


 Mak Wing Lok

 Do you have a URP that I can HTTP and harvest the packet?

 Dick


 At 12:12 PM +0800 4/23/01, Mak Wing Lok wrote:
 mine is from a query too.
 
 mak wl
 
 
 - Original Message -
 From: zac [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 23, 2001 12:09 PM
 Subject: RE: WDDX error
 
 
 
on further reflection, Mak Wing Lok' packet contains:
 
   Perhaps his is generated and your is from a query?
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: hiding urls

2001-04-23 Thread Jeffry Houser


   Looks like this message got cut off.  I believe the original request 
said he wanted to do this without the use of frames.

   You use an include on the index page:

   www.mysite.com

   CFINCLUDE template=mydirectory/login.cfm


   Although, if you want to accomplish this for more than one page it can 
get unwieldly.



At 01:08 PM 04/23/2001 +0200, you wrote:
what's exactly the problem?
create 2 frames like this:

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Printing a structure in sorted order (repost)

2001-04-23 Thread Raymond Camden

Check our StructSort, it's a native CF function.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 4:30 AM
 To: CF-Talk
 Subject: Printing a structure in sorted order (repost)


 Dunno if this made it to the list:

 If I have
 r[bob]=45;
 r[jane]=2;
 r[fred]=4;

 How can I output
 45 Bob
 4 Fred
 2 Jane
 i.e. sort by value (in perl foreach $name (sort {$r{$b} = $r{$a} } keys
 %r) does the same thing)



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



OLEDB/ODBC

2001-04-23 Thread Michael Lugassy

I'm in a process of updating ALL of our coldfusion tags...

so I would like to know if it's recommened to move into OLEDB while I'm at
it.

I'm using SQL 7 on NT 5, 512KB RAM

Is there something I need to consider?
Any tags/functions change? (Other then CreateODBCTime?)

Any pointers would be great...

Thanks,

-Michael



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: OLEDB/ODBC

2001-04-23 Thread Michael Lugassy

ha ha ha! very funny :)

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 3:00 PM
Subject: Re: OLEDB/ODBC



 512 KB ram?  i wouldn't recommend doing any of that on the palm OS :)




 Michael Lugassy [EMAIL PROTECTED] on 04/23/2001 08:38:20 AM

 Please respond to [EMAIL PROTECTED]

 To:   CF-Talk [EMAIL PROTECTED]
 cc:

 Subject:  OLEDB/ODBC


 I'm in a process of updating ALL of our coldfusion tags...

 so I would like to know if it's recommened to move into OLEDB while I'm at
 it.

 I'm using SQL 7 on NT 5, 512KB RAM

 Is there something I need to consider?
 Any tags/functions change? (Other then CreateODBCTime?)

 Any pointers would be great...

 Thanks,

 -Michael

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Simple question

2001-04-23 Thread C. Hatton Humphrey

I'm trying to talk my network admin into setting up a test box to look
into the feasibility of upgrading to 5.0 when it comes out.  He's a bit
leery about upgrading since the problem we ran into last week when we
finally upgraded to 4.5.1 from 4.0 (there is better definition of what an
integer is in 4.5.1 and some of our old code didn't fare too well in the
transition).

Here's my question: is there a list of the new features available in 5.0
that doesn't break any rules for me to show and say, It'd be reealy
nice to have this capability!?  I understand that since it's still in Beta
there may be rules and policies that have to be adhered to before the
official release comes out.

Thanks!
Hatton Humphrey


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Simple question

2001-04-23 Thread Dylan Bromby

email allaire at [EMAIL PROTECTED] and ask to be part of the beta program.

worth asking.

-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 6:11 AM
To: CF-Talk
Subject: Simple question


I'm trying to talk my network admin into setting up a test box to look
into the feasibility of upgrading to 5.0 when it comes out.  He's a bit
leery about upgrading since the problem we ran into last week when we
finally upgraded to 4.5.1 from 4.0 (there is better definition of what an
integer is in 4.5.1 and some of our old code didn't fare too well in the
transition).

Here's my question: is there a list of the new features available in 5.0
that doesn't break any rules for me to show and say, It'd be reealy
nice to have this capability!?  I understand that since it's still in Beta
there may be rules and policies that have to be adhered to before the
official release comes out.

Thanks!
Hatton Humphrey
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



MS Access 2000 OLE Objects

2001-04-23 Thread Ann Harrell

Morning Folks!

1) I would like to output Word docs using the OLE Object field in Office
2000. Is this possible?

2) Alternately if I can't do that, I have used a memo field. I lose all the
line and paragraph breaks for some reason. I can put them in by using
P/PBR in the actual memo field. Is there another way around this?

Thanks!

Ann


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



cfdirectory

2001-04-23 Thread Rigoli, Brian (NE)

Hi all-
I am having an issue with CFDirectory.  The issue is that I have all my
..cfm files one server, on the same server I have a virtual directory set up
in IIS that links over to files on a different server on the same network.
All the files that I want to list using thecfdirectory tag is on this
other server.  However, it is not a webserver nor does it have Cold Fusion
Server.

I was wondering if there is anyway to list the contents of  virtual
directories and/or  the contents of a directory on another server (on the
same network).  Has anyone encountered this issue?  If so, how did you
handle it?

I appreciate any help you may give

Thanks,
Brian





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Harpoon The Current Status COST

2001-04-23 Thread mbrunt

The latest I am aware of is a release time frame of Spring.

Kind Regards - Mike Brunt
Macromedia Consulting
Tel 562.243.6255
Fax 401.696.4335
http://www.macromedia.com


-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 1:26 AM
To: CF-Talk
Subject: RE: Harpoon The Current Status COST


 Sorry for the delay in replying to your question.  
Not a problem :-)

 It will be free.

Top ! Is there a rough release date yet ?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: NT Mail and e-mail forwarding

2001-04-23 Thread Aidan Whitehall

 Well, I used to do something like this, but we wrote the aliases
 (username - [EMAIL PROTECTED]) to a text file on a samba share on our
 linux mail server. A Cron job runs a script that picked up the text file
 and ran the sendmail makesend on the list of aliases...
 
 Another solution was instead of writing the file directly to a share, I
 created a cf page that listed the aliases, restricted it to IP address of
 the mail server, then that cron job would http-get the list and then
 process the aliases.

Thanks (both) for the advice.

I think I'll follow up on Howie's suggestion of a COM object or the old CFX
if it's still available (we're only running NTMail v4) and if that fails,
consider alternatives such as yours.



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopperuk
Telephone +44 (01744) 648650

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Harpoon The Current Status COST

2001-04-23 Thread Howie Hamlin

Will this be available generally (as an add-on to CF4.5) or will this only
be included in CF5?

Thanks,

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

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:09 AM
Subject: RE: Harpoon The Current Status COST


 The latest I am aware of is a release time frame of Spring.

 Kind Regards - Mike Brunt
 Macromedia Consulting
 Tel 562.243.6255
 Fax 401.696.4335
 http://www.macromedia.com


 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 1:26 AM
 To: CF-Talk
 Subject: RE: Harpoon The Current Status COST


  Sorry for the delay in replying to your question.
 Not a problem :-)

  It will be free.

 Top ! Is there a rough release date yet ?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Offline forms

2001-04-23 Thread Eric V. Hodge

I have an application that has a series of long multi-page forms so that a user can 
construct a lengthy document.

What are some of my options to allow them to save their work offline and come back to 
it later and continue where they left off.

Thanks,
Eric


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: cfdirectory

2001-04-23 Thread Tim Painter

Brian,
I set up the CF service to run under a specific name.  Then give that
user rights to the directories on the server where I want to list.  Create a
share for that user on those servers and use UNC to get to the directory.

e.g

cfdirectory name=qryGetFiles directory=\\ServerName\Share\Directory\
filter=*.*


- Original Message -
From: Rigoli, Brian (NE) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 9:55 AM
Subject: cfdirectory


 Hi all-
 I am having an issue with CFDirectory.  The issue is that I have all my
 ..cfm files one server, on the same server I have a virtual directory set
up
 in IIS that links over to files on a different server on the same network.
 All the files that I want to list using thecfdirectory tag is on this
 other server.  However, it is not a webserver nor does it have Cold Fusion
 Server.

 I was wondering if there is anyway to list the contents of  virtual
 directories and/or  the contents of a directory on another server (on the
 same network).  Has anyone encountered this issue?  If so, how did you
 handle it?

 I appreciate any help you may give

 Thanks,
 Brian






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Offline forms

2001-04-23 Thread Howie Hamlin

Try saving all the form vars as client vars.

HTH,

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

- Original Message -
From: Eric V. Hodge [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:16 AM
Subject: Offline forms


 I have an application that has a series of long multi-page forms so that a
user can construct a lengthy document.

 What are some of my options to allow them to save their work offline and
come back to it later and continue where they left off.

 Thanks,
 Eric




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: cfdirectory

2001-04-23 Thread Tony Schreiber

Cold Fusion doesn't know that you have a virtual directory in IIS - that
only works via HTTP requests (AFAIK). You either have to map the drive, or
use the full unc path \\server\share\directory\files (though I think
CFDirectory can have problems with that too)

 I am having an issue with CFDirectory.  The issue is that I have all my
 ..cfm files one server, on the same server I have a virtual directory set up
 in IIS that links over to files on a different server on the same network.
 All the files that I want to list using thecfdirectory tag is on this
 other server.  However, it is not a webserver nor does it have Cold Fusion
 Server.
 
 I was wondering if there is anyway to list the contents of  virtual
 directories and/or  the contents of a directory on another server (on the
 same network).  Has anyone encountered this issue?  If so, how did you
 handle it?
 
 I appreciate any help you may give
 
 Thanks,
 Brian
 
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: cfdirectory

2001-04-23 Thread Mark Woods

watch out for permissions problems, CF runs under the local system account 
by default, which will not have access to do anything on another machine. 
You'll need to run CF under another account which has the required permissions.


Mark


At 03:32 PM 4/23/2001, you wrote:
Cold Fusion doesn't know that you have a virtual directory in IIS - that
only works via HTTP requests (AFAIK). You either have to map the drive, or
use the full unc path \\server\share\directory\files (though I think
CFDirectory can have problems with that too)

  I am having an issue with CFDirectory.  The issue is that I have all my
  ..cfm files one server, on the same server I have a virtual directory 
 set up
  in IIS that links over to files on a different server on the same network.
  All the files that I want to list using thecfdirectory tag is on this
  other server.  However, it is not a webserver nor does it have Cold Fusion
  Server.
 
  I was wondering if there is anyway to list the contents of  virtual
  directories and/or  the contents of a directory on another server (on the
  same network).  Has anyone encountered this issue?  If so, how did you
  handle it?
 
  I appreciate any help you may give
 
  Thanks,
  Brian
 
 
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Offline forms

2001-04-23 Thread Terry Bader

that wont work because the person is working offline, thusly no CF server to
process the request...  I would recommend using a Office template that could
be uploaded when done and processed by the server...


Terry Bader
IT/Web Specialist
Macromedia Certified Coldfusion Developer
EDO Corp - Combat Systems
(757) 424-1004 ext 361 - Work
[EMAIL PROTECTED]   


(757)581-5981 - Mobile
[EMAIL PROTECTED]
icq: 5202487   aim: lv2bounce
http://www.cs.odu.edu/~bader





 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 10:21 AM
 To: CF-Talk
 Subject: Re: Offline forms
 
 
 Try saving all the form vars as client vars.
 
 HTH,
 
 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc.
 www.CoolFusion.com
 631-737-4668 x101
 inFusion Mail Server (iMS) - the World's most configurable mail server
 
 - Original Message -
 From: Eric V. Hodge [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 23, 2001 10:16 AM
 Subject: Offline forms
 
 
  I have an application that has a series of long multi-page 
 forms so that a
 user can construct a lengthy document.
 
  What are some of my options to allow them to save their 
 work offline and
 come back to it later and continue where they left off.
 
  Thanks,
  Eric
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Is CF still relevant?

2001-04-23 Thread allred

Joe said:
 If you're calling the better-suited things in as a CF object (e.g. Java,
COM,
 MSXML) to do things, then why not just use those technologies (or
families
 of technologies) and skip the CF entirely?

I'm not sure I follow this. To use JAVA, COM, or any of these other
techologies on a web site, you have to call them from another technology
that actually communicates with the browser. This is part of what CF, ASP,
JSP, and PHP do. Where is the distinction?

--John





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Is CF still relevant?

2001-04-23 Thread Dave Watts

  If you're calling the better-suited things in as a CF object 
  (e.g. Java, COM, MSXML) to do things, then why not just use those 
  technologies (or families of technologies) and skip the CF entirely?

 I'm not sure I follow this. To use JAVA, COM, or any of these other
 technologies on a web site, you have to call them from another
 technology that actually communicates with the browser. This is part 
 of what CF, ASP, JSP, and PHP do. Where is the distinction?

While I'm certainly a fan of CF, I can certainly see a distinction.

CF's support for COM objects, for example, has some fairly serious
limitations, to the extent that for some objects, I might have to create
others to use as wrappers. I don't have to do that in ASP. ASP is a far
superior environment if all you're doing is using a bunch of COM objects.

Likewise, if I wanted to contain my core business logic in EJB, it would
most likely be more seamless to do so in conjunction with a servlet- and
JSP-based interface to those EJBs.

To be perfectly honest, because of these limitations, there are some
applications that I wouldn't build in CF. For example, I've been using ADSI
for some time now, and that's simply a lot harder to do in CF than ASP - you
can't do it directly.

The thing that keeps me coming back to CF is that, for most general tasks,
it lets me do my job a lot better than the above-listed alternatives.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Harpoon The Current Status COST

2001-04-23 Thread Dave Watts

 Will this be available generally (as an add-on to CF4.5) or will 
 this only be included in CF5?

While I don't speak for Macromedia, there's nothing that would stop anyone
from using it with CF 4.x.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Offline forms

2001-04-23 Thread Tim Painter

Eric,

I haven't played with it much, but Adobe Acrobat has the ability to create
forms that can be processed to a .cfm.  In essence you would create your
form(s) in an adobe .pdf  that the user downloads, fills out and then can be
submitted to a .cfm page later.Again, I know very little about it, so
just throwing that out there.

Tim P.


- Original Message -
From: Eric V. Hodge [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:16 AM
Subject: Offline forms


 I have an application that has a series of long multi-page forms so that a
user can construct a lengthy document.

 What are some of my options to allow them to save their work offline and
come back to it later and continue where they left off.

 Thanks,
 Eric



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



populating the query result to IFRAME

2001-04-23 Thread paul .

HI Guys am trying to populate the query result to the IRAME , so 
that i can give the user to view result in the same page 
please check my code and suggest me. the seeror i get is style is not an object
thanks 
-paul . Below is my code
---
p align=centerfont face=Arial, Helvetica, sans-serif size=4bi 
Training/i/b/font/p
cfif qry_get_events.recordcount gt 0
script language =javascript
function doSection(secNum)
  {
/*
if(secNum.style.display == none) {secNum.style.display = ; }
 else {secNum.style.display = none; } 
*/ 
secNum.style.display = ;
  }

function noSection (secNum)
  {
 if(secNum.style.display == ) {secNum.style.display = none;}
  }

/script


  
table border=1 cellspacing=0 cellpadding=6 bordercolor=#00 align=center 
width=750
  tr valign=top 
td bgcolor=#66font color=#FF size=2bfont 
face=Arial, Helvetica, sans-serifCourse 
  Name /font/b/font/td
td bgcolor=#66 align=centerfont color=#FF size=2bfont 
face=Arial, Helvetica, sans-serifScheduled 
  Date /font/b/font/td
td bgcolor=#66 align=centerfont color=#FF size=2bfont 
face=Arial, Helvetica, sans-serifOccurance 
  Date /font/b/font/td
td bgcolor=#66 align=centerfont color=#FF size=2bfont 
face=Arial, Helvetica, sans-serifNon-Participants/font/b/font/td
td bgcolor=#66 align=centernbsp;/td
  /tr
  cfoutput query=qry_get_events 
cfif year(completion_date) eq 1001
cfset current_completion_date=Not completed yet
cfelse
cfset current_completion_date=#dateformat(completion_date,  dd )#
/cfif
cfif year(training_date) eq 1001
cfset current_training_date=Not scheduled yet
cfelse
cfset current_training_date=#dateformat(training_date,  dd )#
/cfif
tr valign=top bgcolor=##FF 
  tdfont size=1 face=Arial, Helvetica, sans-serif 
cfif qry_get_training_courses.recordcount gt 1
cfloop index=loopcount from=1 to=#qry_get_training_courses.recordcount#
  cfif training_crse_idx eq qry_get_training_courses.rec_id[loopcount]
  #qry_get_training_courses.session_name[loopcount]# 
  /cfif
/cfloop
/cfif
/font/td
  td align=centerfont face=Arial, Helvetica, sans-serif 
size=1#current_training_date#/font/td
  td align=centerfont face=Arial, Helvetica, sans-serif 
size=1#current_completion_date#/font/td
  td align=centerfont face=Arial, Helvetica, sans-serif 
size=1a 
href=index.cfm?fuseaction=event_nonparticipants_vamp;event_idx=#rec_id#amp;traini
ng_course_idx=#training_crse_idx#Non-participants/a/font/td
  td align=centerfont face=Arial, Helvetica, sans-serif 
size=1a class=anchorclass 
href=javascript:doSection(thesection)participants/a/font/td
 /tr
  a name = test
 input name=quarter_idx type=hidden value=#attributes.quarter_idx#
div id =thesection onClick = noSection(thesection) STYLE=display:none

iframe 
SRC=http://10.158.20.123/careadv/test/index.cfm?fuseaction=event_participants_vevent_idx=3training_course_idx=645
 WIDTH=800 HEIGHT=200
/iframebr/br/
center
a href=javascript:noSection(thesection) Close/a
/center
/div

/a

  /cfoutput 
/table

/cfif
cfoutputinput name=quarter_idx type=hidden 
value=#attributes.quarter_idx#/cfoutput


--





Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



statement help...

2001-04-23 Thread Jay Patton

Why would this only select one record from the db?(there are about 12 it should return 
but it only returns one (which is the first one)

cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE Circuit = '#url.CircuitName#'
/cfquery


Thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Interesting Error message - Help

2001-04-23 Thread Saidi; Marwan

Checked the logs today, and in the application log, had many (100) messages
like this. 

Error message:
In a CF_TagName construct custom tag file
'C:\CFUSION\CustomTags\LewisSellers\CFX_BINARYR\html\index.cfm' will occlude
custom tag file
'C:\CFUSION\CustomTags\LewisSellers\CFX_BINARYW\html\index.cfm'.

The multiple errors referenced several custom tags, not just this one. I am
running CF pro 4.5.1 SP2 on Linux. Anyone have an idea what this is about?

TIA,
Marwan Saidi
Webmaster
CED - Concord IS
[EMAIL PROTECTED]
407.741.8645


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

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: populating the query result to IFRAME

2001-04-23 Thread Bryan LaPlante

Not sure if this is what you mean, but try this.

eval(document. + secNum + .style.display = '';

don't forget to alternate your single and double quotes.

- Original Message -
From: paul . [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:12 AM
Subject: populating the query result to IFRAME


 HI Guys am trying to populate the query result to the IRAME , so
 that i can give the user to view result in the same page
 please check my code and suggest me. the seeror i get is style is not an
object
 thanks
 -paul . Below is my code
 ---
 p align=centerfont face=Arial, Helvetica, sans-serif
size=4bi Training/i/b/font/p
 cfif qry_get_events.recordcount gt 0
 script language =javascript
 function doSection(secNum)
   {
 /*
 if(secNum.style.display == none) {secNum.style.display = ; }
  else {secNum.style.display = none; }
 */
 secNum.style.display = ;
   }

 function noSection (secNum)
   {
  if(secNum.style.display == ) {secNum.style.display = none;}
   }

 /script



 table border=1 cellspacing=0 cellpadding=6 bordercolor=#00
align=center width=750
   tr valign=top
 td bgcolor=#66font color=#FF size=2bfont
 face=Arial, Helvetica, sans-serifCourse
   Name /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifScheduled
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifOccurance
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica,
sans-serifNon-Participants/font/b/font/td
 td bgcolor=#66 align=centernbsp;/td
   /tr
   cfoutput query=qry_get_events
 cfif year(completion_date) eq 1001
 cfset current_completion_date=Not completed yet
 cfelse
 cfset current_completion_date=#dateformat(completion_date,  dd
)#
 /cfif
 cfif year(training_date) eq 1001
 cfset current_training_date=Not scheduled yet
 cfelse
 cfset current_training_date=#dateformat(training_date,  dd
)#
 /cfif
 tr valign=top bgcolor=##FF
   tdfont size=1 face=Arial, Helvetica, sans-serif
 cfif qry_get_training_courses.recordcount gt 1
 cfloop index=loopcount from=1
to=#qry_get_training_courses.recordcount#
   cfif training_crse_idx eq
qry_get_training_courses.rec_id[loopcount]
   #qry_get_training_courses.session_name[loopcount]#
   /cfif
 /cfloop
 /cfif
 /font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_training_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_completion_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a
href=index.cfm?fuseaction=event_nonparticipants_vamp;event_idx=#rec_id#am
p;traini
 ng_course_idx=#training_crse_idx#Non-participants/a/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a class=anchorclass
href=javascript:doSection(thesection)participants/a/font/td
 /tr
   a name = test
 input name=quarter_idx type=hidden value=#attributes.quarter_idx#
 div id =thesection onClick = noSection(thesection)
STYLE=display:none

 iframe
SRC=http://10.158.20.123/careadv/test/index.cfm?fuseaction=event_participan
ts_vevent_idx=3training_course_idx=645
  WIDTH=800 HEIGHT=200
 /iframebr/br/
 center
 a href=javascript:noSection(thesection) Close/a
 /center
 /div

 /a

   /cfoutput
 /table

 /cfif
 cfoutputinput name=quarter_idx type=hidden
value=#attributes.quarter_idx#/cfoutput


 --





 Get 250 color business cards for FREE!
 http://businesscards.lycos.com/vp/fastpath/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



CFSCRIPT Challenged ??

2001-04-23 Thread Gerry Pauline

CFexperts:

Over the last few weeks there have been several notes concerning the
better capabilities of CFSCRIPT in 4.5.1, such as Michael D's notes on
the speed of loops and the recent discussion of looping over a query
with CFS.

So, I decided to give it try, but seem the be missing or
misunderstanding something ! I seem to be incorrectly addressing the
array elements in the WriteOutput statement, so they do not resolve
correctly, or at least that is what I think the error message is saying.

Would one of you CFSCRIPT experts point out what I'm doing wrong. Any
and all help will be gratefully appreciated !

Thank you.

-Gerry

Gerard T. Pauline
Mgr, Internet/DB Applications
Computer Systems, DoIT
Pace University 

PS:  I apologize for the length of this note.



The following CFML code, creating and outputing an array of structures
works perfectly fine:

CFQUERY NAME=Info DATASOURCE=LSN  MAXROWS=100

SELECT student_ID, last_name, first_name 
FROM Students
ORDER BY last_name, first_name;

/CFQUERY

CFSET Student = ArrayNew(1)
CFSET Idx = 0

!--- Load Array of Structures ---

CFLOOP QUERY=Info
CFSET Idx = Idx + 1 
CFSET Student[Idx]= StructNew()
CFSET Student[Idx].ID = Info.Student_ID
CFSET Student[Idx].LN = Info.Last_Name
CFSET Student[Idx].FN = Info.First_Name
/CFLOOP

!--- Generate The Output ---

TABLE BORDER=3
CFOUTPUT
CFLOOP INDEX=T FROM=1 TO=#ArrayLen(Student)#
TR
TD#Student[T].ID#/TD
TD#Student[T].LN#/TD
TD#Student[T].FN#/TD
/TR
/CFLOOP
/CFOUTPUT
/TABLE



However, my CFSCRIPT interpretation is not failing miserably:


CFQUERY NAME=Info DATASOURCE=LSN  MAXROWS=100

SELECT student_ID, last_name, first_name 
FROM Students
ORDER BY last_name, first_name;

/CFQUERY

CFSCRIPT

Student = ArrayNew(1) ;
Idx = 0 ;

/* Load The Array of Structures */

for (I = 1 ; I LTE Info.RecordCount ; I = I + 1)
{
  I = I + 1 ;
  Student[I]= StructNew() ;
  Student[I].ID = Info.Student_ID ;
  Student[I].LN = Info.Last_Name ;
  Student[I].FN = Info.First_Name ;
}

/* Generate The Output */

WriteOutput(TABLE BORDER='3') ;

for (T = 1 ; T LTE #ArrayLen(Student)# ; T = T + 1)
{
   WriteOutput(TR
TD#Student[T].ID#/TD
TD#Student[T].LN#/TD
TD#Student[T].FN#/TD
/TR) ;
}

WriteOutput(/TABLE) ;

/CFSCRIPT



This code fails with the following error messages; line 27 in the code
is the WriteOutput
statement that writes out the table row:

Error Occurred While Processing Request

 Error Diagnostic Information

 An error occurred while evaluating the expression: 


 Student = ArrayNew(1) ;
 Idx = 0 ;

 for (I = 1 ; I LTE Info.RecordCount ; I = I + 1)
 {
   I = I + 1 ;
   Student[I]= StructNew() ;
   Student[I].ID = Info.Student_ID ;
   Student[I].LN = Info.Last_Name ;
   Student[I].FN = Info.First_Name ;
 }

 WriteOutput() ;

 for (T = 1 ; T LTE #ArrayLen(Student)# ; T = T + 1)
 {
WriteOutput(
 
 
 
 ) ;
 }

 WriteOutput(
  #Student[T].ID#
   #Student[T].LN#
 #Student[T].FN#

 ) ;



 Error near line 27, column 5.


 The element at position 1 in dimension 1 of object Student cannot be
found. The object has elements in positions 1 through
 100. Please, modify the index expression.

 The error occurred while processing an element with a general
identifier of (CFSCRIPT), occupying document position (9:1)
 to (9:10) in the template file c:\inetpub\wwwroot\imap\stest2.cfm.

 Date/Time: 04/23/01 11:24:15
 Browser: Mozilla/4.7 [en] (WinNT; U)
 Remote Address: 172.17.140.10

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: statement help...

2001-04-23 Thread Adkins, Randy

Make sure that in the DB there are 12 for the exact length
and spelling of the URL.CircuitName

I had previous experience with the DB field containing
an extra space so the following are NOT the same:

URL.CircuitName = CircuitOne
DB.CircuitName= CircuitOne  



-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:32 AM
To: CF-Talk
Subject: statement help...


Why would this only select one record from the db?(there are about 12 it
should return but it only returns one (which is the first one)

cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE Circuit = '#url.CircuitName#'
/cfquery


Thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Interesting Error message - Help

2001-04-23 Thread Adkins, Randy

The error means there are more than one
index.cfm file (CustomTag) located.

The second one is not included unless specified
within the cf template line.


-Original Message-
From: Saidi; Marwan [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:27 AM
To: CF-Talk
Subject: Interesting Error message - Help


Checked the logs today, and in the application log, had many (100) messages
like this. 

Error message:
In a CF_TagName construct custom tag file
'C:\CFUSION\CustomTags\LewisSellers\CFX_BINARYR\html\index.cfm' will occlude
custom tag file
'C:\CFUSION\CustomTags\LewisSellers\CFX_BINARYW\html\index.cfm'.

The multiple errors referenced several custom tags, not just this one. I am
running CF pro 4.5.1 SP2 on Linux. Anyone have an idea what this is about?

TIA,
Marwan Saidi
Webmaster
CED - Concord IS
[EMAIL PROTECTED]
407.741.8645


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

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CFSCRIPT Challenged ??

2001-04-23 Thread Hayes, David

for (I = 1 ; I LTE Info.RecordCount ; I = I + 1)
{
  I = I + 1 ;
  Student[I]= StructNew() ;
  Student[I].ID = Info.Student_ID ;
  Student[I].LN = Info.Last_Name ;
  Student[I].FN = Info.First_Name ;
}


You are incrementing I twice; once with the FOR statement and once with I
= I + 1.

-Original Message-
From: Gerry Pauline [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 10:40 AM
To: CF-Talk
Subject: CFSCRIPT Challenged ??


CFexperts:

Over the last few weeks there have been several notes concerning the
better capabilities of CFSCRIPT in 4.5.1, such as Michael D's notes on
the speed of loops and the recent discussion of looping over a query
with CFS.

So, I decided to give it try, but seem the be missing or
misunderstanding something ! I seem to be incorrectly addressing the
array elements in the WriteOutput statement, so they do not resolve
correctly, or at least that is what I think the error message is saying.

Would one of you CFSCRIPT experts point out what I'm doing wrong. Any
and all help will be gratefully appreciated !

Thank you.

-Gerry

Gerard T. Pauline
Mgr, Internet/DB Applications
Computer Systems, DoIT
Pace University 

PS:  I apologize for the length of this note.




The following CFML code, creating and outputing an array of structures
works perfectly fine:

CFQUERY NAME=Info DATASOURCE=LSN  MAXROWS=100

SELECT student_ID, last_name, first_name 
FROM Students
ORDER BY last_name, first_name;

/CFQUERY

CFSET Student = ArrayNew(1)
CFSET Idx = 0

!--- Load Array of Structures ---

CFLOOP QUERY=Info
CFSET Idx = Idx + 1 
CFSET Student[Idx]= StructNew()
CFSET Student[Idx].ID = Info.Student_ID
CFSET Student[Idx].LN = Info.Last_Name
CFSET Student[Idx].FN = Info.First_Name
/CFLOOP

!--- Generate The Output ---

TABLE BORDER=3
CFOUTPUT
CFLOOP INDEX=T FROM=1 TO=#ArrayLen(Student)#
TR
TD#Student[T].ID#/TD
TD#Student[T].LN#/TD
TD#Student[T].FN#/TD
/TR
/CFLOOP
/CFOUTPUT
/TABLE




However, my CFSCRIPT interpretation is not failing miserably:


CFQUERY NAME=Info DATASOURCE=LSN  MAXROWS=100

SELECT student_ID, last_name, first_name 
FROM Students
ORDER BY last_name, first_name;

/CFQUERY

CFSCRIPT

Student = ArrayNew(1) ;
Idx = 0 ;

/* Load The Array of Structures */

for (I = 1 ; I LTE Info.RecordCount ; I = I + 1)
{
  I = I + 1 ;
  Student[I]= StructNew() ;
  Student[I].ID = Info.Student_ID ;
  Student[I].LN = Info.Last_Name ;
  Student[I].FN = Info.First_Name ;
}

/* Generate The Output */

WriteOutput(TABLE BORDER='3') ;

for (T = 1 ; T LTE #ArrayLen(Student)# ; T = T + 1)
{
   WriteOutput(TR
TD#Student[T].ID#/TD
TD#Student[T].LN#/TD
TD#Student[T].FN#/TD
/TR) ;
}

WriteOutput(/TABLE) ;

/CFSCRIPT




This code fails with the following error messages; line 27 in the code
is the WriteOutput
statement that writes out the table row:

Error Occurred While Processing Request

 Error Diagnostic Information

 An error occurred while evaluating the expression: 


 Student = ArrayNew(1) ;
 Idx = 0 ;

 for (I = 1 ; I LTE Info.RecordCount ; I = I + 1)
 {
   I = I + 1 ;
   Student[I]= StructNew() ;
   Student[I].ID = Info.Student_ID ;
   Student[I].LN = Info.Last_Name ;
   Student[I].FN = Info.First_Name ;
 }

 WriteOutput() ;

 for (T = 1 ; T LTE #ArrayLen(Student)# ; T = T + 1)
 {
WriteOutput(
 
 
 
 ) ;
 }

 WriteOutput(
  #Student[T].ID#
   #Student[T].LN#
 #Student[T].FN#

 ) ;



 Error near line 27, column 5.


 The element at position 1 in dimension 1 of object Student cannot be
found. The object has elements in positions 1 through
 100. Please, modify the index expression.

 The error occurred while processing an element with a general
identifier of (CFSCRIPT), occupying document position (9:1)
 to (9:10) in the template file c:\inetpub\wwwroot\imap\stest2.cfm.

 Date/Time: 04/23/01 11:24:15
 Browser: Mozilla/4.7 [en] (WinNT; U)
 Remote Address: 172.17.140.10
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: 

Application Serv. Provider for Crystal Reports

2001-04-23 Thread Brian Thornton

Anyone know of that company that does offsite Crystal Reporting on the ASP 
(Application Service Provider) level? I think they're in Palo Alto maybe Milpitas CA 
outside San Jose?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Harpoon The Current Status COST

2001-04-23 Thread Gavin Lilley

Will it only be included as part of CF or possibly bundled with Flash?

--
Gavin Lilley
Internet / Intranet Developer
http://halesowen.ac.uk

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 16:14
To: CF-Talk
Subject: RE: Harpoon The Current Status COST


 Will this be available generally (as an add-on to CF4.5) or will
 this only be included in CF5?

While I don't speak for Macromedia, there's nothing that would stop anyone
from using it with CF 4.x.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: statement help...

2001-04-23 Thread Mike Sprague

Try the following as your where clause:

WHERE trim(Circuit) = '#trim(url.CircuitName)#'

*** REPLY SEPARATOR  ***
On 4/23/2001 at 9:31 AM Jay Patton wrote:

|Why would this only select one record from the db?(there are about 12 it
|should return but it only returns one (which is the first one)
|
|cfquery name=getRodeos
| datasource=#datasource#
| dbtype=ODBC
| username=#username#
| password=#password#
|SELECT *
|FROM RodeoManager
|WHERE Circuit = '#url.CircuitName#'
|/cfquery
|
|
|Thanks,
|
|Jay Patton
|Web Design / Application Design
|Web Pro USA
|p. 406.549.3337 ext. 203
|p. 1.888.5WEBPRO ext. 203
|e. [EMAIL PROTECTED]
|url. www.webpro-usa.com
|
| |
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Session VS Client

2001-04-23 Thread Andy Ewings

OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



OT: what is the address of microsoft's news server (as in news.somethingortheother.com)?

2001-04-23 Thread Hubert Earl

hi,

what is the address of microsoft's news server (as in news.somethingortheother.com)?  
i once found it on the microsoft site, but i can't find it again.  thanx.

sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme

My Jamaican Art, Craft  More Online Store: 
http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: It's not big and it's not clever...

2001-04-23 Thread Aidan Whitehall

 I need a list of swear words to validate user input against.
 Anyone have such a beast?

 Here's the best slang dictionary I've seen... and you can pick from about
120 languages, so as not to leave out our non-English speaking frieds.
 
 WHOOPS... here's the URL:

  http://www.notam.uio.no/~hcholm/altlang/stat.html


Thanks for that. For all those interested, the list of English swear words
(bad language) I've ended up with is below. I never realised how few words I
knew...   ;-)


!!!
!!! DO NOT SCROLL TO THE BOTTOM OF THIS E-MAIL !!!
!!! IF YOU ARE OFFENDED BY BAD LANGUAGE!!!

!!!

You have been warned...


























































arse,arse bandit,arsehole,arvo,ass,ass
boy,assfuck,asshole,asswipe,aunty,ball,baltic,bang,basket,bastard,baths
the,be on the rag,bear,beast with two backs,beat off,beaver,beef,beef
curtains,bell end,berk,bi,biatch,biffy,bitch,bloody hell,blow job,blow your
wad,blowjob,bob,boiler,boink,bollocks,bollocks
bollicks,bondage,boner,boob,breasts,brown,buddy,bugger,buggery,built like a
brick shithouse,bull dyke,bumbandit,bunghole,buns,bush
boogie,butch,cacker,camel toes,can,cancer stick,carpet
muncher,cathouse,cherry,chicken,chicken hawk,chicken
queen,chief,choad,chocolate cha cha,chode or chode,choke the chicken,chow
box,christacrutchian,chubby chaser,chuck,circle jerk,clap
the,clipped,clit,clit fight,closet,closet queen,cock,cock
ring,cocksmoker,cocksucker,come,come stain,coon,cornhole,cotton
picker,crabs,cracker,crap,crapper,cream ones jeans,cum,cunt,curry
queen,cut,darky,dick,dickwad,diddle,diesel
dyke,dildo,dingleberry,dink,dipshit,doesnt know shit from
shinola,dong,doodoo,dork,drag,drag queen,dutch or dutch fuck,dyke,eat
shit,eddress,fag,fag hag,fag stag,faggot,fairy,fart,fart along,fart
around,felch,feltch,finger fuck,fingering,fish,fist
fuck,fisting,flange,flash your gash,foursome,french kiss,french
tickler,fruit,fruit fly,fuck,fuck around,fuck me harder,fuck off,fuck
oneself,fuck up,fucked,fucked up,fucker,fucking,fugly,gangbang,gangsta
bitch,get bent,get it on,get it up,get laid,get off,get ones shit
together,give a shit,glory hole,go down on,gob the knob,god damn,golden
shower,gook,greek,groe,grostulation,gummer,hair
pie,hardcore,hardon,have,head,herb,hershey highway,hodgie,honkey,hork,hows
your hammer hangin,hummer,hung,itchy eye,jack off,jackal,jackshit,jay,jerk
off,jesus h christ,jizz,jizzum,john,jugs,jungle fever,kike,knock
up,knockers,know ones shit,krunk,lace curtains,libido,loo,loose,lop
cock,love juice,lucky pierre,masturbation,meat,meat puppet,meatrack,morning
wood,mother fucker,mother fucking,muff
diver,nellie,nfg,nigga,nigger,nipples,nookey,noonan,nooner,nudger,nut,oh
shit,old fart,on the blob,ones tits in a knot,ones tits on,orlando,pain in
the ass,pearl necklace,pecker,pecker cheese,pecker
tracks,peckerwood,pee,peepee,penis,period,phungky,piece of ass,pillow
biter,pinch one off,piss,piss ant,piss flappers,piss off,piss up a
storm,pissed,pissed to the gills,pitch a tent in your shorts,plow,pocket
pool,poon tang,poop,poop chute,pooperscooper,poopshoot,poor white
trash,porch monkey,porn,postal,prick,pubes,pull ones pud,pull the
pin,pussy,quad,queef,queen,queer,quim,quim nuts,rack,rag week,rainbow
kiss,ranch,rape,red tide,red wings,redneck,reestie,rice queen,riding the
porcelain bus,rim,rim job,rimming,rumpshaker,sausage
jockey,scallywag,scat,screw,sex,sex fight,sex fighter,shit,shit on a
shingle,shit out of
luck,shitcan,shitfaced,shitfit,shithead,shithouse,shitlist,shits,shitstain,s
hoot off,shoot ones load,shoot ones wad,sissy,sister,sixtynine,skull
fuck,slant,slapper,slut,snatch,sod off,son of a bitch,spank the monkey,spear
chunker,sperm,spooge,spunk,squirt n spurt,stiffy,suck a fatty,swedish,sweet
fa,sweet fucking jesus,take a crap,take a dump,take a piss,take a shit,tar
baby,tea bagging,tea room,telesis,the dogs bollocks,the shit hit the
fan,threesome,threeway woman,tinkle,tit,tit in a
wringer,tits,tittie,titty,titty fuck,to dog,to swain,toss my
salad,tosser,trailer trash,trick,trippingtrippin,tubs the,turd,turd
burglar,twat,twink,up shit creek,up yours,vertical bacon
sandwich,wad,wanker,wasted,water sports,wax the dolphin,weewee,wetback,whack
off,white swallow,whiz,wicked pisser,willie,wobbly
pop,woody,wordhole,wuss,yasser,zipperhead,zoominanal



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopperuk
Telephone +44 (01744) 648650

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Simon Horwith

I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: Session VS Client

2001-04-23 Thread Garza, Jeff

I recon you're correct!  Session vars are stored in memory, Client vars are
stored in any number of different locations (registry, client cookies, ODBC
datasource).

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 23, 2001 8:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: what is the address of microsoft's news server (as in news.somethingortheother.com)?

2001-04-23 Thread Neil Clark

news.microsoft.com AFAIK



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Mark Smyth

hi

the general opinion is that client vars are more efficient than session
variable, as long as the administrator is configured to store client
variables in a database, otherwise it stores client variables in the
registry which is less efficient that using session vars.

so in a way you're both right :)

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 16:55
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: Session VS Client

2001-04-23 Thread Andy Ewings

Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: what is the address of microsoft's news server (as in news.somethingortheother.com)?

2001-04-23 Thread Aaron Johnson

news://msnews.microsoft.com

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
phn617.350.0339
fax617.350.8884
icq66172567
[EMAIL PROTECTED] 

 -Original Message-
 From: Hubert Earl [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 10:57 AM
 To: CF-Talk
 Subject: OT: what is the address of microsoft's news server (as in
 news.somethingortheother.com)?
 
 
 hi,
 
 what is the address of microsoft's news server (as in 
 news.somethingortheother.com)?  i once found it on the microsoft 
 site, but i can't find it again.  thanx.
 
 sincerely,
 ---
 Hubert Earl
 
 ICQ#: 16199853
 AIM: hubertfme
 
 My Jamaican Art, Craft  More Online Store: 
 http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: It's not big and it's not clever...

2001-04-23 Thread Jon Gage

If you use the library below however, you may encounter words like bass
that have ass in them...

 -Original Message-
 From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 11:59 AM
 To: CF-Talk
 Subject: RE: It's not big and it's not clever...


  I need a list of swear words to validate user input against.
  Anyone have such a beast?
 
  Here's the best slang dictionary I've seen... and you can pick
 from about
 120 languages, so as not to leave out our non-English speaking frieds.
 
  WHOOPS... here's the URL:
 
   http://www.notam.uio.no/~hcholm/altlang/stat.html


 Thanks for that. For all those interested, the list of English swear words
 (bad language) I've ended up with is below. I never realised how
 few words I
 knew...   ;-)

 !!
 !!
 !!!
 !!! DO NOT SCROLL TO THE BOTTOM OF THIS E-MAIL !!!
 !!! IF YOU ARE OFFENDED BY BAD LANGUAGE!!!
 !!
 !!
 !!!

 You have been warned...
 

























































 arse,arse bandit,arsehole,arvo,ass,ass
 boy,assfuck,asshole,asswipe,aunty,ball,baltic,bang,basket,bastard,baths
 the,be on the rag,bear,beast with two backs,beat off,beaver,beef,beef
 curtains,bell end,berk,bi,biatch,biffy,bitch,bloody hell,blow
 job,blow your
 wad,blowjob,bob,boiler,boink,bollocks,bollocks
 bollicks,bondage,boner,boob,breasts,brown,buddy,bugger,buggery,bui
 lt like a
 brick shithouse,bull dyke,bumbandit,bunghole,buns,bush
 boogie,butch,cacker,camel toes,can,cancer stick,carpet
 muncher,cathouse,cherry,chicken,chicken hawk,chicken
 queen,chief,choad,chocolate cha cha,chode or chode,choke the chicken,chow
 box,christacrutchian,chubby chaser,chuck,circle jerk,clap
 the,clipped,clit,clit fight,closet,closet queen,cock,cock
 ring,cocksmoker,cocksucker,come,come stain,coon,cornhole,cotton
 picker,crabs,cracker,crap,crapper,cream ones jeans,cum,cunt,curry
 queen,cut,darky,dick,dickwad,diddle,diesel
 dyke,dildo,dingleberry,dink,dipshit,doesnt know shit from
 shinola,dong,doodoo,dork,drag,drag queen,dutch or dutch fuck,dyke,eat
 shit,eddress,fag,fag hag,fag stag,faggot,fairy,fart,fart along,fart
 around,felch,feltch,finger fuck,fingering,fish,fist
 fuck,fisting,flange,flash your gash,foursome,french kiss,french
 tickler,fruit,fruit fly,fuck,fuck around,fuck me harder,fuck off,fuck
 oneself,fuck up,fucked,fucked up,fucker,fucking,fugly,gangbang,gangsta
 bitch,get bent,get it on,get it up,get laid,get off,get ones shit
 together,give a shit,glory hole,go down on,gob the knob,god damn,golden
 shower,gook,greek,groe,grostulation,gummer,hair
 pie,hardcore,hardon,have,head,herb,hershey highway,hodgie,honkey,hork,hows
 your hammer hangin,hummer,hung,itchy eye,jack off,jackal,jackshit,jay,jerk
 off,jesus h christ,jizz,jizzum,john,jugs,jungle fever,kike,knock
 up,knockers,know ones shit,krunk,lace curtains,libido,loo,loose,lop
 cock,love juice,lucky pierre,masturbation,meat,meat
 puppet,meatrack,morning
 wood,mother fucker,mother fucking,muff
 diver,nellie,nfg,nigga,nigger,nipples,nookey,noonan,nooner,nudger,nut,oh
 shit,old fart,on the blob,ones tits in a knot,ones tits on,orlando,pain in
 the ass,pearl necklace,pecker,pecker cheese,pecker
 tracks,peckerwood,pee,peepee,penis,period,phungky,piece of ass,pillow
 biter,pinch one off,piss,piss ant,piss flappers,piss off,piss up a
 storm,pissed,pissed to the gills,pitch a tent in your shorts,plow,pocket
 pool,poon tang,poop,poop chute,pooperscooper,poopshoot,poor white
 trash,porch monkey,porn,postal,prick,pubes,pull ones pud,pull the
 pin,pussy,quad,queef,queen,queer,quim,quim nuts,rack,rag week,rainbow
 kiss,ranch,rape,red tide,red wings,redneck,reestie,rice queen,riding the
 porcelain bus,rim,rim job,rimming,rumpshaker,sausage
 jockey,scallywag,scat,screw,sex,sex fight,sex fighter,shit,shit on a
 shingle,shit out of
 luck,shitcan,shitfaced,shitfit,shithead,shithouse,shitlist,shits,s
 hitstain,s
 hoot off,shoot ones load,shoot ones wad,sissy,sister,sixtynine,skull
 fuck,slant,slapper,slut,snatch,sod off,son of a bitch,spank the
 monkey,spear
 chunker,sperm,spooge,spunk,squirt n spurt,stiffy,suck a
 fatty,swedish,sweet
 fa,sweet fucking jesus,take a crap,take a dump,take a piss,take a shit,tar
 baby,tea bagging,tea room,telesis,the dogs bollocks,the shit hit the
 fan,threesome,threeway woman,tinkle,tit,tit in a
 wringer,tits,tittie,titty,titty fuck,to dog,to swain,toss my
 salad,tosser,trailer trash,trick,trippingtrippin,tubs the,turd,turd
 burglar,twat,twink,up shit creek,up yours,vertical bacon
 sandwich,wad,wanker,wasted,water sports,wax the
 dolphin,weewee,wetback,whack
 off,white swallow,whiz,wicked pisser,willie,wobbly
 pop,woody,wordhole,wuss,yasser,zipperhead,zoominanal



 --
 Aidan Whitehall [EMAIL PROTECTED]
 Netshopperuk
 Telephone +44 (01744) 648650




Re: populating the query result to IFRAME

2001-04-23 Thread paul .

 well by doing that am getting this errorObject expectd
please help me out cos am not javascript savvy
-paul
--

On Mon, 23 Apr 2001 10:30:47  
 Bryan LaPlante wrote:
Not sure if this is what you mean, but try this.

eval(document. + secNum + .style.display = '';

don't forget to alternate your single and double quotes.

- Original Message -
From: paul . [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:12 AM
Subject: populating the query result to IFRAME


 HI Guys am trying to populate the query result to the IRAME , so
 that i can give the user to view result in the same page
 please check my code and suggest me. the seeror i get is style is not an
object
 thanks
 -paul . Below is my code
 ---
 p align=centerfont face=Arial, Helvetica, sans-serif
size=4bi Training/i/b/font/p
 cfif qry_get_events.recordcount gt 0
 script language =javascript
 function doSection(secNum)
   {
 /*
 if(secNum.style.display == none) {secNum.style.display = ; }
  else {secNum.style.display = none; }
 */
 secNum.style.display = ;
   }

 function noSection (secNum)
   {
  if(secNum.style.display == ) {secNum.style.display = none;}
   }

 /script



 table border=1 cellspacing=0 cellpadding=6 bordercolor=#00
align=center width=750
   tr valign=top
 td bgcolor=#66font color=#FF size=2bfont
 face=Arial, Helvetica, sans-serifCourse
   Name /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifScheduled
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifOccurance
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica,
sans-serifNon-Participants/font/b/font/td
 td bgcolor=#66 align=center /td
   /tr
   cfoutput query=qry_get_events
 cfif year(completion_date) eq 1001
 cfset current_completion_date=Not completed yet
 cfelse
 cfset current_completion_date=#dateformat(completion_date,  dd
)#
 /cfif
 cfif year(training_date) eq 1001
 cfset current_training_date=Not scheduled yet
 cfelse
 cfset current_training_date=#dateformat(training_date,  dd
)#
 /cfif
 tr valign=top bgcolor=##FF
   tdfont size=1 face=Arial, Helvetica, sans-serif
 cfif qry_get_training_courses.recordcount gt 1
 cfloop index=loopcount from=1
to=#qry_get_training_courses.recordcount#
   cfif training_crse_idx eq
qry_get_training_courses.rec_id[loopcount]
   #qry_get_training_courses.session_name[loopcount]#
   /cfif
 /cfloop
 /cfif
 /font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_training_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_completion_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a
href=index.cfm?fuseaction=event_nonparticipants_vevent_idx=#rec_id#am
p;traini
 ng_course_idx=#training_crse_idx#Non-participants/a/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a class=anchorclass
href=javascript:doSection(thesection)participants/a/font/td
 /tr
   a name = test
 input name=quarter_idx type=hidden value=#attributes.quarter_idx#
 div id =thesection onClick = noSection(thesection)
STYLE=display:none

 iframe
SRC=http://10.158.20.123/careadv/test/index.cfm?fuseaction=event_participan
ts_vevent_idx=3training_course_idx=645
  WIDTH=800 HEIGHT=200
 /iframebr/br/
 center
 a href=javascript:noSection(thesection) Close/a
 /center
 /div

 /a

   /cfoutput
 /table

 /cfif
 cfoutputinput name=quarter_idx type=hidden
value=#attributes.quarter_idx#/cfoutput


 --





 Get 250 color business cards for FREE!
 http://businesscards.lycos.com/vp/fastpath/




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: what is the address of microsoft's news server (as in news.somethingortheother.com)?

2001-04-23 Thread Howie Hamlin

Those tricky MS people:

news.microsoft.com

Regards,

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

- Original Message -
From: Hubert Earl [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:56 AM
Subject: OT: what is the address of microsoft's news server (as in
news.somethingortheother.com)?


 hi,

 what is the address of microsoft's news server (as in
news.somethingortheother.com)?  i once found it on the microsoft site, but i
can't find it again.  thanx.

 sincerely,
 ---
 Hubert Earl

 ICQ#: 16199853
 AIM: hubertfme

 My Jamaican Art, Craft  More Online Store:
http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: statement help...

2001-04-23 Thread Jay Patton

i tried this also, and it still didnt work
since then i have switched everything to be id specific now however, it
still only returns the first record w/ that id, now. any ideas this is
my query now

cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE CircuitID = #url.CircuitID#
/cfquery

thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
- Original Message -
From: Mike Sprague [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 9:48 AM
Subject: Re: statement help...


 Try the following as your where clause:

 WHERE trim(Circuit) = '#trim(url.CircuitName)#'

 *** REPLY SEPARATOR  ***
 On 4/23/2001 at 9:31 AM Jay Patton wrote:

 |Why would this only select one record from the db?(there are about 12 it
 |should return but it only returns one (which is the first one)
 |
 |cfquery name=getRodeos
 | datasource=#datasource#
 | dbtype=ODBC
 | username=#username#
 | password=#password#
 |SELECT *
 |FROM RodeoManager
 |WHERE Circuit = '#url.CircuitName#'
 |/cfquery
 |
 |
 |Thanks,
 |
 |Jay Patton
 |Web Design / Application Design
 |Web Pro USA
 |p. 406.549.3337 ext. 203
 |p. 1.888.5WEBPRO ext. 203
 |e. [EMAIL PROTECTED]
 |url. www.webpro-usa.com
 |
 | |

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: It's not big and it's not clever...

2001-04-23 Thread Wayne Putterill

Aren't those the lyrics to the last Eminem single?

 Thanks for that. For all those interested, the list of English swear words
 (bad language) I've ended up with is below. I never realised how few words
I
 knew...   ;-)



 !!!
 !!! DO NOT SCROLL TO THE BOTTOM OF THIS E-MAIL !!!
 !!! IF YOU ARE OFFENDED BY BAD LANGUAGE!!!


 !!!

 You have been warned...
 

























































 arse,arse bandit,arsehole,arvo,ass,ass
 boy,assfuck,asshole,asswipe,aunty,ball,baltic,bang,basket,bastard,baths
 the,be on the rag,bear,beast with two backs,beat off,beaver,beef,beef
 curtains,bell end,berk,bi,biatch,biffy,bitch,bloody hell,blow job,blow
your
 wad,blowjob,bob,boiler,boink,bollocks,bollocks
 bollicks,bondage,boner,boob,breasts,brown,buddy,bugger,buggery,built like
a
 brick shithouse,bull dyke,bumbandit,bunghole,buns,bush
 boogie,butch,cacker,camel toes,can,cancer stick,carpet
 muncher,cathouse,cherry,chicken,chicken hawk,chicken
 queen,chief,choad,chocolate cha cha,chode or chode,choke the chicken,chow
 box,christacrutchian,chubby chaser,chuck,circle jerk,clap
 the,clipped,clit,clit fight,closet,closet queen,cock,cock
 ring,cocksmoker,cocksucker,come,come stain,coon,cornhole,cotton
 picker,crabs,cracker,crap,crapper,cream ones jeans,cum,cunt,curry
 queen,cut,darky,dick,dickwad,diddle,diesel
 dyke,dildo,dingleberry,dink,dipshit,doesnt know shit from
 shinola,dong,doodoo,dork,drag,drag queen,dutch or dutch fuck,dyke,eat
 shit,eddress,fag,fag hag,fag stag,faggot,fairy,fart,fart along,fart
 around,felch,feltch,finger fuck,fingering,fish,fist
 fuck,fisting,flange,flash your gash,foursome,french kiss,french
 tickler,fruit,fruit fly,fuck,fuck around,fuck me harder,fuck off,fuck
 oneself,fuck up,fucked,fucked up,fucker,fucking,fugly,gangbang,gangsta
 bitch,get bent,get it on,get it up,get laid,get off,get ones shit
 together,give a shit,glory hole,go down on,gob the knob,god damn,golden
 shower,gook,greek,groe,grostulation,gummer,hair
 pie,hardcore,hardon,have,head,herb,hershey highway,hodgie,honkey,hork,hows
 your hammer hangin,hummer,hung,itchy eye,jack off,jackal,jackshit,jay,jerk
 off,jesus h christ,jizz,jizzum,john,jugs,jungle fever,kike,knock
 up,knockers,know ones shit,krunk,lace curtains,libido,loo,loose,lop
 cock,love juice,lucky pierre,masturbation,meat,meat
puppet,meatrack,morning
 wood,mother fucker,mother fucking,muff
 diver,nellie,nfg,nigga,nigger,nipples,nookey,noonan,nooner,nudger,nut,oh
 shit,old fart,on the blob,ones tits in a knot,ones tits on,orlando,pain in
 the ass,pearl necklace,pecker,pecker cheese,pecker
 tracks,peckerwood,pee,peepee,penis,period,phungky,piece of ass,pillow
 biter,pinch one off,piss,piss ant,piss flappers,piss off,piss up a
 storm,pissed,pissed to the gills,pitch a tent in your shorts,plow,pocket
 pool,poon tang,poop,poop chute,pooperscooper,poopshoot,poor white
 trash,porch monkey,porn,postal,prick,pubes,pull ones pud,pull the
 pin,pussy,quad,queef,queen,queer,quim,quim nuts,rack,rag week,rainbow
 kiss,ranch,rape,red tide,red wings,redneck,reestie,rice queen,riding the
 porcelain bus,rim,rim job,rimming,rumpshaker,sausage
 jockey,scallywag,scat,screw,sex,sex fight,sex fighter,shit,shit on a
 shingle,shit out of

luck,shitcan,shitfaced,shitfit,shithead,shithouse,shitlist,shits,shitstain,s
 hoot off,shoot ones load,shoot ones wad,sissy,sister,sixtynine,skull
 fuck,slant,slapper,slut,snatch,sod off,son of a bitch,spank the
monkey,spear
 chunker,sperm,spooge,spunk,squirt n spurt,stiffy,suck a
fatty,swedish,sweet
 fa,sweet fucking jesus,take a crap,take a dump,take a piss,take a shit,tar
 baby,tea bagging,tea room,telesis,the dogs bollocks,the shit hit the
 fan,threesome,threeway woman,tinkle,tit,tit in a
 wringer,tits,tittie,titty,titty fuck,to dog,to swain,toss my
 salad,tosser,trailer trash,trick,trippingtrippin,tubs the,turd,turd
 burglar,twat,twink,up shit creek,up yours,vertical bacon
 sandwich,wad,wanker,wasted,water sports,wax the
dolphin,weewee,wetback,whack
 off,white swallow,whiz,wicked pisser,willie,wobbly
 pop,woody,wordhole,wuss,yasser,zipperhead,zoominanal



 --
 Aidan Whitehall [EMAIL PROTECTED]
 Netshopperuk
 Telephone +44 (01744) 648650


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dylan Bromby

personally, i think the registry is a less-than-desirable place to store
client vars.

the problem with session vars is if CF server restarts itself (which can,
sometimes, be a good thing) you lose the session. i use client vars
exclusively over session vars now (and cookies too) and store them in a DB.
not as fast as memory in *theory*, but in practice it's more reliable and
there's no difference in the performance of my applications.


-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 9:04 AM
To: CF-Talk
Subject: RE: Session VS Client


I recon you're correct!  Session vars are stored in memory, Client vars are
stored in any number of different locations (registry, client cookies, ODBC
datasource).

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 8:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: Session VS Client

2001-04-23 Thread Simon Horwith

i don't think I'd classify the windows registry as a database.  Yes, it
stores data, but so do text files...I wouldn't refer to a text file as a
database.  The registry isn't designed to be read from and written to,
frequently... it's designed for access - as - needed use.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:11 PM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: Session VS Client

2001-04-23 Thread Dave Watts

 the general opinion is that client vars are more efficient 
 than session variable, as long as the administrator is configured 
 to store client variables in a database, otherwise it stores client 
 variables in the registry which is less efficient that using session
 vars.

Either you've got the general opinion wrong, or the general opinion is
itself wrong (or at least oversimplified).

All other things being equal, it's more efficient to store something that
will be reused in memory than it is to retrieve it from a database each time
it's needed. When you use session variables, you're storing something in the
local memory of the CF server. When you use client variables, CF has to
continually go get them whenever they're needed, if they're stored in a
database or in the registry.

Client variables are probably a better choice if you think you're going to
cluster your application on multiple servers, but on a single server,
session variables will perform much better, assuming that there's enough
memory to hold them.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dylan Bromby

the registry is *not* designed to be a database in that sense.

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 9:11 AM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: populating the query result to IFRAME

2001-04-23 Thread Darren Adams

One really obvious point but there is a )  missing.

-Original Message-
From: paul . [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:11
To: CF-Talk
Subject: Re: populating the query result to IFRAME


 well by doing that am getting this errorObject expectd
please help me out cos am not javascript savvy
-paul
--

On Mon, 23 Apr 2001 10:30:47  
 Bryan LaPlante wrote:
Not sure if this is what you mean, but try this.

eval(document. + secNum + .style.display = '';

don't forget to alternate your single and double quotes.

- Original Message -
From: paul . [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 10:12 AM
Subject: populating the query result to IFRAME


 HI Guys am trying to populate the query result to the IRAME , so
 that i can give the user to view result in the same page
 please check my code and suggest me. the seeror i get is style is not an
object
 thanks
 -paul . Below is my code
 ---
 p align=centerfont face=Arial, Helvetica, sans-serif
size=4bi Training/i/b/font/p
 cfif qry_get_events.recordcount gt 0
 script language =javascript
 function doSection(secNum)
   {
 /*
 if(secNum.style.display == none) {secNum.style.display = ; }
  else {secNum.style.display = none; }
 */
 secNum.style.display = ;
   }

 function noSection (secNum)
   {
  if(secNum.style.display == ) {secNum.style.display = none;}
   }

 /script



 table border=1 cellspacing=0 cellpadding=6 bordercolor=#00
align=center width=750
   tr valign=top
 td bgcolor=#66font color=#FF size=2bfont
 face=Arial, Helvetica, sans-serifCourse
   Name /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifScheduled
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica, sans-serifOccurance
   Date /font/b/font/td
 td bgcolor=#66 align=centerfont color=#FF
size=2bfont
 face=Arial, Helvetica,
sans-serifNon-Participants/font/b/font/td
 td bgcolor=#66 align=center /td
   /tr
   cfoutput query=qry_get_events
 cfif year(completion_date) eq 1001
 cfset current_completion_date=Not completed yet
 cfelse
 cfset current_completion_date=#dateformat(completion_date,  dd
)#
 /cfif
 cfif year(training_date) eq 1001
 cfset current_training_date=Not scheduled yet
 cfelse
 cfset current_training_date=#dateformat(training_date,  dd
)#
 /cfif
 tr valign=top bgcolor=##FF
   tdfont size=1 face=Arial, Helvetica, sans-serif
 cfif qry_get_training_courses.recordcount gt 1
 cfloop index=loopcount from=1
to=#qry_get_training_courses.recordcount#
   cfif training_crse_idx eq
qry_get_training_courses.rec_id[loopcount]
   #qry_get_training_courses.session_name[loopcount]#
   /cfif
 /cfloop
 /cfif
 /font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_training_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1#current_completion_date#/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a
href=index.cfm?fuseaction=event_nonparticipants_vevent_idx=#rec_id#am
p;traini
 ng_course_idx=#training_crse_idx#Non-participants/a/font/td
   td align=centerfont face=Arial, Helvetica, sans-serif
 size=1a class=anchorclass
href=javascript:doSection(thesection)participants/a/font/td
 /tr
   a name = test
 input name=quarter_idx type=hidden value=#attributes.quarter_idx#
 div id =thesection onClick = noSection(thesection)
STYLE=display:none

 iframe
SRC=http://10.158.20.123/careadv/test/index.cfm?fuseaction=event_participa
n
ts_vevent_idx=3training_course_idx=645
  WIDTH=800 HEIGHT=200
 /iframebr/br/
 center
 a href=javascript:noSection(thesection) Close/a
 /center
 /div

 /a

   /cfoutput
 /table

 /cfif
 cfoutputinput name=quarter_idx type=hidden
value=#attributes.quarter_idx#/cfoutput


 --





 Get 250 color business cards for FREE!
 http://businesscards.lycos.com/vp/fastpath/




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Andy Ewings

Can you explain why storing Client vars in the registry is less efficient
thatn storing session vars in RAM?

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



-Original Message-
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:12
To: CF-Talk
Subject: RE: Session VS Client


hi

the general opinion is that client vars are more efficient than session
variable, as long as the administrator is configured to store client
variables in a database, otherwise it stores client variables in the
registry which is less efficient that using session vars.

so in a way you're both right :)

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 16:55
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



OT: JS-question- transferring text from one template to another

2001-04-23 Thread cf-talk

Hi, I want to do the following:

I have an Input-template with five text-fields.
On on text field (memory-field, text area) I want to call a small browser
window via
JS (wiht a hyperlink). So far so good. I know how I can do that. In the
called template I have another
Input-field which gets filled by the user. What I want to do is transferring
the text in this text-area back to the calling page and reloading, but the
text
already filled in the four ohter input-boxes shouldn't be touched/changed.
How can I do this.
Does s.o. has his code available ?

Thank you.

Uwe


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Andy Ewings

I agree entirely and I use Client for exactly the same reason.  It's just
that I never thought that they were more thirsty than Session vars when it
came to server ram, as my colleague suggests.

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



-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:20
To: CF-Talk
Subject: RE: Session VS Client


personally, i think the registry is a less-than-desirable place to store
client vars.

the problem with session vars is if CF server restarts itself (which can,
sometimes, be a good thing) you lose the session. i use client vars
exclusively over session vars now (and cookies too) and store them in a DB.
not as fast as memory in *theory*, but in practice it's more reliable and
there's no difference in the performance of my applications.


-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 9:04 AM
To: CF-Talk
Subject: RE: Session VS Client


I recon you're correct!  Session vars are stored in memory, Client vars are
stored in any number of different locations (registry, client cookies, ODBC
datasource).

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 8:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

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



RE: Session VS Client

2001-04-23 Thread Andy Ewings

I disagree.  The registry has replaced .ini files.  The registry is a
perfect repositry to store data for your app like DSN'S etc as ini files
used to.

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:30
To: CF-Talk
Subject: RE: Session VS Client


i don't think I'd classify the windows registry as a database.  Yes, it
stores data, but so do text files...I wouldn't refer to a text file as a
database.  The registry isn't designed to be read from and written to,
frequently... it's designed for access - as - needed use.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:11 PM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

RE: Session VS Client

2001-04-23 Thread Andy Ewings

Client variables are probably a better choice if you think you're going to
cluster your application on multiple servers, but on a single server,
session variables will perform much better, assuming that there's enough
emory to hold them.

Yup agreebut I think you have answered my initial question - in that
session vars are more intensive when it comes to Server RAM

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



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:31
To: CF-Talk
Subject: RE: Session VS Client


 the general opinion is that client vars are more efficient 
 than session variable, as long as the administrator is configured 
 to store client variables in a database, otherwise it stores client 
 variables in the registry which is less efficient that using session
 vars.

Either you've got the general opinion wrong, or the general opinion is
itself wrong (or at least oversimplified).

All other things being equal, it's more efficient to store something that
will be reused in memory than it is to retrieve it from a database each time
it's needed. When you use session variables, you're storing something in the
local memory of the CF server. When you use client variables, CF has to
continually go get them whenever they're needed, if they're stored in a
database or in the registry.

Client variables are probably a better choice if you think you're going to
cluster your application on multiple servers, but on a single server,
session variables will perform much better, assuming that there's enough
memory to hold them.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
voice: (202) 797-5496 
fax: (202) 797-5444
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



re: session vs client

2001-04-23 Thread Mark Smyth

hi

They appears to be differing opinions to this? I have heard many people
recommend the use of client variables over session variables, regardless of
whether they are hosted in a clustered envoironment.

Are there specific times when session variables are better to use than
client variables, and visa versa?

I'm fairly new to coldfusion and this is a subject which confuses most new
comers

Regards

Mark

Mark Smyth 
Developer 
Systems Union eBusiness Solutions 
01865 880800 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
www.systemsunion.com http://www.systemsunion.com/ 

 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Is CF still relevant?

2001-04-23 Thread Jeffry Houser


   It's been a while since I've done any Java programming and I don't claim 
to be an expert, but the most common browsers (IE / Navigator) have a Java 
Virtual Machine in them.  An applet runs in the browser and has nothing to 
do with CF, ASP, JSP, or PHP.  You don't need any of those technologies to 
use a Java applet.

At 09:45 AM 04/23/2001 -0500, you wrote:
Joe said:
  If you're calling the better-suited things in as a CF object (e.g. Java,
COM,
  MSXML) to do things, then why not just use those technologies (or
families
  of technologies) and skip the CF entirely?

I'm not sure I follow this. To use JAVA, COM, or any of these other
techologies on a web site, you have to call them from another technology
that actually communicates with the browser. This is part of what CF, ASP,
JSP, and PHP do. Where is the distinction?

--John






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: statement help...

2001-04-23 Thread Diana Nichols

Perhaps the problem lies in the outputwhat does that code look like?

*
Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374

One man's magic is another man's engineering. ---Lazarus Long

-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:17 PM
To: CF-Talk
Subject: Re: statement help...


i tried this also, and it still didnt work
since then i have switched everything to be id specific now however, it
still only returns the first record w/ that id, now. any ideas this is
my query now

cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE CircuitID = #url.CircuitID#
/cfquery

thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
- Original Message -
From: Mike Sprague [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 9:48 AM
Subject: Re: statement help...


 Try the following as your where clause:

 WHERE trim(Circuit) = '#trim(url.CircuitName)#'

 *** REPLY SEPARATOR  ***
 On 4/23/2001 at 9:31 AM Jay Patton wrote:

 |Why would this only select one record from the db?(there are about 12 it
 |should return but it only returns one (which is the first one)
 |
 |cfquery name=getRodeos
 | datasource=#datasource#
 | dbtype=ODBC
 | username=#username#
 | password=#password#
 |SELECT *
 |FROM RodeoManager
 |WHERE Circuit = '#url.CircuitName#'
 |/cfquery
 |
 |
 |Thanks,
 |
 |Jay Patton
 |Web Design / Application Design
 |Web Pro USA
 |p. 406.549.3337 ext. 203
 |p. 1.888.5WEBPRO ext. 203
 |e. [EMAIL PROTECTED]
 |url. www.webpro-usa.com
 |
 | |

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: statement help...

2001-04-23 Thread Dave f

How do you know there are 12-ish if you only see 1??

Are you saying that  getRodeos.RecordCount = 1, or have you maybe forgotten
to specify queryname in cfoutput loop?

Dave

- Original Message -
From: Jay Patton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 12:16 PM
Subject: Re: statement help...


 i tried this also, and it still didnt work
 since then i have switched everything to be id specific now however, it
 still only returns the first record w/ that id, now. any ideas this is
 my query now

 cfquery name=getRodeos
  datasource=#datasource#
  dbtype=ODBC
  username=#username#
  password=#password#
 SELECT *
 FROM RodeoManager
 WHERE CircuitID = #url.CircuitID#
 /cfquery

 thanks,

 Jay Patton
 Web Design / Application Design
 Web Pro USA
 p. 406.549.3337 ext. 203
 p. 1.888.5WEBPRO ext. 203
 e. [EMAIL PROTECTED]
 url. www.webpro-usa.com
 - Original Message -
 From: Mike Sprague [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 23, 2001 9:48 AM
 Subject: Re: statement help...


  Try the following as your where clause:
 
  WHERE trim(Circuit) = '#trim(url.CircuitName)#'
 
  *** REPLY SEPARATOR  ***
  On 4/23/2001 at 9:31 AM Jay Patton wrote:
 
  |Why would this only select one record from the db?(there are about 12
it
  |should return but it only returns one (which is the first one)
  |
  |cfquery name=getRodeos
  | datasource=#datasource#
  | dbtype=ODBC
  | username=#username#
  | password=#password#
  |SELECT *
  |FROM RodeoManager
  |WHERE Circuit = '#url.CircuitName#'
  |/cfquery
  |
  |
  |Thanks,
  |
  |Jay Patton
  |Web Design / Application Design
  |Web Pro USA
  |p. 406.549.3337 ext. 203
  |p. 1.888.5WEBPRO ext. 203
  |e. [EMAIL PROTECTED]
  |url. www.webpro-usa.com
  |
  | |
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Session VS Client

2001-04-23 Thread Jeffry Houser


   Client variables are stored in:

   The Registry (not recommended)
   A Datasource
   as cookies

   Therefore, they use 0 RAM, zilch, nada, nothing.

   Session variables are stored in RAM.  Since any amount of RAM is bigger 
than no amount of RAM, I would say that session variables must take up more 
RAM.  I'm sure we'll see hundreds of post to this affect.

At 04:55 PM 04/23/2001 +0100, you wrote:
OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: JS-question- transferring text from one template to another

2001-04-23 Thread Terry Bader

something like:

opener.parent_form.inputfield.value = document.child_form.inputfield.value;

but if you reload the data is not submitted and thusly it comes back as a
reset form...  so you will need to submit it...

opener.parent_form.submit();

//this will reload the parent page: opener.location.reload(true);

then...

self.close()



Terry Bader
IT/Web Specialist
Macromedia Certified Coldfusion Developer
EDO Corp - Combat Systems
(757) 424-1004 ext 361 - Work
[EMAIL PROTECTED]   


(757)581-5981 - Mobile
[EMAIL PROTECTED]
icq: 5202487   aim: lv2bounce
http://www.cs.odu.edu/~bader





 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 23, 2001 12:31 PM
 To: CF-Talk
 Subject: OT: JS-question- transferring text from one template to
 another
 
 
 Hi, I want to do the following:
 
 I have an Input-template with five text-fields.
 On on text field (memory-field, text area) I want to call a 
 small browser
 window via
 JS (wiht a hyperlink). So far so good. I know how I can do 
 that. In the
 called template I have another
 Input-field which gets filled by the user. What I want to do 
 is transferring
 the text in this text-area back to the calling page and 
 reloading, but the
 text
 already filled in the four ohter input-boxes shouldn't be 
 touched/changed.
 How can I do this.
 Does s.o. has his code available ?
 
 Thank you.
 
 Uwe
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [OT] Stats pkg for Win2K IIS

2001-04-23 Thread WebMaster


We use Statistics Server by Mediahouse (http://www.mediahouse.com) which 
has real-time access, so there's no need to schedule anything. You can set 
different user-level access to certain reports and schedule reports to be 
emailed on a daily, weekly or monthly basis.

Overall, we've been very happy with it. The Admin functionality can get a 
little tedious, but it isn't that bad.

Mike



At 11:04 PM 4/22/2001 -0600, you wrote:
I'm looking for a low cost of free stats package to run on Win2K, that will
do automatic nightly reporting.

I know that's a general question, but I'm looking for opinions as much as a
list of software that does that.

Thanks,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

Sun, IRIX, Windows 2000, Linux;
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
(303)828-9882




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Form Field OnChange Problem with Cf

2001-04-23 Thread Larry Juncker

I have a form that the action for it goes to sendmail.exe

I have an onChange function written that checks the value of
document.formName.Full_Name.value

If I set an to say (Full Name = + FullName);

I get the alert telling me that the field has changed.

What I would like to do is set a Cold Fusion variable on this change, but I
keep getting errors.

I have tried:
 document.write(CFSET FullName =  + FullName + )
however, when I try and run the template again, I get locked up.

I need to know what this variable has been changed to so that I can send it
with my returnurl variable such as this:

http://www.mydomain.com/prtDsp.cfm?Machine_No=#Machine_No#FullName=#FullNam
e#

Everything is working except my FullName variable

Can someone tell me if this is possible.

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Session VS Client

2001-04-23 Thread zac

Andy Ewings wrote:

 I disagree.  The registry has replaced .ini files.  The registry is a
 perfect repositry to store data for your app like DSN'S etc as ini files
 used to.

The key word here is store.

Yes it replaces .ini files  but that doesn't mean that it is suited for
multiple and frequent access of that data.



-- 

Every cloud has its silver lining, and lightning kills hundreds of
people each year who are trying to find it.



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Simon Horwith

I've written plenty of applications, many of which store a wddx packet in a
client variable.  Can you imagine how large the registry would become, and
how quickly, if I were to write wddx packets to it.  The registry is
designed to store windows system settings, not data of this type.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:49 PM
To: CF-Talk
Subject: RE: Session VS Client


I disagree.  The registry has replaced .ini files.  The registry is a
perfect repositry to store data for your app like DSN'S etc as ini files
used to.

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:30
To: CF-Talk
Subject: RE: Session VS Client


i don't think I'd classify the windows registry as a database.  Yes, it
stores data, but so do text files...I wouldn't refer to a text file as a
database.  The registry isn't designed to be read from and written to,
frequently... it's designed for access - as - needed use.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:11 PM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 488 9131

RE: session vs client

2001-04-23 Thread Andy Ewings

I agree, this seems to be a hazy area.  I tend to use client vars even if it
isn't a clustered environment.  IMO I think that the only disadvantage of
Client vars is you can't expire them as easy as you can with sesison vars,
you have to go to the DB and clear the entry.  However the fact that you can
let the db handle locking by using client vars is a godsend!...I find it an
absolute pain having to lock every time I read or write to a session var.
From what Dave said earlier it seems that it is quicker to use Session Vars
via server RAM rather than client vars via a db providing you have enough
server RAM.  I guess it's a trade off - the more session vars you need to
store (no of session vars you declare * number of active sessions) then the
more there is a case to move to client vars.  Either that or upgrade your
server ram!

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



-Original Message-
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:57
To: CF-Talk
Subject: re: session vs client


hi

They appears to be differing opinions to this? I have heard many people
recommend the use of client variables over session variables, regardless of
whether they are hosted in a clustered envoironment.

Are there specific times when session variables are better to use than
client variables, and visa versa?

I'm fairly new to coldfusion and this is a subject which confuses most new
comers

Regards

Mark

Mark Smyth 
Developer 
Systems Union eBusiness Solutions 
01865 880800 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
www.systemsunion.com http://www.systemsunion.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: statement help...

2001-04-23 Thread Andy Ewings

Have you tried running this code directly at the db?...i.e. if SQL run in
query analyser.  One thing you could try is put trim statements around the
fied (or LTRIM and RTRIM if you are using SQL). i.e:

SELECT * FROM RodeoManager WHERE TRIM(CircuitID) = #TRIM(url.CircuitID)# 

OR:

SELECT * FROM RodeoManager WHERE LTRIM(RTRIM(CircuitID)) =
#TRIM(url.CircuitID)# 

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



-Original Message-
From: Dave f [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 18:07
To: CF-Talk
Subject: Re: statement help...


How do you know there are 12-ish if you only see 1??

Are you saying that  getRodeos.RecordCount = 1, or have you maybe forgotten
to specify queryname in cfoutput loop?

Dave

- Original Message -
From: Jay Patton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 12:16 PM
Subject: Re: statement help...


 i tried this also, and it still didnt work
 since then i have switched everything to be id specific now however, it
 still only returns the first record w/ that id, now. any ideas this is
 my query now

 cfquery name=getRodeos
  datasource=#datasource#
  dbtype=ODBC
  username=#username#
  password=#password#
 SELECT *
 FROM RodeoManager
 WHERE CircuitID = #url.CircuitID#
 /cfquery

 thanks,

 Jay Patton
 Web Design / Application Design
 Web Pro USA
 p. 406.549.3337 ext. 203
 p. 1.888.5WEBPRO ext. 203
 e. [EMAIL PROTECTED]
 url. www.webpro-usa.com
 - Original Message -
 From: Mike Sprague [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 23, 2001 9:48 AM
 Subject: Re: statement help...


  Try the following as your where clause:
 
  WHERE trim(Circuit) = '#trim(url.CircuitName)#'
 
  *** REPLY SEPARATOR  ***
  On 4/23/2001 at 9:31 AM Jay Patton wrote:
 
  |Why would this only select one record from the db?(there are about 12
it
  |should return but it only returns one (which is the first one)
  |
  |cfquery name=getRodeos
  | datasource=#datasource#
  | dbtype=ODBC
  | username=#username#
  | password=#password#
  |SELECT *
  |FROM RodeoManager
  |WHERE Circuit = '#url.CircuitName#'
  |/cfquery
  |
  |
  |Thanks,
  |
  |Jay Patton
  |Web Design / Application Design
  |Web Pro USA
  |p. 406.549.3337 ext. 203
  |p. 1.888.5WEBPRO ext. 203
  |e. [EMAIL PROTECTED]
  |url. www.webpro-usa.com
  |
  | |
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Jeffry Houser


   Accessing RAM is quicker than accessing the hard drive.  The registry is 
located on the hard drive.


At 05:32 PM 04/23/2001 +0100, you wrote:
Can you explain why storing Client vars in the registry is less efficient
thatn storing session vars in RAM?

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



-Original Message-
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:12
To: CF-Talk
Subject: RE: Session VS Client


hi

the general opinion is that client vars are more efficient than session
variable, as long as the administrator is configured to store client
variables in a database, otherwise it stores client variables in the
registry which is less efficient that using session vars.

so in a way you're both right :)

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 16:55
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dave Watts

 the problem with session vars is if CF server restarts itself 
 (which can, sometimes, be a good thing) you lose the session. 
 i use client vars exclusively over session vars now (and cookies 
 too) and store them in a DB. not as fast as memory in *theory*, 
 but in practice it's more reliable and there's no difference in 
 the performance of my applications.

Maybe there's no difference in the performance of your applications, but
I've often seen the move from session to client variables (usually in
preparation for clustering) slow down applications significantly. If you
store enough data in the Session scope, it's not practical to just move that
data to the Client scope, as you'll end up with quite long strings.

Session variables are more robust, certainly (when stored in a database),
but they're definitely quite a bit slower. This makes sense - otherwise, why
would we bother caching queries and output to make applications faster,
rather than just returning to the database for every data view?

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Jeffry Houser


   I would classify DSNs as system data, not app data.  I think what Simon 
was trying to get at was, the registry is not designed (or optimized) for 
RDBMS functionality.  You do not want to use it to store excessive (or in 
my opinion, any) application data.


At 05:48 PM 04/23/2001 +0100, you wrote:
I disagree.  The registry has replaced .ini files.  The registry is a
perfect repositry to store data for your app like DSN'S etc as ini files
used to.

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:30
To: CF-Talk
Subject: RE: Session VS Client


i don't think I'd classify the windows registry as a database.  Yes, it
stores data, but so do text files...I wouldn't refer to a text file as a
database.  The registry isn't designed to be read from and written to,
frequently... it's designed for access - as - needed use.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:11 PM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
http://www.thoughtbubble.net
--
United Kingdom
http://www.thoughtbubble.co.uk/
Tel: +44 (0) 20 7387 8890
--
New Zealand
http://www.thoughtbubble.co.nz/
Tel: +64 (0) 9 488 9131
--
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other 

RE: Session VS Client

2001-04-23 Thread Dave Watts

 Wouldn't haver thought it makes a difference. You either have 
 to put them in a db or the registrywhich is a db in itself!

Calling the registry a database is technically accurate in the same way that
you might call an LDAP server a database, but it's conversationally
inaccurate. Typically, when people say database, they're thinking
relational database, which the registry isn't. You sure don't want to
treat the registry as a database. It's a hierarchical data store, designed
for frequent reads and infrequent writes.

When used with CF Client variables, you end up with very frequent writes,
causing the registry to grow (sometimes making the machine crash).

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: JS-question- transferring text from one template to another

2001-04-23 Thread Christopher Olive, CIO

take a look at irt.org and thier JS faq.  there are TONS of code snippets
there.

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



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:31 PM
To: CF-Talk
Subject: OT: JS-question- transferring text from one template to
another


Hi, I want to do the following:

I have an Input-template with five text-fields.
On on text field (memory-field, text area) I want to call a small browser
window via
JS (wiht a hyperlink). So far so good. I know how I can do that. In the
called template I have another
Input-field which gets filled by the user. What I want to do is transferring
the text in this text-area back to the calling page and reloading, but the
text
already filled in the four ohter input-boxes shouldn't be touched/changed.
How can I do this.
Does s.o. has his code available ?

Thank you.

Uwe
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: statement help...

2001-04-23 Thread Christopher Olive, CIO

are you only outputting one?  as in, do you have QUERY specified in the
CFOUTPUT tag?  or does your debug show only one returned?

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



-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:17 PM
To: CF-Talk
Subject: Re: statement help...


i tried this also, and it still didnt work
since then i have switched everything to be id specific now however, it
still only returns the first record w/ that id, now. any ideas this is
my query now

cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE CircuitID = #url.CircuitID#
/cfquery

thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
- Original Message -
From: Mike Sprague [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 9:48 AM
Subject: Re: statement help...


 Try the following as your where clause:

 WHERE trim(Circuit) = '#trim(url.CircuitName)#'

 *** REPLY SEPARATOR  ***
 On 4/23/2001 at 9:31 AM Jay Patton wrote:

 |Why would this only select one record from the db?(there are about 12 it
 |should return but it only returns one (which is the first one)
 |
 |cfquery name=getRodeos
 | datasource=#datasource#
 | dbtype=ODBC
 | username=#username#
 | password=#password#
 |SELECT *
 |FROM RodeoManager
 |WHERE Circuit = '#url.CircuitName#'
 |/cfquery
 |
 |
 |Thanks,
 |
 |Jay Patton
 |Web Design / Application Design
 |Web Pro USA
 |p. 406.549.3337 ext. 203
 |p. 1.888.5WEBPRO ext. 203
 |e. [EMAIL PROTECTED]
 |url. www.webpro-usa.com
 |
 | |

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dave Watts

 Can you explain why storing Client vars in the registry is less
 efficient than storing session vars in RAM?

Storing Client variables in anything but cookies is less efficient than
storing session variables in RAM. It's simply faster to get something out of
the memory owned by a process than it is to read a file or query a database.
That's why you cache things in memory.

Keep in mind that efficiency and robustness are often antagonistic goals.
Increasing performance often involves losing stability. Storing Client
variables in the registry, however, is neither efficient nor robust.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Simon Horwith

actually, I believe the cfid and cftoken are stored in memory, even with
client variables.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 4:09 PM
To: CF-Talk
Subject: Re: Session VS Client



   Client variables are stored in:

   The Registry (not recommended)
   A Datasource
   as cookies

   Therefore, they use 0 RAM, zilch, nada, nothing.

   Session variables are stored in RAM.  Since any amount of RAM is bigger 
than no amount of RAM, I would say that session variables must take up more 
RAM.  I'm sure we'll see hundreds of post to this affect.

At 04:55 PM 04/23/2001 +0100, you wrote:
OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

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




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: statement help...

2001-04-23 Thread Jay Patton

I know there is more than one because i am looking in that specific table
and see 12 (at least) records that should be returned.
!--- Query One ---
cfquery name=getRodeos
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM RodeoManager
WHERE CircuitID = #url.CircuitID#
/cfquery
!--- Query Two ---
cfquery name=resultsP
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT SUM(AdjPoints) as totalPoints, ContestantID
FROM ResultsManager
WHERE RodeoID = #getRodeos.RodeoID#
GROUP BY ContestantID
ORDER BY SUM(AdjPoints) DESC
/cfquery

!--- output ---
cfoutput query=resultsP
cfif resultsP.totalPoints GT 0.00
  tr bgcolor=#IIf(resultsP.CurrentRow  Mod 2, DE('E7'),
DE('99CC99'))#
td width=12%font face=Verdana, Arial, Helvetica, sans-serif
size=1#currentRow#/font/td
td width=69%
 cfquery name=contestants
 datasource=#datasource#
 dbtype=ODBC
 username=#username#
 password=#password#
SELECT *
FROM ContestantManager
WHERE ContestantID = #resultsP.ContestantID#
/cfqueryfont face=Verdana, Arial, Helvetica, sans-serif
size=1#contestants.LastName#, #contestants.FirstName#
(#contestants.City#, #contestants.State#)/font/td
td width=19%font face=Verdana, Arial, Helvetica, sans-serif
size=1#totalPoints#/font/td
  /tr
  /cfif
/cfoutput

Thanks,

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
- Original Message -
From: Dave f [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 11:06 AM
Subject: Re: statement help...


 How do you know there are 12-ish if you only see 1??

 Are you saying that  getRodeos.RecordCount = 1, or have you maybe
forgotten
 to specify queryname in cfoutput loop?

 Dave

 - Original Message -
 From: Jay Patton [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 23, 2001 12:16 PM
 Subject: Re: statement help...


  i tried this also, and it still didnt work
  since then i have switched everything to be id specific now however, it
  still only returns the first record w/ that id, now. any ideas this
is
  my query now
 
  cfquery name=getRodeos
   datasource=#datasource#
   dbtype=ODBC
   username=#username#
   password=#password#
  SELECT *
  FROM RodeoManager
  WHERE CircuitID = #url.CircuitID#
  /cfquery
 
  thanks,
 
  Jay Patton
  Web Design / Application Design
  Web Pro USA
  p. 406.549.3337 ext. 203
  p. 1.888.5WEBPRO ext. 203
  e. [EMAIL PROTECTED]
  url. www.webpro-usa.com
  - Original Message -
  From: Mike Sprague [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Monday, April 23, 2001 9:48 AM
  Subject: Re: statement help...
 
 
   Try the following as your where clause:
  
   WHERE trim(Circuit) = '#trim(url.CircuitName)#'
  
   *** REPLY SEPARATOR  ***
   On 4/23/2001 at 9:31 AM Jay Patton wrote:
  
   |Why would this only select one record from the db?(there are about 12
 it
   |should return but it only returns one (which is the first one)
   |
   |cfquery name=getRodeos
   | datasource=#datasource#
   | dbtype=ODBC
   | username=#username#
   | password=#password#
   |SELECT *
   |FROM RodeoManager
   |WHERE Circuit = '#url.CircuitName#'
   |/cfquery
   |
   |
   |Thanks,
   |
   |Jay Patton
   |Web Design / Application Design
   |Web Pro USA
   |p. 406.549.3337 ext. 203
   |p. 1.888.5WEBPRO ext. 203
   |e. [EMAIL PROTECTED]
   |url. www.webpro-usa.com
   |
   | |
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dylan Bromby


Maybe there's no difference in the performance of your applications, but
I've often seen the move from session to client variables (usually in
preparation for clustering) slow down applications significantly. If you
store enough data in the Session scope, it's not practical to just move that
data to the Client scope, as you'll end up with quite long strings.

 For my applications in question, there was no difference.

Session variables are more robust, certainly (when stored in a database),
but they're definitely quite a bit slower.

 I didn't know session vars were stored in a DB, I thought they were only
stored in memory.

This makes sense - otherwise, why
would we bother caching queries and output to make applications faster,
rather than just returning to the database for every data view?

 Ok, I'm not debating whether *anything* should be stored in memory. My
query caching works nicely. My *specific* problem was CF restarting itself
and dropping session vars I was using to keep people logged into my
application. I was using them to maintain state. I found that session vars
were therefore unreliable so I switched to client vars.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RSVP reminder

2001-04-23 Thread Bryan LaPlante

Just a quick reminder. If you haven't already registered for the Ben Forta
meeting this Wednesday in Kansas City, go to http://www.kcfusion.org/ and
RSVP for the meeting. All of the information for the meeting is there.

Thanks

Bryan LaPlante
816-347-8220
[EMAIL PROTECTED]
http://www.netwebapps.com
Web Development


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



SQL2000 server not recognized by CF 4.5

2001-04-23 Thread David Baskin

I'm hoping someone can help with a problem i cannot figure out. i have a new
box with Win2K, CF 4.5, and SQL2000. Installed everything this weekend
without problems, but now i cannot get SQL and CF to play together. i try to
set up the ODBC and my connection fails every time. the base SQL server that
shows up as default on the ODBC admin does not connect, nor does the one
that i create. not sure how to trouble shoot this problem at all. any help
is greatly appreciated.

d


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Search Engines

2001-04-23 Thread Adkins, Randy

Out of curiosity, what program is most popular when
submitting website information to search engines?

I have come across a few, or does anyone know any such animal
which is free to use or a very minimal charge?

Thanks in advance!

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Session VS Client

2001-04-23 Thread Gregory Harris

My 2 cents worth (gawd it's been awhile since I've posted to this list)

Client Variables:

When set: Stored to Registry after briefly being held in RAM
When got: Gotten from Registry and (briefly) stored to RAM before sent to
user

Anything before going to the Hard Drive would have at least a brief stay in
RAM

Session Variables:

When set: Put in RAM
When got: Retrieved from RAM

You figure on this

Gregory Harris
Web Developer

The Stirling Bridge Group, LLC
*We Engineer Internet Business Solutions*
TEL: (949) 707-1534  FAX: (949) 707-1535


- Original Message -
From: Andy Ewings [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 9:50 AM
Subject: RE: Session VS Client


 Client variables are probably a better choice if you think you're going
to
 cluster your application on multiple servers, but on a single server,
 session variables will perform much better, assuming that there's enough
 emory to hold them.

 Yup agreebut I think you have answered my initial question - in that
 session vars are more intensive when it comes to Server RAM

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



 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: 23 April 2001 17:31
 To: CF-Talk
 Subject: RE: Session VS Client


  the general opinion is that client vars are more efficient
  than session variable, as long as the administrator is configured
  to store client variables in a database, otherwise it stores client
  variables in the registry which is less efficient that using session
  vars.

 Either you've got the general opinion wrong, or the general opinion is
 itself wrong (or at least oversimplified).

 All other things being equal, it's more efficient to store something that
 will be reused in memory than it is to retrieve it from a database each
time
 it's needed. When you use session variables, you're storing something in
the
 local memory of the CF server. When you use client variables, CF has to
 continually go get them whenever they're needed, if they're stored in a
 database or in the registry.

 Client variables are probably a better choice if you think you're going to
 cluster your application on multiple servers, but on a single server,
 session variables will perform much better, assuming that there's enough
 memory to hold them.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Offline forms

2001-04-23 Thread Eric Dawson

pdf form maybe. post to web server for processing.


From: Terry Bader [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: Offline forms
Date: Mon, 23 Apr 2001 10:41:06 -0400

that wont work because the person is working offline, thusly no CF server to
process the request...  I would recommend using a Office template that could
be uploaded when done and processed by the server...


Terry Bader
IT/Web Specialist
Macromedia Certified Coldfusion Developer
EDO Corp - Combat Systems
(757) 424-1004 ext 361 - Work
[EMAIL PROTECTED]


(757)581-5981 - Mobile
[EMAIL PROTECTED]
icq: 5202487   aim: lv2bounce
http://www.cs.odu.edu/~bader





  -Original Message-
  From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
  Sent: Monday, April 23, 2001 10:21 AM
  To: CF-Talk
  Subject: Re: Offline forms
 
 
  Try saving all the form vars as client vars.
 
  HTH,
 
  Howie Hamlin - inFusion Project Manager
  On-Line Data Solutions, Inc.
  www.CoolFusion.com
  631-737-4668 x101
  inFusion Mail Server (iMS) - the World's most configurable mail server
 
  - Original Message -
  From: Eric V. Hodge [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Monday, April 23, 2001 10:16 AM
  Subject: Offline forms
 
 
   I have an application that has a series of long multi-page
  forms so that a
  user can construct a lengthy document.
  
   What are some of my options to allow them to save their
  work offline and
  come back to it later and continue where they left off.
  
   Thanks,
   Eric
  
  
  
  
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Dylan Bromby

i have one table with 3.2 million rows that gets accessed approximately
6,000-7,000 times a day. i should put that in the registry?

your comment VERY MUCH depends on the kind of app you're talking about. ok
so IIS stores info there. ms office stores info there. but we're talking
about web-based applications which could create LARGE amounts of data. why
would you EVER purposefully tax your registry (which is used by many other
VERY critical processes) with READ/WRITE/DELETE operations when databases
are designed to handle that?

-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 9:49 AM
To: CF-Talk
Subject: RE: Session VS Client


I disagree.  The registry has replaced .ini files.  The registry is a
perfect repositry to store data for your app like DSN'S etc as ini files
used to.

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:30
To: CF-Talk
Subject: RE: Session VS Client


i don't think I'd classify the windows registry as a database.  Yes, it
stores data, but so do text files...I wouldn't refer to a text file as a
database.  The registry isn't designed to be read from and written to,
frequently... it's designed for access - as - needed use.

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:11 PM
To: CF-Talk
Subject: RE: Session VS Client


Wouldn't haver thought it makes a difference.  You either have to put them
in a db or the registrywhich is a db in itself!

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



-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: 23 April 2001 17:05
To: CF-Talk
Subject: RE: Session VS Client


I suppose that depends on what you are putting in them ;)

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 11:55 AM
To: CF-Talk
Subject: Session VS Client


OK guys and gals..

Do Client vars take up more server RAM than session Vars.  My colleague
reckons they do wheras I reckon it's the t'other way round

A

--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
http://www.thoughtbubble.net
--
United Kingdom
http://www.thoughtbubble.co.uk/
Tel: +44 (0) 20 7387 8890
--
New Zealand
http://www.thoughtbubble.co.nz/
Tel: +64 (0) 9 488 9131

Re: Form Field OnChange Problem with Cf

2001-04-23 Thread Don Vawter

Your onChange function operates clientside after coldfusion is done with the
page. You can't set a coldfusion variable because cf is not in the picture
at this point.

- Original Message -
From: Larry Juncker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 12:26 PM
Subject: Form Field OnChange Problem with Cf


 I have a form that the action for it goes to sendmail.exe

 I have an onChange function written that checks the value of
 document.formName.Full_Name.value

 If I set an to say (Full Name = + FullName);

 I get the alert telling me that the field has changed.

 What I would like to do is set a Cold Fusion variable on this change, but
I
 keep getting errors.

 I have tried:
  document.write(CFSET FullName =  + FullName + )
 however, when I try and run the template again, I get locked up.

 I need to know what this variable has been changed to so that I can send
it
 with my returnurl variable such as this:


http://www.mydomain.com/prtDsp.cfm?Machine_No=#Machine_No#FullName=#FullNam
 e#

 Everything is working except my FullName variable

 Can someone tell me if this is possible.

 Larry Juncker
 Senior Cold Fusion Developer
 Heartland Communications Group, Inc.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: session vs client

2001-04-23 Thread Benjamin S. Rogers

We've been switching all of our applications from Session to Client
variables even though most of our applications do not run in clustered
environments. We've just had too many problems with the way in which
ColdFusion handles data stored in shared resources such as memory.

Although religious use of the CFLOCK tag eliminates most of these issues, we
still experience the occasional Cannot Synchronize Object errors, or some
equivalently obscure and inexplicable message. Repeated posts to lists and
searches throughout the Web, Allaire Forums, and the Allaire Knowledge base
always proved fruitless.

Though client variables take more overhead (not memory but CPU, Network
Traffic, Database Resources, etc.) and complex datatypes cannot be stored in
a Client variable without first serializing the data into a WDDX structure,
these are relatively minor concerns when compared to the inevitable server
instability or just plain application unreliability brought about by Session
variables.

Of course, my opinion is a little biased. :) I've often been seen ranting on
this list about problems with Session variables and the way ColdFusion
threads handle access to data stored in shared resources. Unfortunately, it
doesn't look like ColdFusion 5 will address any of these issues. So unless
we hear different, we will continue to change all of our application from
Session variables to Client variables.

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


-Original Message-
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 12:57 PM
To: CF-Talk
Subject: re: session vs client


hi

They appears to be differing opinions to this? I have heard many people
recommend the use of client variables over session variables, regardless of
whether they are hosted in a clustered envoironment.

Are there specific times when session variables are better to use than
client variables, and visa versa?

I'm fairly new to coldfusion and this is a subject which confuses most new
comers

Regards

Mark

Mark Smyth
Developer
Systems Union eBusiness Solutions
01865 880800
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
www.systemsunion.com http://www.systemsunion.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



How do i set up a Java CFX tag.

2001-04-23 Thread Rick Lamb

I need to use a cfx tag written in java and am not sure how to set it up. Do
I need to install a Java Virtual Machine on the server? Any thing else
required? The error I get now is asking me to set up a JVM on the server.
How do I do this. Can someone help me get started?

Thanks,

Rick


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [OT] Stats pkg for Win2K IIS

2001-04-23 Thread Jim McAtee

We use Statistics Server as well.  If we were only analyzing our own site
traffic and had the $$$ we'd switch to Urchin (http://www.urchin.com).  It's
a bit expensive for a small web host with a few dozen sites.

A sample of their report interface:
http://www.hollywoodweb.com/report/english/

Jim


- Original Message -
From: WebMaster [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 11:17 AM
Subject: Re: [OT] Stats pkg for Win2K IIS



 We use Statistics Server by Mediahouse (http://www.mediahouse.com) which
 has real-time access, so there's no need to schedule anything. You can set
 different user-level access to certain reports and schedule reports to be
 emailed on a daily, weekly or monthly basis.

 Overall, we've been very happy with it. The Admin functionality can get a
 little tedious, but it isn't that bad.

 Mike



 At 11:04 PM 4/22/2001 -0600, you wrote:
 I'm looking for a low cost of free stats package to run on Win2K, that
will
 do automatic nightly reporting.
 
 I know that's a general question, but I'm looking for opinions as much as
a
 list of software that does that.
 
 Thanks,
 
 Peter Janett
 
 New Media One Web Services
 
 WEB HOSTING FOR WEB DEVELOPERS
 
 Sun, IRIX, Windows 2000, Linux;
 PHP, MySQL, Perl, Cold Fusion,
 MS SQL, ASP, SSI, SSL
 http://www.newmediaone.net
 [EMAIL PROTECTED]
 (303)828-9882
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Crystal Reports - which version

2001-04-23 Thread Richard Colman

Planning on installing Crystal Reports to work with CF 4.5x. What is the
consensus on the best version - 8.5 or earlier? TNX for any advice.

Richard Colman


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Bob Silverberg

I couldn't agree more.  Did you know that if you have client variables
turned on CF will generate two select statements for every single page hit?
And, if you don't turn off global client variable updates (which are turned
on by default), you also generate an INSERT/UPDATE statement for every page,
even if you aren't accessing any client variables on that page.  To me
that's a whole lot of unnecessary database calls, which will seriously
impede performance.

As Dave points out, most people are aware of how important query caching is,
but many of those same people use client variables, without a need for
storing information from session to session or supporting a clustered
environment, thereby creating a tremendous amount of database traffic.

Bob

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: April 23, 2001 1:32 PM
To: CF-Talk
Subject: RE: Session VS Client


 the problem with session vars is if CF server restarts itself
 (which can, sometimes, be a good thing) you lose the session.
 i use client vars exclusively over session vars now (and cookies
 too) and store them in a DB. not as fast as memory in *theory*,
 but in practice it's more reliable and there's no difference in
 the performance of my applications.

Maybe there's no difference in the performance of your applications, but
I've often seen the move from session to client variables (usually in
preparation for clustering) slow down applications significantly. If you
store enough data in the Session scope, it's not practical to just move that
data to the Client scope, as you'll end up with quite long strings.

Session variables are more robust, certainly (when stored in a database),
but they're definitely quite a bit slower. This makes sense - otherwise, why
would we bother caching queries and output to make applications faster,
rather than just returning to the database for every data view?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Session VS Client

2001-04-23 Thread Benjamin S. Rogers

  Session variables are more robust, certainly (when stored in a
database),
  but they're definitely quite a bit slower.

 I didn't know session vars were stored in a DB, I thought they were only
 stored in memory.

I think Dave slipped up here. :) Client variables are generally more robust
and can be stored in the database. Session variables are generally faster as
they are stored in RAM.

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


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Search Engines

2001-04-23 Thread John Lucas

www.jimtools.com

 -Original Message-
From:   Adkins, Randy [mailto:[EMAIL PROTECTED]]
Sent:   Monday, April 23, 2001 12:52 PM
To: CF-Talk
Subject:Search Engines

Out of curiosity, what program is most popular when
submitting website information to search engines?

I have come across a few, or does anyone know any such animal
which is free to use or a very minimal charge?

Thanks in advance!
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



  1   2   >