CFMAIL issues?

2000-04-06 Thread Dave Hannum

I saw some discussion about CFMAIL only being able to handle 40 email addresses at a 
crack.  I'm looking for more insight into this
issue.  I have an application where instructors can email messages to their entire 
class list.  Now, I do this by querying the
database and getting the emails from the list.  I send them one at a time, vs putting 
all in the "TO:" box.  Where is the limit in
CFMAIL?  Is it an issue of only looping through 40 addresses before dying?  Or is it a 
limit of 40 addresses in the "TO:" box.  The
reason I ask is that some of the lists have up to 300 names.  What can someone tell me 
about this?

Thanks,
Dave


=
"Technology" is stuff that was invented after
you were born.

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




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



OT: OLE Viewer utility

2000-04-06 Thread Dave Wilson

Hi everyone,

Could someone please tell me where I can find the Microsoft OLE viewer
utility as mentioned in the cf4.o language reference (bottom of page121)

Thanks in advance

Dave Wilson
Internet Technology Manager,
BizNet Solutions

Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]

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



Re: - CFStudio saves snippets where?

2000-04-06 Thread Dave Wilson

Cheers Fred


Dave Wilson
Internet Technology Manager,
BizNet Solutions

Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]
- Original Message -
From: Fred Sanders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 05, 2000 5:41 PM
Subject: Re: - CFStudio saves snippets where?


 Snippets are saved under
 progra~1\allaire\yourversionofstudio\userdata\snippets
 Fred Sanders
 Galveston, Texas

 The classically-music-minded among us may have noted a new TV ad for
 Microsoft's Internet Explorer e-mail program which uses the musical theme
of
 the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want
to
 go today?" is the cheery line on the screen --- while the chorus sings,
 "Confutatis maledictis, flammis acribus addictis..."   -- This translates
to
 "The damned and accursed are convicted to the flames of hell."
 Good to know that Microsoft has done its research.
 - Original Message -
 From: "Dave Wilson" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, April 05, 2000 11:38 AM
 Subject: OT: - CFStudio saves snippets where?


  Hi everyone,
 
  Can someone tell me where cfstudio stores the snippets which are stored
in
  the snippets library. Although I'm not about to move to a new machine,
I'd
  like to know how I can transfer my own library of snippets from one
 machine
  to another and am too lazy to start looking through my Hard drive for
 these.
 
  Thanks in advance
  Dave
 
 
  Dave Wilson
  Internet Technology Manager,
  BizNet Solutions
 
  Co-Founder CFUG Ireland
  http://www.cfug.ie
 
  224, Lisburn Road
  Belfast BT9 6GE
 
  Tel: 02890 225 776
  Fax: 02890 223 223
  web: http://www.biznet-solutions.com
 
  email: [EMAIL PROTECTED]
 

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

 --

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


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



Re: OLE Viewer utility

2000-04-06 Thread Brian Mitter

Here you go...
http://www.microsoft.com/com/resources/oleview.asp

- Original Message -
From: Dave Wilson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 1:06 PM
Subject: OT: OLE Viewer utility


 Hi everyone,

 Could someone please tell me where I can find the Microsoft OLE viewer
 utility as mentioned in the cf4.o language reference (bottom of page121)

 Thanks in advance

 Dave Wilson
 Internet Technology Manager,
 BizNet Solutions

 Co-Founder CFUG Ireland
 http://www.cfug.ie

 224, Lisburn Road
 Belfast BT9 6GE

 Tel: 02890 225 776
 Fax: 02890 223 223
 web: http://www.biznet-solutions.com

 email: [EMAIL PROTECTED]

 --

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


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



Re: submit a form using img?

2000-04-06 Thread Brian Peddle

You would have to do:

if isdefined('form.continue.x')

if you want to see what formfields are being passed to a page

you can do cfoutput#form.fieldnames#/cfoutput



-- Original Message --
From: Ins Ins [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Wed, 5 Apr 2000 12:56:42 +1000 (EST)

Hi,I want to submit a form by using img.But the name
fileds do not pass to the action page:

form action="actionpage.cfm" method="post"

input NAME="back" VALUE="back" type="image"
src="back.gif" alt="back"

input type="image" name="continue" src="continue.gif"
alt="continue" VALUE="continue"
/form

In the next actionpage.cfm, I check 
isDefined("back")
and isDefined("continue")
all get 'NO',not exsist.

How to make it work?

Ins

_
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

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



Re: submit a form using img?

2000-04-06 Thread Dave Hannum

I don't know if this is the answer, but you don't have a VALUE="back" on your back 
button.  Try putting that in.  You have it on
your continue button.

Dave


=
"Technology" is stuff that was invented after
you were born.

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



- Original Message -
From: Ins Ins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 04, 2000 9:56 PM
Subject: submit a form using img?


Hi,I want to submit a form by using img.But the name
fileds do not pass to the action page:

form action="actionpage.cfm" method="post"

input NAME="back" VALUE="back" type="image"
src="back.gif" alt="back"

input type="image" name="continue" src="continue.gif"
alt="continue" VALUE="continue"
/form

In the next actionpage.cfm, I check
isDefined("back")
and isDefined("continue")
all get 'NO',not exsist.

How to make it work?

Ins

_
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

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



Re: submit a form using img?

2000-04-06 Thread Daive

You cannot assign a name to a submit-img button. But something you can do,
it's verify if isdefined("X") and isdefined("Y") .. x and y return the
position on the img that the user clicked. Or just put something like

a href="javascript:history.back()"img src="back.gif"/a

for you back button..

Daive


- Original Message -
From: Ins Ins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 04, 2000 9:56 PM
Subject: submit a form using img?


 Hi,I want to submit a form by using img.But the name
 fileds do not pass to the action page:

 form action="actionpage.cfm" method="post"

 input NAME="back" VALUE="back" type="image"
 src="back.gif" alt="back"

 input type="image" name="continue" src="continue.gif"
 alt="continue" VALUE="continue"
 /form

 In the next actionpage.cfm, I check
 isDefined("back")
 and isDefined("continue")
 all get 'NO',not exsist.

 How to make it work?

 Ins



_
 http://www.yahoo.com.au/wedsite - The Wed Site
 - Planning a wedding? Get all the help you need.
 --

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


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



Re: Security holes revisited -- reward offered

2000-04-06 Thread Calvin Ward

Just for clarification

This person would break into a local ISP, post the general information about
the hole, smtp port open, etc, etc, go to the next local ISP and do the same
thing, all on the same place.

He wouldn't remove the information unless it was fixed AND he was
informed/happened across it or he was paid to fix it.

This was a publicly viewable web site, and in fact the competing ISPs could
even see the pointers at each other's holes.



Please direct all responses to the newsgroup so that all may benefit from my
lack of wisdom!
- Original Message -
From: "Tim Lieberman" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 05, 2000 6:39 AM
Subject: RE: Security holes revisited -- reward offered


 It's only extortion if there's a threat implied.

 Think of it this way:
 1) If there is an exploitable hole, your box is insecure.
 2) Assuming I don't cause any damage[*], all I'm doing is
 alerting you to a security problem.

 It's not really ethical to do this, but it's not extortion either.  It's
 more like a locksmith walking into your locked office at night, and
leaving
 a note that says: "Your locks suck - I was able to pick them in under 30
 seconds.  Call me at number and we'll talk about getting you some real
 security".

 Yes he was trespassing, but it's not extortion.  Some might call it
 "breaking and entering", but assuming the lock still functions (in what is
 now recognized as a limited capacity), I wouldn't agree with the
"breaking"
 part.

 Extortion would be, for example, if I hacked your box, deleted some
 unimportant data, and said that if I didn't get paid, I'd come back and
 delete some important stuff.

 [*] Some companies try to claim that someone breaking their security
causes
 damage in the form of losses to upgrade/update/fix their security.  This
is
 a fallacy, the hole was there before the 'hacker' exploited/called
 attention to it.


 At 06:15 PM 00/04/05 -0400, you wrote:
 Gee sounds like a classic mafia protection racket. Pay us or your
business
 will suddenly have some broken windows. Most places call this extortion.
 
  - Steve
 
 
 -Original Message-
 From: Jennifer [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 05, 2000 12:57 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Security holes revisited -- reward offered
 
 
 At 08:29 AM 4/5/00 -0500, you wrote:
 So what do you guys think about part time hackers that attempt a
breakin,
 post general results on a website, and then ask for payment to fix your
 problems?
 

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

 Tim Lieberman Take a break and have a listen,
 Electric Mind Control Do It NOW:
 Workshop  Funk Bakery http://www.mp3.com/emcw
 --

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


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



RE: submit a form using img?

2000-04-06 Thread david

Try this on your actionpage.cfm

cfif IsDefined('back.x')
 Go Back
cfelseif IsDefined('continue.x')
 Continue
/cfif

-Original Message-
From: Ins Ins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 7:57 PM
To: [EMAIL PROTECTED]
Subject: submit a form using img?


Hi,I want to submit a form by using img.But the name
fileds do not pass to the action page:

form action="actionpage.cfm" method="post"

input NAME="back" VALUE="back" type="image"
src="back.gif" alt="back"

input type="image" name="continue" src="continue.gif"
alt="continue" VALUE="continue"
/form

In the next actionpage.cfm, I check
isDefined("back")
and isDefined("continue")
all get 'NO',not exsist.

How to make it work?

Ins


_
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.

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

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



Re: OLE Viewer utility

2000-04-06 Thread Dave Wilson

Thanks Brian,

I have just spent about 40 minutes trying to find this on the Microsoft
site.


Dave Wilson
Internet Technology Manager,
BizNet Solutions

Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]
- Original Message -
From: Brian Mitter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 1:33 PM
Subject: Re: OLE Viewer utility


 Here you go...
 http://www.microsoft.com/com/resources/oleview.asp

 - Original Message -
 From: Dave Wilson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 06, 2000 1:06 PM
 Subject: OT: OLE Viewer utility


  Hi everyone,
 
  Could someone please tell me where I can find the Microsoft OLE viewer
  utility as mentioned in the cf4.o language reference (bottom of page121)
 
  Thanks in advance
 
  Dave Wilson
  Internet Technology Manager,
  BizNet Solutions
 
  Co-Founder CFUG Ireland
  http://www.cfug.ie
 
  224, Lisburn Road
  Belfast BT9 6GE
 
  Tel: 02890 225 776
  Fax: 02890 223 223
  web: http://www.biznet-solutions.com
 
  email: [EMAIL PROTECTED]
 

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

 --

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


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



Re: OLE Viewer utility

2000-04-06 Thread Brian Mitter

yep, know what you mean, I've given up on the Microsoft site's search
engine, I use Altavista which seems to do a better job at indexing their
site! :)

- Original Message -
From: Dave Wilson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 2:25 PM
Subject: Re: OLE Viewer utility


 Thanks Brian,

 I have just spent about 40 minutes trying to find this on the Microsoft
 site.


 Dave Wilson
 Internet Technology Manager,
 BizNet Solutions

 Co-Founder CFUG Ireland
 http://www.cfug.ie

 224, Lisburn Road
 Belfast BT9 6GE

 Tel: 02890 225 776
 Fax: 02890 223 223
 web: http://www.biznet-solutions.com

 email: [EMAIL PROTECTED]
 - Original Message -
 From: Brian Mitter [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 06, 2000 1:33 PM
 Subject: Re: OLE Viewer utility


  Here you go...
  http://www.microsoft.com/com/resources/oleview.asp
 
  - Original Message -
  From: Dave Wilson [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, April 06, 2000 1:06 PM
  Subject: OT: OLE Viewer utility
 
 
   Hi everyone,
  
   Could someone please tell me where I can find the Microsoft OLE viewer
   utility as mentioned in the cf4.o language reference (bottom of
page121)
  
   Thanks in advance
  
   Dave Wilson
   Internet Technology Manager,
   BizNet Solutions
  
   Co-Founder CFUG Ireland
   http://www.cfug.ie
  
   224, Lisburn Road
   Belfast BT9 6GE
  
   Tel: 02890 225 776
   Fax: 02890 223 223
   web: http://www.biznet-solutions.com
  
   email: [EMAIL PROTECTED]
  
 

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

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

 --

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

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



Table row formating???

2000-04-06 Thread joeug


Hello all,
  how are you all getting to display 3 records from the
database at a time? Lets say the sql query returns 30 records,
how can i display 3 in a row and have 10 rows?

Appretiate it

Thanks
Joe


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



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

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



RE: Table row formating???

2000-04-06 Thread jstiefel

cfloop from="1" to="#myQuery.RecordCount#" index="i" step="3"
tr
tdmyQuery.Column[i-2]/td
tdmyQuery.Column[i-1]/td
tdmyQuery.Column[i]/td
/tr
/cfloop

Sort of corny, but it'll work. ;-)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:40 AM
To: [EMAIL PROTECTED]
Subject: Table row formating???



Hello all,
  how are you all getting to display 3 records from the
database at a time? Lets say the sql query returns 30 records,
how can i display 3 in a row and have 10 rows?

Appretiate it

Thanks
Joe



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



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


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



RE: Security holes revisited

2000-04-06 Thread Dave Watts

 It could be possible.  Consider a protocol that utilized public-key
 encryption.  Every packet would have to be signed with the
 sender's private key.  Of course, anonymity goes completely
 out the window, but faking return-addresses would be impossible.
 Faking return addresses seems to be fairly essential to TCP/IP
 flavored DOS attacks.

That's not the case. The recent distributed denial of service attacks didn't
require any spoofing at all. Malformed requests can be used to perform
denial of service attacks. IP spoofing is necessary for more complex
operations, such as man-in-the-middle attacks, but denial of service attacks
don't require anything other than the attacker have more bandwidth than the
target.

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

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



Processing multiple selections from a select list box

2000-04-06 Thread Ricq Pattay

How do I process multiple selections from a list box?

My list box is populated with values from a query (see code), and I want the
user to be able to select one or more values. I then want to insert the
values selected into an Oracle table, along with the user's ID, which is
determined elsewhere.

Sorry if this is a newbie question, but I can't find ANY info on this topic.
Thanks.


cfquery datasource="cdev" name="get_del_locn" debug="yes"
select dlo_id, dlo_locn
from del_locn
order by dlo_locn
/cfquery
...
select name="dlo_id" size ="5" multiple width="150"
cfoutput query="get_del_locn"
option value="#dlo_id#"#dlo_locn#
/cfoutput
/select



Ricq Pattay [EMAIL PROTECTED]



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



RE: Processing multiple selections from a select list box

2000-04-06 Thread Holger Lockertsen

On the actionpage:

cfloop list="#FORM.dlo_id#" index="id"
cfquery name="ins" datasource="YourSource"
INSERT INTO YourTable (YourField)
VALUES (#id#)
/cfquery
/cfloop

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-Original Message-
From: Ricq Pattay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 3:58 PM
To: [EMAIL PROTECTED]
Subject: Processing multiple selections from a select list box


How do I process multiple selections from a list box?

My list box is populated with values from a query (see code), and I want the
user to be able to select one or more values. I then want to insert the
values selected into an Oracle table, along with the user's ID, which is
determined elsewhere.

Sorry if this is a newbie question, but I can't find ANY info on this topic.
Thanks.


cfquery datasource="cdev" name="get_del_locn" debug="yes"
select dlo_id, dlo_locn
from del_locn
order by dlo_locn
/cfquery
...
select name="dlo_id" size ="5" multiple width="150"
cfoutput query="get_del_locn"
option value="#dlo_id#"#dlo_locn#
/cfoutput
/select



Ricq Pattay [EMAIL PROTECTED]




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


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



[MSAccess] Getting column names in a table

2000-04-06 Thread Justin MacCarthy

Can some remind me how to get the column names from an Access Table, I never
use access so I've forgotten :-) something alone the lines of

"Select * from Systable" of something ???


~Justin who hates MsAccess but has to use it today


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



RE: Table row formating???

2000-04-06 Thread david

Re-post from stas [[EMAIL PROTECTED]] on 4/5/2000
Give thanks to stats...


something like this:

table
tr
cfoutput query = "myquery"
td#myquery.myvar#/td
cfif myquery.currentrow mod 3
/trtr
/cfif
/cfquery
/tr
/table






-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 6:40 AM
To: [EMAIL PROTECTED]
Subject: Table row formating???



Hello all,
  how are you all getting to display 3 records from the
database at a time? Lets say the sql query returns 30 records,
how can i display 3 in a row and have 10 rows?

Appretiate it

Thanks
Joe



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



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


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

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



RE: CFGRID Problems abound

2000-04-06 Thread Greg Saunders

At 11:11 PM 4/4/00 -0400, Dave Watts wrote:

 This is common of both CFTree and CFGrid. Both applets are
 HIGHLY unstable.

I haven't had any stability problems, and have been using them for years!
(Of course, I may simply be lucky.) I'd be curious to hear if anyone else
has had stability - i.e. crashing - problems with CFTREE and CFGRID, and how
those problems manifested themselves.

Not quite a stability problem, but I've never been able to get CFTREE
working on Macs.  See my post below for a description of the problem.  Any
insights appreciated.

Gregory M. Saunders, Ph.D.
Senior Design Architect
Cognitive Arts Corporation (http://www.cognitivearts.com)
120 S. Riverside Plaza, Suite 1520
Chicago, IL 60606



Date: Fri, 07 Jan 2000 12:48:02 -0600
To: [EMAIL PROTECTED]
From: Greg Saunders [EMAIL PROTECTED]
Subject: cftree not working on macs

I'm using CFTREE, which looks great from a browser on a PC, but when I try
to view the same page in IE 4.5 on a Mac, it breaks.  I see messages
"Applet loading" and "Applet started", but after that, the applet area
remains blank.  

Java is enabled in the browser, and this happens regardless of the value of
"enableCab".  If I try to close the browser window containing the applet,
IE hangs.

Has anyone else seen this, or altenatively, has anyone successfully used
cftree on a Mac?

Thanks,

Gregory M. Saunders, Ph.D.
Senior Design Architect
Cognitive Arts Corporation (http://www.cognitivearts.com)
120 S. Riverside Plaza, Suite 1520
Chicago, IL 60606
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Image Size

2000-04-06 Thread Vinicius Caldeira Carvalho

I guess I've already seen this question but...
Is the a CF/CFX tag that tells me the size of an image sent by the user?
This value must be returned to me in a way that I could check if the
Width/height does not override my maximum setting.
Thanks
vinicius


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



Date Display Weirdness (CF bug?)

2000-04-06 Thread Eric Hoffman

I have an Access database with a Date/Time Field.  I have the following code on the 
page...it runs through the schedule of games properly detailing the day of the week 
and it goes haywire.  (thurs games display as Monday,  Sunday as Tues)  October is the 
only one that displays properly.

td colspan="2"font color="black"#dayofweekasstring(dayofweek(day(gamedate)))# 
#dateformat(gamedate, " d, yy")#/td

To demonstrate what displays:
http://www.purplepride.org/schedules/2000schedule_copy(1).cfm 

Did I miss something, or can anyone detail what happened here?


Thanks

Eric




To review our disclaimer please visit Http://www.meagher.com/disclaimer
This email and any attachments have been scanned for known viruses through a service 
provided by Mailzone.net.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Apache VS IIS

2000-04-06 Thread James Hancock

I don't have any statistics but I've experimented with both and Apache seems
to be the clear winner on NT.

J.


 -Original Message-
 From: Tariq Ahmed [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 05, 2000 6:22 PM
 To: [EMAIL PROTECTED]
 Subject: Apache VS IIS
 
 
 
 
   Has anyone done any testing as to whether CF runs
 faster/more efficient as an Apache module or an IIS plugin 
 (both being NT 
 solutions)?
 
   Thanks.
 
 
   Tariq Ahmed - [EMAIL PROTECTED] - ICQ 6308515
  TIBCO Finance Technology - Web Group - Senior Web Engineer
  Work: 650-461-3472   Pager: 800-759-x1702632   Fax: 
 650-461-3003
  3375 Hillview Avenue. Palo Alto, CA. 94304.
 
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Rather annoying CFObject problem

2000-04-06 Thread Dave Wilson

Hi everyone,

I'm having some problems getting cfobject to connect to some COM objects
with which I am working. In fact the only COM object I am able to connect to
and create at the moment is the Allaire.DocEx1.1 class.

What I really want to connect to is a custom COM class called AS_IH010 but
keep getting "Class not registered" error message. But, after checking with
OLE viewer I have verified that the class is indeed registered. Also, if it
weren't registered then the Other software which uses this class wouldn't be
working either.

Please help as we're stumped here at the moment.

TIA
Dave

Dave Wilson
Internet Technology Manager,
BizNet Solutions

Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]

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



Problems with AOL browsers

2000-04-06 Thread Eddie Shipman

I have two pages that have these links to the SAME cfm page:

soft_chart.html:
p
  a href="/soft_form.cfm?trial=chart"
img src="/images/button_continue.gif" border="0" width="69" height="19"
  /a
/p

tops_chart.html:
a href="/soft_form.cfm?trial=chart"
  img src="/images/button_get_free_trial.gif" width="107" height="25"
border="0"
/a

The soft_chart.html link works in AOL 4.0 browser but the tops_chart.html link
does not.

Any ideas as to why it wouldn't?





This message has been scanned for viruses using Sophos.
The opinions stated in this message do not necessarily
represent the opinions of e-MDs, its management or staff.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Security holes revisited

2000-04-06 Thread Dave Watts

 I disagree.  Your open ports are your "interface" to the
 world. Is it wrong for me to test one port?  That's essentially
 what I'd do if I tried typing http://yoursite.com/ in by browser.
 Two, what if I fingered your box when I found we were[n't]
 running a webserver.  If one or two ports are legit, why not
 three, four, ... or 65k?

The difference is one of degree, not of kind, and one of perceived intent.
If you connect to one port, using an HTTP client, you're trying to retrieve
HTML documents from a web server. If you do a port scan, what's your intent?
You're obviously not interested in using a specific service, are you?

The problem is determining intent and malice, but in the "real world" we
solve that problem all the time. We determine intent based on the observed
behavior of the potential bad actor. Why should it be any different for
things we do with computers? If I see someone walking through the
neighborhood rattling all the doorknobs, shouldn't I assume the worst?

 Slippery slope, yes.  But you could make the argument that
 it's unethical to try to connect to a machine on port 80 if
 it hasn't been "advertized" as a web server.

It certainly may be unethical. Again, it goes back to intent. If I use ONE
SINGLE PORT with the intent of penetrating the system, that's unethical -
unless it's my own system. However, no one will be able to tell that I've
got bad intentions if I connect to just one port.

 I guess the best real-world analogy is walking through an office and
 turning door knobs to see which are or aren't locked. Of course,
 real-world analogies are pretty flawed, but this one isn't too bad. To
 qualify for "looking in the clothes hamper" status, I think you'd have
 to actually comprimise the system to some degree.  You can't look in a
 hamper just by trying the doorknob, and seeing what happens.

Again, if I see someone walking through the office, trying all the
doorknobs, I'm going to assume bad intent, all other things being equal.

And, why do you say that real-world analogies are flawed? I happen to live
in the real world, and the ideas that we live by all come from the real
world. We've got nothing but real-world analogies to go by, in determining
right and wrong in the computer world. Why should property rights disappear
when it comes to computers?

It's very important that we use real-world analogies; it's also important
that we find the closest analogy. That's how we determine whether an act is
right or wrong. People in our profession need to spend a little more time
doing this, or the legislators will do it themselves, and their analogies
might not be any good.

 Oh, and about the locksmith scenerio, let's rephrase it so he
 doesn't enter and leave a note. He picks the lock, opens the
 door (maybe not even), closes it, locks it, leaves, and calls
 later to leave voicemail.

Well, then, I guess that's OK. However, if he was doing this at night, and I
assumed the worst, and when he pushed the door open I let him have both
barrels, that would be OK too. Or, let's suppose I was out, and I came back
and saw him busy at work picking the lock. Should I wait for him to finish,
and write his note?

Picking a lock to show its weaknesses, or compromising a site to show its
weaknesses, is wrong, unless it's your lock or your site. It's as simple as
that. Now, you'd certainly want to differentiate between compromising and
scanning; if the locksmith looked at the lock, and said, "Oh, that's one of
those cheap Taiwanese locks - I could pick that in 30 seconds" that would be
a scan. If he takes his credit card and slips it into the door jamb to open
the door, he's compromised your security. Even if his intent was good, how
would I know at the time he did it? We generally judge perceived intent at
the time of the act - if the police saw him, and he said, "I'm sorry,
officer, but I just wanted to demonstrate the weakness of this lock" I don't
think they'd buy it.

 In my original post, I neglected the "post publicly" clause.
 I agree that it's wrong to do that. Locksmith putting up a
 sign in the yard is a good analogy. The proper thing to do
 (regarless of whether the initial survey is proper or not)
 would be to contact a sysadmin discreetly.

 I once discovered a CF site (see, on topic! almost) that was
 vulnerable to the ::$DATA IIS problem. I took his index.cfm
 and emailed it to him, with some explanation and a couple of
 links. I received a nice thank you note, which I thought was
 appropriate. Your attitude makes me feel like I should have
 kept my mouth shut for fear of p[ros|ers]ecution.

No, I don't think there's anything wrong with what you did, based on my
appreciation of your intent. The person who you informed also judged your
intent to be good, and he thanked you. If you'd used that as a marketing
lead, both he and I would likely question your intent. If you followed this
scan (which is, at most, all you really did) by taking his source code,
figuring out some other 

Using CFX_Excel

2000-04-06 Thread Dave Hannum

Anybody got a clue on this???  8-)


+  Original Message Sent 7:47am ET +

Good Morning,

Are there any known issues surrounding the use of the CFX_Excel tags?  I'm using it 
for several applications now, and I was
wondering if there are any issues to be aware of - like, how many concurrent calls to 
Excel can it handle?  The reason I've asked is
that two days in a row, Excel on our server caused a "kernel32.dll" error and locked 
the server.  Now, assuming that nothing is
hosed up in Windows NT (we all know that never happens) and the Excel install is A-OK 
(which it seems to have been to the point the
problems started) - what are the possibilities?  I'm wondering if too much traffic on 
the tag/application combo might be the
culprit?  Also, can you do a CFLOCK to avoid this problem?  Any thoughts?

Thanks,
Dave


=
"Technology" is stuff that was invented after
you were born.

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





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



Stock Ticker/Quote getter?

2000-04-06 Thread William James

Does anybody know of a good (free) tag or way to get stock quotes (delayed
is more than good enough). I've been trying to get the
getdelayednasdaqquote.cfm to work (downloaded from Tag Gallery) but it somes
to crap out whenever you enter a stock symbol that's only 3 characters
instead of 4 (I've tried a space before and after to no avail). Any ideas on
somethign that works, or a trick to get this one to work?

Thanks!

-Will


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



RE: Rather annoying CFObject problem

2000-04-06 Thread Bill Plummer

Dave,

Are you sure you have the name of the class correct.  Use the GUID instead
of the class name and that will assure you can connect if its a class name
problem.  After using the GUID, and getting the connection, I can usually
figure out the class name when looking at the key in the registry.

Hope this helps...

Bill

-Original Message-
From: Dave Wilson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:50 AM
To: [EMAIL PROTECTED]
Subject: Rather annoying CFObject problem


Hi everyone,

I'm having some problems getting cfobject to connect to some COM objects
with which I am working. In fact the only COM object I am able to connect to
and create at the moment is the Allaire.DocEx1.1 class.

What I really want to connect to is a custom COM class called AS_IH010 but
keep getting "Class not registered" error message. But, after checking with
OLE viewer I have verified that the class is indeed registered. Also, if it
weren't registered then the Other software which uses this class wouldn't be
working either.

Please help as we're stumped here at the moment.

TIA
Dave

Dave Wilson
Internet Technology Manager,
BizNet Solutions

Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]


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

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



RE: Captupturing Form Elements

2000-04-06 Thread Sean German

Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

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



RE: Security holes revisited

2000-04-06 Thread Dave Watts

 Would it make a difference if I scanned ports 1-1024 with a
 port scanner vs. first using a browser to see if you had a
 HTTP daemon running on any port, then a FTP client on every
 port to see about a FTP daemon, etc, etc.? I'm not trying to
 be a smart@$$ or anything, I just like philosophical
 discussion, especially when I can get a techie angle in there
 too :)

I'd argue that it depends on intent. Since I can't determine what's inside
your head, I'd judge your intent based on my observation of your behavior.
I'm more likely to see a port scan, and I'm more likely to suspect malice,
than if you used an HTTP client to connect to an HTTP service, etc.

Deep down in your black little heart, though, you could certainly be one of
the most malicious, yet supremely patient, criminal minds, and I just
wouldn't know it. That's a problem we can't solve. We have to judge intent
by observed behavior.

 To take this further, let's say I was going to have an ISP host my
 corporate site. Would it be unethical or illegal to perform a
 non-intrusive scan of the server(s) in question to get an idea
 of whether they had their equipment somewhat secure. Granted,
 I wouldn't be able to do stack smashes, password interrogations,
 etc. but, on the other hand it's in my interest to know something
 more than, "we have redundant OC3 lines and 24 hour tech support."
 For a more thorough test I would, of course, make a formal
 request. Your thoughts?

We've already discussed ethics. It may be legal or illegal, depending on
your arrangement with your host. If that arrangement doesn't cover port
scans, be prepared to explain yourself (and if you can, do it in advance).

 As you say, "do some complete, non-subtle port scans on
 federal or state government networks ...". I actually have
 done this and the response is usually pretty quick. In my
 defense, I had proxy authority to do so, so once I explained
 myself everything was fine. Unfortunately, my experience has
 been that the response typically comes from the networking
 group, not server admins, and only after you start analyzing
 the interfaces on their routers :) There aren't many server
 admins, especially in the NT "world", who have a clue about
 how to log queries into specific ports or accounts. This is not
 so true in the *NIX world where I think most admins have a better
 understanding of their systems and tools are more readily
 available. Only recently have intrusion detection tools similar
 to Tripwire and the like been made as readily available for
 Win32 systems.

The network admins are in the best position to do this; they're the ones
with the tools to notice scans across multiple addresses, and they can
monitor all the network traffic through one or two points through which it
will all cross.

As for NT server admins, guilty as charged. Many NT sysadmins don't know
very much, but that's the appeal of NT - you don't have to know very much,
and I think that's a good thing, generally.

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

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



CFX_ONCR_Cybercash error questions ...

2000-04-06 Thread jmentzer

Hi all

I've been asked to determine why a site using the CFX_ONCR_Cybercash tag
occaisionally has an error.

The symptom: the card is charged, but the software (the product) is not
delivered. Instead, the customer gets an error.

I have hardcopies of the errors. All they say is 'error occured in
CFX_ONCR_Cybercash. Unexpected error while processing an element with a
general identifier of (CFX_ONCR_Cybercash3). The client says this occurs
once in maybe 20 transactions.

A fellow developer theorized that it was a network problem ... that the
connection between the site and Cybercash's server was unexpectedly lost. He
suggested I have a screen come up asking people to re-submit. Wheras the
card was charged, I'm looking for other ideas.

Thanks in advance,

* John *

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



RE: Stock Ticker/Quote getter?

2000-04-06 Thread Steve Reich

Try StockGrabber.. it's free and works great!

http://www.amkor.com/proving_grounds/cf_stockgrabber/index.cfm


Steve

-Original Message-
From: William James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 11:14 AM
To: CF-Talk
Subject: Stock Ticker/Quote getter?


Does anybody know of a good (free) tag or way to get stock quotes (delayed
is more than good enough). I've been trying to get the
getdelayednasdaqquote.cfm to work (downloaded from Tag Gallery) but it somes
to crap out whenever you enter a stock symbol that's only 3 characters
instead of 4 (I've tried a space before and after to no avail). Any ideas on
somethign that works, or a trick to get this one to work?

Thanks!

-Will



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

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



RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin

You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-Original Message-
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

/cfloop 

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



RE: Captupturing Form Elements

2000-04-06 Thread Brian Peddle

YOu are saying WDDX will parse out all the fieldsnames and there values?

-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 6 Apr 2000 09:17:58 -0600 

You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-Original Message-
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

/cfloop 

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

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



looking for a message board tag

2000-04-06 Thread John N Westerlund

Has anyone made a message board tag or set of tags for CF? I thought I saw
one but dont remember where.
Thanks

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



Re: Security holes revisited

2000-04-06 Thread John N Westerlund

Kind of makes you wonder, if its legal to shoot someone trespassing on your
property, then what is the electronic equivalent? g


-Original Message-
From: Dave Watts [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Thursday, April 06, 2000 11:04 AM
Subject: RE: Security holes revisited


 I disagree.  Your open ports are your "interface" to the
 world. Is it wrong for me to test one port?  That's essentially
 what I'd do if I tried typing http://yoursite.com/ in by browser.
 Two, what if I fingered your box when I found we were[n't]
 running a webserver.  If one or two ports are legit, why not
 three, four, ... or 65k?

The difference is one of degree, not of kind, and one of perceived intent.
If you connect to one port, using an HTTP client, you're trying to retrieve
HTML documents from a web server. If you do a port scan, what's your intent?
You're obviously not interested in using a specific service, are you?

The problem is determining intent and malice, but in the "real world" we
solve that problem all the time. We determine intent based on the observed
behavior of the potential bad actor. Why should it be any different for
things we do with computers? If I see someone walking through the
neighborhood rattling all the doorknobs, shouldn't I assume the worst?

 Slippery slope, yes.  But you could make the argument that
 it's unethical to try to connect to a machine on port 80 if
 it hasn't been "advertized" as a web server.

It certainly may be unethical. Again, it goes back to intent. If I use ONE
SINGLE PORT with the intent of penetrating the system, that's unethical -
unless it's my own system. However, no one will be able to tell that I've
got bad intentions if I connect to just one port.

 I guess the best real-world analogy is walking through an office and
 turning door knobs to see which are or aren't locked. Of course,
 real-world analogies are pretty flawed, but this one isn't too bad. To
 qualify for "looking in the clothes hamper" status, I think you'd have
 to actually comprimise the system to some degree.  You can't look in a
 hamper just by trying the doorknob, and seeing what happens.

Again, if I see someone walking through the office, trying all the
doorknobs, I'm going to assume bad intent, all other things being equal.

And, why do you say that real-world analogies are flawed? I happen to live
in the real world, and the ideas that we live by all come from the real
world. We've got nothing but real-world analogies to go by, in determining
right and wrong in the computer world. Why should property rights disappear
when it comes to computers?

It's very important that we use real-world analogies; it's also important
that we find the closest analogy. That's how we determine whether an act is
right or wrong. People in our profession need to spend a little more time
doing this, or the legislators will do it themselves, and their analogies
might not be any good.

 Oh, and about the locksmith scenerio, let's rephrase it so he
 doesn't enter and leave a note. He picks the lock, opens the
 door (maybe not even), closes it, locks it, leaves, and calls
 later to leave voicemail.

Well, then, I guess that's OK. However, if he was doing this at night, and I
assumed the worst, and when he pushed the door open I let him have both
barrels, that would be OK too. Or, let's suppose I was out, and I came back
and saw him busy at work picking the lock. Should I wait for him to finish,
and write his note?

Picking a lock to show its weaknesses, or compromising a site to show its
weaknesses, is wrong, unless it's your lock or your site. It's as simple as
that. Now, you'd certainly want to differentiate between compromising and
scanning; if the locksmith looked at the lock, and said, "Oh, that's one of
those cheap Taiwanese locks - I could pick that in 30 seconds" that would be
a scan. If he takes his credit card and slips it into the door jamb to open
the door, he's compromised your security. Even if his intent was good, how
would I know at the time he did it? We generally judge perceived intent at
the time of the act - if the police saw him, and he said, "I'm sorry,
officer, but I just wanted to demonstrate the weakness of this lock" I don't
think they'd buy it.

 In my original post, I neglected the "post publicly" clause.
 I agree that it's wrong to do that. Locksmith putting up a
 sign in the yard is a good analogy. The proper thing to do
 (regarless of whether the initial survey is proper or not)
 would be to contact a sysadmin discreetly.

 I once discovered a CF site (see, on topic! almost) that was
 vulnerable to the ::$DATA IIS problem. I took his index.cfm
 and emailed it to him, with some explanation and a couple of
 links. I received a nice thank you note, which I thought was
 appropriate. Your attitude makes me feel like I should have
 kept my mouth shut for fear of p[ros|ers]ecution.

No, I don't think there's anything wrong with 

LDAP and MS Exchange

2000-04-06 Thread cf - borders

Does anyone have any scripts to share using cfldap to query and update
Microsoft exchange servers.

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



RE: Using CFX_Excel

2000-04-06 Thread Dave Watts

 Are there any known issues surrounding the use of the
 CFX_Excel tags?  I'm using it for several applications now,
 and I was wondering if there are any issues to be aware of
 - like, how many concurrent calls to Excel can it handle?
 The reason I've asked is that two days in a row, Excel on
 our server caused a "kernel32.dll" error and locked the
 server.  Now, assuming that nothing is hosed up in Windows
 NT (we all know that never happens) and the Excel install
 is A-OK (which it seems to have been to the point the
 problems started) - what are the possibilities?  I'm
 wondering if too much traffic on the tag/application combo
 might be the culprit?  Also, can you do a CFLOCK to avoid
 this problem? Any thoughts?

I haven't used CFX_EXCEL, but I do know that OLE automation, which I'm
guessing that CFX_EXCEL uses, isn't really very scalable generally, and that
many CFX tags aren't thread-safe, which means you'll need to use CFLOCK when
you call them.

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

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



Solaris vs. NT

2000-04-06 Thread Ellert, Charles

Does anyone have a performance comparison of Cold Fusion running on Solaris
versus Winnt?

Thanks,
Charles

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



RE: looking for a message board tag

2000-04-06 Thread Paul's Mail

Hi,
   Yes - I use CF_MessageBoard - its good.
http://www.coldfusionwebsites.com


Paul Burgess

 -Original Message-
 From: John N Westerlund [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 06, 2000 4:33 PM
 To: [EMAIL PROTECTED]
 Subject: looking for a message board tag


 Has anyone made a message board tag or set of tags for CF? I thought I saw
 one but dont remember where.
 Thanks

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


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



RE: Is HomeSite Soon To Be History?

2000-04-06 Thread Steve Bernard

If I was wrong I apologize. I really, really hate SPAM and I've seen way too
many attempts to veil it with a thinly disguised, "Hey guys check this out",
followed by 2 pages of propaganda. No harm done.

Steve

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 12:47 AM
To: [EMAIL PROTECTED]
Subject: RE: Is HomeSite Soon To Be History?

Steve,

Why would you say that? Clinton's posted here before, and his usual
posts don't seem to be SPAM. I think it was a useful post. Not like
he just stopped by to post that tidbit and then be gone. :)

Thanks Clinton.

Bud Schneehagen - Tropical Web Creations

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

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



Re: CF Quiz

2000-04-06 Thread Billy Cravens

Also, http://www.teamallaire.com/hal

---
Billy Cravens
[EMAIL PROTECTED]



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



RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin

Well, if I understand it correctly... CF 4.5 stores the FORM elements as a
structure.  Since you are able to convert structures and other complex data
into WDDX packets as they do in Spectra, you should be able to do this.
Now, I think it was not until 4.5 that Allaire coverted the FORM,URL and
etc. to structures.  So, I think you might be out of luck with it in CF 4.0.
There is a petty good article in CF Developer's Journal Volume 2: Issue 2
about this topic.  The article title is "Improving Web Page Usability with
Wizards" by Daniel Jean. It might help you out.

Best regards,
Chris

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Captupturing Form Elements


YOu are saying WDDX will parse out all the fieldsnames and there values?

-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 6 Apr 2000 09:17:58 -0600 

You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-Original Message-
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

/cfloop 

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

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


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



RE: Captupturing Form Elements

2000-04-06 Thread Dan G. Switzer, II

Brain,

WDDX won't do it natively, but I have a library that will:
http://www.oacfug.org/users/dswitzer/forms/

-Dan
++---+
|   name | Dan G. Switzer, II|
|company | PengoWorks.com|
|www | http://www.pengoworks.com |
| mailto | [EMAIL PROTECTED]   |
++---+


-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 11:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Captupturing Form Elements

YOu are saying WDDX will parse out all the fieldsnames and there values?

-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 6 Apr 2000 09:17:58 -0600

You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-Original Message-
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

/cfloop

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

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


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

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



RE: Captupturing Form Elements

2000-04-06 Thread Chris Evans

cfloop index="columns"  list="#query.columnlist#"

/cfloop


Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com



-Original Message-
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 11:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

cfloop index="fields"  list="#form.fieldnames#" delimiters=","

Put whatever processing on the fieldnames you need here

/cfloop

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


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



Re: Captupturing Form Elements

2000-04-06 Thread Stephen M. Aylor

WDDX wont parse and evaluate the form field elements, but it seems it would
make a for an easy way to pass the elements on to the next template, as the
poster's message indicated that the next cfm/page wouldnt be processing
them.  Also it seems it would depend on what ver of CFAS the poster is using
to determine the best solution, AND what needs to be done with the form
elements and there values - ultimately. but if... CFAS 4.5, and the next
template just needs to pass on the form elements to a following template -
wddx seems it might be a good tool.

!--- Use of CFAS' 4.5 new "Form" structure ---
cfwddx action="cfml2wddx" input="#Form#" output="yourvarnamehere"

then make a hidden form field name in the next template where the value is
"yourvarnamehere" and pass it along...


Steve



 You could use the CFWDDX tag to convert the form structure to XML and
store
 it as hidden form field within the next form.  This prevents any looping.



 Is there an analogous solution to looping through the fields of a query?

 You can loop over all the fieldnames submitted:

 cfloop index="fields"  list="#form.fieldnames#" delimiters=","

 Put whatever processing on the fieldnames you need here

 /cfloop


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



Re: looking for a message board tag

2000-04-06 Thread paul smith

Check out eForums2 by Xing Li ([EMAIL PROTECTED])  Dan Switzer.
The beta looks interesting.
It should be released soon.

best,  paul

At 09:35 AM 4/6/00 -0700, you wrote:
John:

http://www.cfboards.com/cfb/index.cfm?CFB=1: $395

http://www.cfcode.com/cfforum2000/: $300

http://www.orbwave.com/forum/: $49.95,

Depending on what you need and what your users' technical abilities are -
these are three great solutions I've found.

Erika


- Original Message -
From: "John N Westerlund" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 8:32 AM
Subject: looking for a message board tag


  Has anyone made a message board tag or set of tags for CF? I thought I saw
  one but dont remember where.
  Thanks
 
  --

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

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

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



Problems with CF Solaris

2000-04-06 Thread Helge Hetland

Can anybody tell me where to look, I get this message in server.log:

CFSPClient::rpc(): connect to server failed, No such file or directory
CFSPClient::rpc(): connect to server failed, No such file or directory

SunOS * 5.6 Generic_105181-19 sun4u sparc
Server version: Apache/1.3.9 (Unix)
Server built:   Oct 18 1999 12:53:59

CF 4.5.1 enterprise

http://host/cfide/administrator starts downloading index.cfm ("save as")

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



Re: Captupturing Form Elements

2000-04-06 Thread Emily B. Kim

if you're using 4.5, form variables are automatically in a structure
(named FORM) that always exists - it's just empty if there is no form
submission. what i would suggest is on your action page, just do a
StructKeyList(FORM) which will give you a list of all the keys (the
formfield names). from that you will be able to get the form values.
this is the same idea as brian set out below, but it works with a
structure instead of a list which i would think would work more quickly.
-emily

Brian Peddle wrote:
 
 You can loop over all the fieldnames submitted:
 
 cfloop index="fields"  list="#form.fieldnames#" delimiters=","
 
 Put whatever processing on the fieldnames you need here
 
 /cfloop
 -- Original Message --
 From: "Lee Moore" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 6 Apr 2000 09:36:42 -0400
 
 Hello all.
 I have a work page that may recieve form submission from several different
 pages. These pages may have different numbers of form elements and the forms
 elements have different names. Is there some generic code that I can right
 that will take any form submissions and pass them on to the page it is
 forwarding too, regardless of names. This is something I could do with ASP
 by iterating through the forms numerically without specifying names, but I
 dont know how to do that in CF.
 
 TIA
 
 Lee
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



(OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread Bob Hill

Hello,

Forgive the off topic post, just not sure where else to get the best answer.

I have an application where I use a list box from which multiple selections
can be made.  When a selection is made and the form is submitted, that
selections ID is sent to the appropriate table column. If two selections are
made, both ID's are sent to the column, etc.

My problem is that I can't query the data for display the way I want to
because the query can't distinguish that there are 2 ID's in the column.
Instead it seems to think there is just one.

So if...
Netscape has an ID of "1"
and
Internet Explorer has an ID of "2"
and both are selected and input into the table column.. the data in the
column looks like "12".
But "12" isn't a valid ID so my query returns nothing.

What would I need to do to correct this?

TIA
--Bob

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



RE: submit a form using img?

2000-04-06 Thread Jeff Bryan

I do this and check for the x or y co-ordinates of the image:

ie isDefined("form.back.x")

-Original Message-
From: Ins Ins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 10:57 PM
To: [EMAIL PROTECTED]
Subject: submit a form using img?


Hi,I want to submit a form by using img.But the name
fileds do not pass to the action page:

form action="actionpage.cfm" method="post"

input NAME="back" VALUE="back" type="image"
src="back.gif" alt="back"

input type="image" name="continue" src="continue.gif"
alt="continue" VALUE="continue"
/form

In the next actionpage.cfm, I check
isDefined("back")
and isDefined("continue")
all get 'NO',not exsist.

How to make it work?

Ins


_
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.

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

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



RE: CFHTTP - How to set browser version

2000-04-06 Thread Dave Watts

 Does anyone know how to set the browser version on a CFHTTP
 request. I need to set it to something that is at least a
 version 4 browser, for example:

 "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)"

 because right now my request is being rejected by the asp
 page I am trying to send info to because it thinks it is
 talking to an old browser.

If you're using CF 4.5.x, you can set the USERAGENT attribute in the CFHTTP
tag. If not, you can send it in a CFHTTPPARAM as a CGI variable, but you'll
have to use METHOD="POST" in your CFHTTP tag, I think:

CFHTTP URL="http://www.whatever.com/myfile.asp"
METHOD="POST"

CFHTTPPARAM TYPE="CGI" NAME="USER_AGENT" VALUE="Mozilla/4.0 (compatible;
MSIE 5.0; Windows NT; DigExt)"

/CFHTTP

Note that you'd leave off the "HTTP_" part.

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

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



Re: Image Size

2000-04-06 Thread Seth Petry-Johnson

I guess I've already seen this question but...
Is the a CF/CFX tag that tells me the size of an image sent by the user?
This value must be returned to me in a way that I could check if the
Width/height does not override my maximum setting.


The CFX_GIFGD tag can read an image and will return a slew of information
about it, including the width and height.  It can even resize the image for
you if you find that the one the user sent is too big.

It should be available on the Allaire developer exchange.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates



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



RE: (OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread Dave Watts

 I have an application where I use a list box from which
 multiple selections can be made.  When a selection is made
 and the form is submitted, that selections ID is sent to
 the appropriate table column. If two selections are made,
 both ID's are sent to the column, etc.

 My problem is that I can't query the data for display the way
 I want to because the query can't distinguish that there are
 2 ID's in the column. Instead it seems to think there is just one.

 So if...
 Netscape has an ID of "1" and Internet Explorer has an ID of "2"
 and both are selected and input into the table column.. the
 data in the column looks like "12". But "12" isn't a valid ID
 so my query returns nothing.

There are two things you might consider.

You could store the IDs as a list in your field, instead of putting them
together as it appears you're doing now. Then, you could use the data as a
list with the SQL IN operator:

SELECT stuff
FROM   table
WHERE ID IN (ListOfBrowserIDs)

Or, you could normalize your tables, so that you don't store multiple
occurrences of data within a single field. You'd need a table to link
information to your browser list, so you might have one table, let's say
"User", another called "Browser", and a third to link users with browsers.

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

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



RE: Programatically setting search path for custom tags

2000-04-06 Thread Pecora, James

OK - (seriously) can I get a show of hands (via email) of thos developers
who think the ability to specify the path to a custom tag would be a good
feature - specifically NOT using cf module...and here's why.

I like the ability to call a custom tag inside a site, while having that
sites/apps structure NOT rely on any specific hosting provider. So if I
create and or use custom tags and keep them in a central place for use
througout the site I need to use cfmodule and provide attributes.

My problem with this solution comes in the form of writing VTML dialog boxes
for easy implementation. The minute you call the tag in cfmodule and then
you want to go back and edit it (using the VTML dialog box, or tag insight
you wrote) you can't because the tag now is a cfmodule tag and thus uses teh
cfmodule VTML file..

Does anyone else see this as a problem???

Thanks 
James

-Original Message-
From: Deanna L. Schneider [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Programatically setting search path for custom tags 


Couldn't you just have people use cfmodule? It allows you to pull custom
tags from anywhere. So, each user could have their own custom tags folder,
and reference a custom tag by calling
cfmodule template="customtags/mytag.cfm" something="attributetopass"

-Deanna (having just figured this out instead of arguing with the server
admin to get access to the regular custom tags directory)



Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
302 Hiram Smith
1545 Observatory Dr.
Madison, WI 53706
(608) 265-7923




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



Re: (OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread paul smith

Change to check boxes.
Your results are then made into a list, for example "1,2"

best,  paul

At 12:04 PM 4/6/00 -0400, you wrote:
Hello,

Forgive the off topic post, just not sure where else to get the best answer.

I have an application where I use a list box from which multiple selections
can be made.  When a selection is made and the form is submitted, that
selections ID is sent to the appropriate table column. If two selections are
made, both ID's are sent to the column, etc.

My problem is that I can't query the data for display the way I want to
because the query can't distinguish that there are 2 ID's in the column.
Instead it seems to think there is just one.

So if...
Netscape has an ID of "1"
and
Internet Explorer has an ID of "2"
and both are selected and input into the table column.. the data in the
column looks like "12".
But "12" isn't a valid ID so my query returns nothing.

What would I need to do to correct this?

TIA
--Bob

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

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



RE: Security holes revisited

2000-04-06 Thread Steve Bernard

I've heard views as extreme as hack'em back. If you feel that malicious
intent exists, possibly evidenced by repeated or escalating probes, I would
track down the source of the probes and contact the respective ISP(s). This
can be VERY difficult. If action isn't taken by the ISP(s) try the legal
route. If that doesn't work, start blocking traffic at the router or
firewall. If the situation doesn't allow you to be patient then skip
straight to the blocking solution. Unfortunately, this may also block
legitimate traffic. To be honest though, most ISP's will not take action if
all you can show is that a user performed a port scan but, no further
action. Simple port scans are not prosecutable, and shouldn't be in my
opinion. It can be argued as an enumeration of services, whatever, but,
presently the law on such issues is still very flimsy and dangerous. I say
dangerous because the rules are still being ironed out and the people who
yell the loudest, and get the most attention from politicians, are big
businesses which don't really give a damn about personal freedoms on the
Net, only making a profit. As we saw after the recent batch of DoS attacks,
reactionary measures by uneducated people prevail. This is VERY dangerous.

To further explain my "I don't think port scans should be prosecutable"
remark ...

I feel this way because to make such action illegal would provide a
precedent for more extreme measures which are very undesirable. To use the
previously popular analogy, you don't want someone walking down your hallway
rattling every doorknob in an attempt to break in but, I'd guess you'd be
even more pissed if every time you walked down any hallway some goon in a
dark suite and sunglasses hassled you about your intent.

Steve

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: Security holes revisited


Kind of makes you wonder, if its legal to shoot someone trespassing on your
property, then what is the electronic equivalent? g

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



HTML question about spacer GIF's

2000-04-06 Thread Reuben King

At the risk of sounding like I'm trolling, I really am starting to think 
Navigator sucks.  As far as development goes, IE has always treated me 
better.

Here's my question:  I use transparent spacer GIF's to assist in 
positioning stuff on my page.  They work fine in IE, but in Netscrape it 
insists on putting this stupid 3D bevel around them for some bizarre 
reason.  I've tried setting border="0" in the img tag but this has no 
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
table border="0" cellspacing="0" cellpadding="0"
tr
td height="#attributes.height#"/td
/tr
/table

... that was the way it worked fine in IE.. but NS ignored it as it 
wanted something inside the TD tags.  ($#*@!) I could use nbsp; but 
this will make the TD as high as the base font size of the page.. no 
good.  So, I tried using the image spacer as such:

table border="0" cellspacing="0" cellpadding="0"
  tr 
td height="#attributes.height#"img src="images/spacer.gif" 
width="1" height="#attributes.height#" border="0"/td
  /tr
/table

I wish I could give a URL where this stuff is at, but alas I'm inside a 
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the 
suck factor of Netscape?  I know IE has its problems, but as far as 
developing for it, it is my opinion that it is superior. (I guess I just 
damned my soul saying that g))
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: submit a form using img?

2000-04-06 Thread Reuben King

In [EMAIL PROTECTED], =?iso-8859-1?q?
Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, 
wrote:
 Hi,I want to submit a form by using img.But the name
 fileds do not pass to the action page:
 
 form action="actionpage.cfm" method="post"
 
 input NAME="back" VALUE="back" type="image"
 src="back.gif" alt="back"
 
 input type="image" name="continue" src="continue.gif"
 alt="continue" VALUE="continue"
 /form
 
 In the next actionpage.cfm, I check 
 isDefined("back")
 and isDefined("continue")
 all get 'NO',not exsist.
 
 How to make it work?
 
 Ins

Try scoping your variables properly and see if it fixes it.. i.e, use 
"isDefined('form.back')"

Also, if there is no value in the "back" field, it will not be passed at 
all when submitted.  This is a feature. g
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Combining Cf and ASP in the same Template

2000-04-06 Thread Pecora, James

Steve - I believe your wrong on this issue asn only ONE application server
mapping can be made to a file extension - you CAN NOT make a mapping that
follows a path...

When you set up CF or ASP you create amapping on the webserver that points
to a .dll so the resolution process looks like this:

An HTTP call to the web server.
the webserver 'sees' the file extension .cfm.
the webserver knows to pass that page request to the cf .dll 
The CF handles the request and feeds back the page to the web server to give
back to the requesting browser.

There is no was to have CF give back the page to the web server and then
have the web server hand the page to the ASP engine to parse. before it goes
back to the browser..

You can emulate this process by making an http call (Via CFHTTP) to an asp
page. 
this way you have cf doing all the cfprocessing - it makes a seperate http
call to the web server for the results of an ASP page. then returns the HTML
to the web browser.

But this is a psuedo solution - it gives the apperance of two application
server pages being resolved on one template. But in relaity, remember the
return for the HTTP call is plain text after the ASP engine did it's work.
This works for the most part.


Hope this helped clear up some of the contridiction is answers...

j

-Original Message-
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 10:15 AM
To: [EMAIL PROTECTED]
Subject: RE: Combining Cf and ASP in the same Template


Yes it is possible. You can set CF to parse any file extension you want. If
you set it to look for CF code in an ASP page, then the ASP code will get
processed and then sent to CF server to parse the CF code. This can easily
be done and seems to work fine. I'm not sure what the performance drain is.

Steve

-Original Message-
From: David Gassner [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 10:35 AM
To: [EMAIL PROTECTED]
Subject: RE: Combining Cf and ASP in the same Template


No, since the page is sent either to the ASP engine or to CF depending on
the file extension, they can't be combined.

 -Original Message-
 From: Eric Sheetz [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 03, 2000 6:42 AM
 To: [EMAIL PROTECTED]
 Subject: Combining Cf and ASP in the same Template


 Is it possible to combine Cf and ASP in the same template?  If so, are
 there any "gotchas" I need to be aware of?

 Thanks,
 Eric

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


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


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



Re: Oracle 8i via ODBC - first query always 350ms?

2000-04-06 Thread Reuben King

In [EMAIL PROTECTED], Stephen Garrett 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
 
 It sounds like the "maintain DB connection" is not really working.
 Are you using the Oracle ODBC drivers, or M$?? I had better luck
 with the Oracle Drivers.
 
 You also may need to reboot to get the "maintain connections" thing
 to work.
 
 There is also a DB timeout period to look at (I am using Ent) that
 may be affecting you.

I would also suggest checking with your Oracle DBA.. This sounds like an 
Oracle-side issue.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum

You MUST have the attribute BORDER="0" in your img src= tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

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



- Original Message -
From: Reuben King [EMAIL PROTECTED]
Newsgroups: cf-talk
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
table border="0" cellspacing="0" cellpadding="0"
tr
td height="#attributes.height#"/td
/tr
/table

 that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the TD tags.  ($#*@!) I could use nbsp; but
this will make the TD as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:

table border="0" cellspacing="0" cellpadding="0"
  tr
td height="#attributes.height#"img src="images/spacer.gif"
width="1" height="#attributes.height#" border="0"/td
  /tr
/table

I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that g))
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

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



Re: Using CFX_Excel

2000-04-06 Thread Dave Hannum

I put the tag in a CFLOCK and hammered it.  Seems to maybe have solved the problem.  I 
kind'a thought that was the problem, but I
was not sure.  Thanks for the input.

Dave


=
"Technology" is stuff that was invented after
you were born.

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



- Original Message -
From: Stephen Garrett [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 11:38 AM
Subject: Re: Using CFX_Excel



I can only guess, but...

This tag may not be thread safe. Since it is a DLL and if multiple
accesses were to occur while the DLL was "active", I could see this
happening. I've been using the tag but the volume is low, and thus
have never seen it.

I guess the safest way around this would be to use an exclusive lock,
server wide on this tag. And probably the best way would be to
encapsulate the CFX_EXCEL tag within your own tag, and put the CFLOCK
in there.

Let us know if this helps!

Steve

At 07:57 AM 4/6/2000 -0500, Dave Hannum wrote:
Good Morning,

Are there any known issues surrounding the use of the CFX_Excel tags?  I'm
using it for several applications now, and I was
wondering if there are any issues to be aware of - like, how many
concurrent calls to Excel can it handle?  The reason I've asked is
that two days in a row, Excel on our server caused a "kernel32.dll" error
and locked the server.  Now, assuming that nothing is
hosed up in Windows NT (we all know that never happens) and the Excel
install is A-OK (which it seems to have been to the point the
problems started) - what are the possibilities?  I'm wondering if too much
traffic on the tag/application combo might be the
culprit?  Also, can you do a CFLOCK to avoid this problem?  Any thoughts?

Thanks,
Dave


=
"Technology" is stuff that was invented after
you were born.

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




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


--
Stephen Garrett
GPS
[EMAIL PROTECTED]   (360) 896-2714
ICQ# 10776767
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

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



Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Reuben King

I have Win 2000 on a Compaq Armada 1750.. 

In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse 
pointer acts quite hokey when trying to select text.  Double clicking on 
a word doesn't select the word like normal -- it selects everything to 
the left of the cursor and to the beginning of the word.  Clicking 
inside a selected block doesn't de-select the block, it goes to drag-
and-drop.. The mouse wheel doesn't work inside CF Studio.. Other such 
annoying behavior.

The mouse works great in every other app on the system, its just CF 
Studio that acts like this.

These may seem like minor whines but they can become quite irritating 
when working full time inside CF Studio.

Anyone else experience strange behavior along these lines?

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



Retrieving Unique ID in from sql table.

2000-04-06 Thread Steve Weiner

Can anyone help me here, I'm really stuck.

I come from a Microsoft Access background and now they've thrown me into SQL
with no training.  What I am trying to do is the following:

cftransaction
cfquery Insert -  In access I have an autonumber column that would get
updated here automatically.
cfquery select - Here I would go through and selected max(id) as
lastrecordadded
/cftransaction

Now I could use this record to write to some other tables and keep a
relationship.

But with SQL, it seems that there is no autonumber so when I do my first
insert, I have a field with type "uniqueid" and when I write to that table I
pass NewId().

Now how do I retrieve that information?  Max() does not want to work in my
sql routine.

I'm really stuck, and this should seem pretty easy to someone who knows SQL.

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



Re: HTML question about spacer GIF's

2000-04-06 Thread Stephen Garrett


So, are you saying that spacer gifs are not working for you??? This IS
the standard way to do this across browsers for a number of layout
editors like dreamweaver etc...
Steve

At 11:39 AM 4/6/2000 -0500, Reuben King wrote:
At the risk of sounding like I'm trolling, I really am starting to think 
Navigator sucks.  As far as development goes, IE has always treated me 
better.

Here's my question:  I use transparent spacer GIF's to assist in 
positioning stuff on my page.  They work fine in IE, but in Netscrape it 
insists on putting this stupid 3D bevel around them for some bizarre 
reason.  I've tried setting border="0" in the img tag but this has no 
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
table border="0" cellspacing="0" cellpadding="0"
tr
   td height="#attributes.height#"/td
/tr
/table

... that was the way it worked fine in IE.. but NS ignored it as it 
wanted something inside the TD tags.  ($#*@!) I could use nbsp; but 
this will make the TD as high as the base font size of the page.. no 
good.  So, I tried using the image spacer as such:

table border="0" cellspacing="0" cellpadding="0"
  tr 
td height="#attributes.height#"img src="images/spacer.gif" 
width="1" height="#attributes.height#" border="0"/td
  /tr
/table

I wish I could give a URL where this stuff is at, but alas I'm inside a 
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the 
suck factor of Netscape?  I know IE has its problems, but as far as 
developing for it, it is my opinion that it is superior. (I guess I just 
damned my soul saying that g))
---
---
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Stephen Garrett
GPS
[EMAIL PROTECTED]   (360) 896-2714
ICQ# 10776767
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HTML question about spacer GIF's

2000-04-06 Thread Holger Lockertsen

Dave.

He HAS the attribute "border=0" in the tag. That's the problem.

Question is: Does Reuben have a stylesheet that defines a border for the
TD-tag or even the IMG-tag?

On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
why I shave my head)... Someone know how NS5 will be different from NS 4.x?
Will the CSS-implementation be better? Will the pixel-difference be gone?
Have you checked out Mozilla?

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: HTML question about spacer GIF's


You MUST have the attribute BORDER="0" in your img src= tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

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



- Original Message -
From: Reuben King [EMAIL PROTECTED]
Newsgroups: cf-talk
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
table border="0" cellspacing="0" cellpadding="0"
tr
td height="#attributes.height#"/td
/tr
/table

 that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the TD tags.  ($#*@!) I could use nbsp; but
this will make the TD as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:

table border="0" cellspacing="0" cellpadding="0"
  tr
td height="#attributes.height#"img src="images/spacer.gif"
width="1" height="#attributes.height#" border="0"/td
  /tr
/table

I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that g))

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


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


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



RE: Speed of CFMAIL

2000-04-06 Thread Len Conrad


Do you have a URL for postfix?

vbg   www.postfix.org

   And is there a Solaris/Linux port?

yeah, sure. Wietse has done a world-class job with postfix, including a 
beautiful install routine.  IBM doesn't publish crap under their public 
software license and hire Venema for a sabbatical to do postfix.

The company I am doing this for is NT only, but may consider going for a 
Solaris
or Linux solution.   FreeBSD is not even on the radar.

If they look up at yahoo, or use Hotmail, then FreeBSD is on their radar. vbg

They'd rather spend 10k for an NT solution rather than pick up a better 
freeware product.  Gotta love cube life.

f@rthe@ds.  Free doesn't mean junk.  But I guess for the cubists, it's just 
pearls before swine.

If I were you (ouch!), I'd throw protoytpe together a FreeBSD machine with 
postfix (out of pocket: $0.00, skunkworks!!), a celeron 400 or better, and 
get Marcelo Frutig's tag for talking to serverobjects' ASPQmail ($150).

CFMail has such notoriety, for so long (see this list and the forums), that 
I can't believe anyone would ever consider putting it the head-end of such 
a huge mail project, esp with all the money you're spending for tail-end of 
LSMTP and its hw platform (and its maintenance costs). If the prototype 
give results, then ask them to buy you a Solaris license.  Wietse Venema 
has some tools for pumping tons of mail into postfix.  It is a very hot 
MTA.  You could have roomful of PIII's running postfix in parallel, giving 
you great redundancy, and just have CF/ASPQmail spread the output over the 
MTA outgoing farm.

I've got an idiot's How-To for installing FreeBSD and then postfix, if 
you're interested, as part of my IMGate anti-spam project.

Len

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



RE: Retrieving Unique ID in from sql table.

2000-04-06 Thread Brian Peddle

What I do is use a stored procedure to do the insert and then pass back if
identity column

EX STORED PROC:

CREATE PROCEDURE insert_user
@username varchar(20),
@password varchar(20),
@IDcol int = NULL


 AS


 INSERT INTO u_users
 (u_users.username, u_users.password)
 VALUES (@username,@password)

SELECT @IDcol = @@IDENTITY

RETURN @IDcol

CF CODE:

cfstoredproc procedure="insert_user" datasource="#application.dsn#"
returncode="Yes"
CFPROCRESULT NAME="insert_user"
CFPROCPARAM type="IN" cfsqltype="CF_SQL_VARCHAR" dbvarname="username"
value="#variables.username#"
CFPROCPARAM type="IN" cfsqltype="CF_SQL_VARCHAR" dbvarname="password"
value="#variables.password#"
/CFSTOREDPROC

cfoutput  #cfstoredproc.statuscode# /cfoutput** Status code will be
the returned identity column number




-Original Message-
From: Steve Weiner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 1:03 PM
To: '[EMAIL PROTECTED]'
Subject: Retrieving Unique ID in from sql table.


Can anyone help me here, I'm really stuck.

I come from a Microsoft Access background and now they've thrown me into SQL
with no training.  What I am trying to do is the following:

cftransaction
cfquery Insert -  In access I have an autonumber column that would get
updated here automatically.
cfquery select - Here I would go through and selected max(id) as
lastrecordadded
/cftransaction

Now I could use this record to write to some other tables and keep a
relationship.

But with SQL, it seems that there is no autonumber so when I do my first
insert, I have a field with type "uniqueid" and when I write to that table I
pass NewId().

Now how do I retrieve that information?  Max() does not want to work in my
sql routine.

I'm really stuck, and this should seem pretty easy to someone who knows SQL.

Thanks,
[EMAIL PROTECTED]

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

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



RE: Programatically setting search path for custom tags

2000-04-06 Thread Dan G. Switzer, II

It's been something I've requested a few times. I'd love to be able to
define a user-defined "CustomTags" directory within the CFAPPLICATION tag.

-Dan
++---+
|   name | Dan G. Switzer, II|
|company | PengoWorks.com|
|www | http://www.pengoworks.com |
| mailto | [EMAIL PROTECTED]   |
++---+


-Original Message-
From: Pecora, James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 12:30 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Programatically setting search path for custom tags

OK - (seriously) can I get a show of hands (via email) of thos developers
who think the ability to specify the path to a custom tag would be a good
feature - specifically NOT using cf module...and here's why.

I like the ability to call a custom tag inside a site, while having that
sites/apps structure NOT rely on any specific hosting provider. So if I
create and or use custom tags and keep them in a central place for use
througout the site I need to use cfmodule and provide attributes.

My problem with this solution comes in the form of writing VTML dialog boxes
for easy implementation. The minute you call the tag in cfmodule and then
you want to go back and edit it (using the VTML dialog box, or tag insight
you wrote) you can't because the tag now is a cfmodule tag and thus uses teh
cfmodule VTML file..

Does anyone else see this as a problem???

Thanks
James

-Original Message-
From: Deanna L. Schneider [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Programatically setting search path for custom tags


Couldn't you just have people use cfmodule? It allows you to pull custom
tags from anywhere. So, each user could have their own custom tags folder,
and reference a custom tag by calling
cfmodule template="customtags/mytag.cfm" something="attributetopass"

-Deanna (having just figured this out instead of arguing with the server
admin to get access to the regular custom tags directory)



Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
302 Hiram Smith
1545 Observatory Dr.
Madison, WI 53706
(608) 265-7923




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

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

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



Re: Is HomeSite Soon To Be History?

2000-04-06 Thread Chris Lott

The fact is that as technology progresses, some things that it was important
to do by hand become less so. Using SQL Server is a good example of this. A
good admin needs to know more than the new wizards in SQL server 7, but that
doesn't mean that the wizards are all bad, are necessarily inferior, or even
that there is a compelling reason to know how to do by hand what some of the
wizards do. If they do the job properly, that's what matters. You simply
bypass those that don't. And THAT is the key!

Similarly with visual editors. I still use Studio for the most part, but I
sometimes use Dreamweaver. There are many operations that are just much
faster with a visual editor and if you know what you are doing, then you
don't have to worry about bad code because you won't be making it (unlike
Frontpage where you can't stop it). Take tables: it is much faster to move
columns around and generally manipulate tables in DW than in Studio, so I
often pop in there to do it. I have no idea what a previous poster was
talking about: DW never inserts lots of empty rows or anything else.
Fireworks creates shim rows when it outputs HTML tables to split graphics,
but I've never had DW do that.

On the other hand, outside of particular things that I find quicker to pop
into DW to do, I still code by hand using Studio or TextPad. Knee-jerk
ignorance of the tools will no more benefit a developer than knee-jerk
acceptance. They have to be evaluated and used properly if they are used at
all. But I guarantee that there are many operations which, by dropping into
a good visual editor, I will complete faster and with equal quality, than
anyone using a text-based editor-- and no one on the receiving end will ever
know which is which. As long as that is the case, it's a good thing.

c
--
Chris Lott [EMAIL PROTECTED],  Technical Manager
p907.474.5122  |  f907.474.5402  |  PGP Key ID: 0x8687E87E


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



PROBLEM with SingleQuote in SQL evaluate Insert

2000-04-06 Thread stephen holland chang

Hi Cfers!

This just seems like a lame problem i keep getting errors when trying to
insert a string with a singlequote in it (ie. Intel's Processor)

example

stringTypeID = 1
formstring1 = "intel's processor"
-
INSERT INTO test_tbl
string = '#evaluate("formstring#stringTypeID#")#'

Isnt there a simple way to make sure that the string gets entered in
accurately (ie not removing or doubling the apostrophe) without it erroring?

stephen

 stephen.holland.chang
 chief.technology.officer
 cardinal.communications
 http://www.cardinalweb.com/
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 vox:  (510)647-1400 x.202

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



Re: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Stephen M. Aylor

Si senior Studio 4 does the left mouse dbl click only to the left of the
cursor as well, and the wheel mouse doesnt scroll at all.  4.5 at least
scrolls - un-smoothly, and out of control, however.

Those fixes would make me a happy dude.

Steve




 I have Win 2000 on a Compaq Armada 1750..

 In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse
 pointer acts quite hokey when trying to select text.  Double clicking on
 a word doesn't select the word like normal -- it selects everything to
 the left of the cursor and to the beginning of the word.  Clicking
 inside a selected block doesn't de-select the block, it goes to drag-
 and-drop.. The mouse wheel doesn't work inside CF Studio.. Other such
 annoying behavior.

 The mouse works great in every other app on the system, its just CF
 Studio that acts like this.

 These may seem like minor whines but they can become quite irritating
 when working full time inside CF Studio.

 Anyone else experience strange behavior along these lines?

 TIA,
 -R
 --

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

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



Re: Captupturing Form Elements

2000-04-06 Thread Fred Sanders

Lee,

The very act of passing the form variables is automated by the forms action
and method.  I don't understand what else your trying to accomplish once
they get there.  Are you just trying to list them out on the action page?
MORE INPUT MORE INPUT, NEED MORE INPUT!   LOL

Fred Sanders
Galveston, Texas

The classically-music-minded among us may have noted a new TV ad for
Microsoft's Internet Explorer e-mail program which uses the musical theme of
the "Confutatis Maledictis" from Mozart's Requiem. -- "Where do you want to
go today?" is the cheery line on the screen --- while the chorus sings,
"Confutatis maledictis, flammis acribus addictis..."   -- This translates to
"The damned and accursed are convicted to the flames of hell."
Good to know that Microsoft has done its research.
- Original Message -
From: "Lee Moore" [EMAIL PROTECTED]
To: "ColdFusion Discussion List" [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 8:36 AM
Subject: Captupturing Form Elements


 Hello all.
 I have a work page that may recieve form submission from several different
 pages. These pages may have different numbers of form elements and the
forms
 elements have different names. Is there some generic code that I can right
 that will take any form submissions and pass them on to the page it is
 forwarding too, regardless of names. This is something I could do with ASP
 by iterating through the forms numerically without specifying names, but I
 dont know how to do that in CF.

 TIA

 Lee

 --

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

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



Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum

Double check that the path to the image is correct and that the image actually does 
exist.  Netscape has a habit of putting the
dropshadow box on small images where IE will ignore it.  I"ve seen this many times too!

Dave



- Original Message -
From: Holger Lockertsen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 12:19 PM
Subject: RE: HTML question about spacer GIF's


Dave.

He HAS the attribute "border=0" in the tag. That's the problem.

Question is: Does Reuben have a stylesheet that defines a border for the
TD-tag or even the IMG-tag?

On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
why I shave my head)... Someone know how NS5 will be different from NS 4.x?
Will the CSS-implementation be better? Will the pixel-difference be gone?
Have you checked out Mozilla?

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: HTML question about spacer GIF's


You MUST have the attribute BORDER="0" in your img src= tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

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



- Original Message -
From: Reuben King [EMAIL PROTECTED]
Newsgroups: cf-talk
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
table border="0" cellspacing="0" cellpadding="0"
tr
td height="#attributes.height#"/td
/tr
/table

. that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the TD tags.  ($#*@!) I could use nbsp; but
this will make the TD as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:

table border="0" cellspacing="0" cellpadding="0"
  tr
td height="#attributes.height#"img src="images/spacer.gif"
width="1" height="#attributes.height#" border="0"/td
  /tr
/table

I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that g))

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


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


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

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



RE: PROBLEM with SingleQuote in SQL evaluate Insert

2000-04-06 Thread jstiefel

Is there a reason you wouldn't use an array here?

i.e. 

formstring = ArrayNew(1);
formstring[1] = "intel's processor";

cfoutput#formstring[1]#/cfoutput

-Original Message-
From: stephen holland chang [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 1:29 PM
To: [EMAIL PROTECTED]
Cc: dennis dowling; Josh Petrin; Donn Gore
Subject: PROBLEM with SingleQuote in SQL evaluate Insert


Hi Cfers!

This just seems like a lame problem i keep getting errors when trying to
insert a string with a singlequote in it (ie. Intel's Processor)

example

stringTypeID = 1
formstring1 = "intel's processor"
-
INSERT INTO test_tbl
string = '#evaluate("formstring#stringTypeID#")#'

Isnt there a simple way to make sure that the string gets entered in
accurately (ie not removing or doubling the apostrophe) without it erroring?

stephen

 stephen.holland.chang
 chief.technology.officer
 cardinal.communications
 http://www.cardinalweb.com/
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 vox:  (510)647-1400 x.202


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



RE: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Dave Watts

 In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse
 pointer acts quite hokey when trying to select text.  Double
 clicking on a word doesn't select the word like normal -- it selects
 everything to the left of the cursor and to the beginning of the word.
 Clicking inside a selected block doesn't de-select the block, it goes
 to drag-and-drop.. The mouse wheel doesn't work inside CF Studio..
 Other such annoying behavior.

 The mouse works great in every other app on the system, its just CF
 Studio that acts like this.

 These may seem like minor whines but they can become quite irritating
 when working full time inside CF Studio.

 Anyone else experience strange behavior along these lines?

I'm running CF Studio 4.5.1, and it's fixed the selection problem. I don't
have a mouse wheel, so I don't know about that.

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

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



OT: table formatting in IE

2000-04-06 Thread S.E.Fling

Hi,

This is probably not a CF problem but I know somebody must have run into this before. 
I have 4 rows of CF output being displayed in a table, and instead of the rows going 
down the
page,
row1
row2
row3

they are going across the page: row1 row2 row3

This only happens in IE, in Netscape it's fine. Anybody ever heard of this? How do I 
force the rows to go down in IE? Thanks.

sf

http://www.sitesell.com/rainbow.html

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



Postal Service Custom Tag like CF_UPSPrice

2000-04-06 Thread Larry C. Lyons

As the subject line says, is there a custom tag available that is similar to
Ben Forta's CF_UPSPrice custom tag?

thanks,

larry

--
Larry C. Lyons
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


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



Show Of Hande

2000-04-06 Thread Pecora, James


OK - (seriously) can I get a show of hands (via email) of those developers
who think the ability to specify the path to a custom tag would be a good
feature - specifically NOT using cf module...and here's why.

I like the ability to call a custom tag inside a site, while having that
sites/apps structure NOT rely on any specific hosting provider. So if I
create and or use custom tags and keep them in a central place for use
througout the site I need to use cfmodule and provide attributes.

My problem with this solution comes in the form of writing VTML dialog boxes
for easy implementation. The minute you call the tag in cfmodule and then
you want to go back and edit it (using the VTML dialog box, or tag insight
you wrote) you can't because the tag now is a cfmodule tag and thus uses
the
cfmodule VTML file..

Does anyone else see this as a problem???

Thanks
James

Thanks for your response Dan..
(I'm trying to get a quorum of developers - so I can pass this along to
Allaire and hopefully have it implemented on the next release - the majority
rules here folks, sqeeky wheel and all that...)
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Cached Query's?

2000-04-06 Thread Bill Killillay

If I cache a query, does that mean that on the server that same query gets
cached for every user that hits the site, or is it cached once when the
first user hits.  Which is better, to cache it or not.

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.

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



RE: CFHTTP - How to set browser version

2000-04-06 Thread lsellers


Deja vue. :)

Upgrade to cf4.5. It allows you to to send USERAGENT with CFHTTP. cf4.5 is
very damn quirky though and doesn't work all that well with SSL sites
though.

--min

 Does anyone know how to set the browser version on a CFHTTP
 request. I need to set it to something that is at least a version
 4 browser, for example:

 "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)"

 because right now my request is being rejected by the asp page I
 am trying to send info to because it thinks it is talking to an
 old browser.

 Thanks,

 Andrea Wasik

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



Re: HTML question about spacer GIF's

2000-04-06 Thread Reuben King

In 01ca01bf9ff8$457ba4a0$[EMAIL PROTECTED], Dave Hannum 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
 Double check that the path to the image is correct and that the image act=
 ually does exist.  Netscape has a habit of putting the
 dropshadow box on small images where IE will ignore it.  I"ve seen this m=
 any times too!

Bingo... That was the prob.  THANKS!

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



RE: HTML question about spacer GIF's

2000-04-06 Thread Reuben King

In [EMAIL PROTECTED], Holger Lockertsen 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
 Dave.
 
 He HAS the attribute "border=0" in the tag. That's the problem.
 
 Question is: Does Reuben have a stylesheet that defines a border for the
 TD-tag or even the IMG-tag?

No.. No border attributes in any of my stylesheet classes.

 On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
 why I shave my head)... Someone know how NS5 will be different from NS 4.x?
 Will the CSS-implementation be better? Will the pixel-difference be gone?
 Have you checked out Mozilla?

Mozilla?  Isn't that Netscape?  I suppose it isn't.. No, I haven't 
checked it out. 

 
 rgds
 
 
 * Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
 * Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
 * 23 31 03 04 / 91 83 20 51
 * [EMAIL PROTECTED]   http://www.horisont.no/
 
 NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04
 
 -Original Message-
 From: Dave Hannum [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 06, 2000 7:58 PM
 To: [EMAIL PROTECTED]
 Subject: Re: HTML question about spacer GIF's
 
 
 You MUST have the attribute BORDER="0" in your img src= tag.
 
 Dave
 
 
 =
 "Technology" is stuff that was invented after
 you were born.
 
 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524
 
 
 
 - Original Message -
 From: Reuben King [EMAIL PROTECTED]
 Newsgroups: cf-talk
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 06, 2000 11:39 AM
 Subject: HTML question about spacer GIF's
 
 
 At the risk of sounding like I'm trolling, I really am starting to think
 Navigator sucks.  As far as development goes, IE has always treated me
 better.
 
 Here's my question:  I use transparent spacer GIF's to assist in
 positioning stuff on my page.  They work fine in IE, but in Netscrape it
 insists on putting this stupid 3D bevel around them for some bizarre
 reason.  I've tried setting border="0" in the img tag but this has no
 effect.  Anyone else run into this problem?
 
 Here's the code where I'm trying to make this work:
 table border="0" cellspacing="0" cellpadding="0"
 tr
 td height="#attributes.height#"/td
 /tr
 /table
 
  that was the way it worked fine in IE.. but NS ignored it as it
 wanted something inside the TD tags.  ($#*@!) I could use nbsp; but
 this will make the TD as high as the base font size of the page.. no
 good.  So, I tried using the image spacer as such:
 
 table border="0" cellspacing="0" cellpadding="0"
   tr
 td height="#attributes.height#"img src="images/spacer.gif"
 width="1" height="#attributes.height#" border="0"/td
   /tr
 /table
 
 I wish I could give a URL where this stuff is at, but alas I'm inside a
 firewall.
 
 TIA for any assistance!
 
 (By the way -- are any other CF developers out there frustrated with the
 suck factor of Netscape?  I know IE has its problems, but as far as
 developing for it, it is my opinion that it is superior. (I guess I just
 damned my soul saying that g))
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to
 [EMAIL PROTECTED] with 'unsubscribe' in the body.
 
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
 
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Postal Service Custom Tag like CF_UPSPrice

2000-04-06 Thread Jim Taylor

i believe mike has one at desert raven

-Original Message-
From: Larry C. Lyons [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 11:15 AM
To: [EMAIL PROTECTED]
Subject: Postal Service Custom Tag like CF_UPSPrice


As the subject line says, is there a custom tag available that is similar to
Ben Forta's CF_UPSPrice custom tag?

thanks,

larry

--
Larry C. Lyons
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--



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

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



RE: OT PCAnywhere on Port???

2000-04-06 Thread Aaron Johnson

5631  5632

-Original Message-
From: Nick Call [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:37 AM
To: [EMAIL PROTECTED]
Subject: OT PCAnywhere on Port???


Anyone know what port PCAnywhere listens on?

Nick



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


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



CFX_FEDEX_RATE

2000-04-06 Thread Ron Anderson

I have a CFX_FEDEX_RATE tag that rates shipments based on relevant
information; however, with FedEx a person actually has to certify their
apps, they cant just grab a cfx tag and deploy...

If you want more info on the tag, contact me off list.
Cheers


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



Re: table formatting in IE

2000-04-06 Thread Ric Smith

You're probably not closing all your TR's.

TR
TD/TD
/TR


-- Ric Smith

- Original Message -
From: S.E.Fling [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 06, 2000 2:11 PM
Subject: OT: table formatting in IE


 Hi,

 This is probably not a CF problem but I know somebody must have run into
this before. I have 4 rows of CF output being displayed in a table, and
instead of the rows going down the
 page,
 row1
 row2
 row3

 they are going across the page: row1 row2 row3

 This only happens in IE, in Netscape it's fine. Anybody ever heard of
this? How do I force the rows to go down in IE? Thanks.

 sf

 http://www.sitesell.com/rainbow.html

 --

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

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



RE: table formatting in IE

2000-04-06 Thread Steve Reich

This is the code I would use

cfif myQuery.RecordCount NEQ 0
   table
  cfoutput query="myQuery"
  tr
 td#MyVar#/td
 tr
  /cfoutput
   /table
/cfif

Make sure the tr tags are included in the output or loop. If you only
include the td tags, your output will be horizontally as table cells in a
single row. This sounds like a possible source of your problem.


HTH,
Steve



-Original Message-
From: S.E.Fling [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 2:12 PM
To: [EMAIL PROTECTED]
Subject: OT: table formatting in IE


Hi,

This is probably not a CF problem but I know somebody must have run into
this before. I have 4 rows of CF output being displayed in a table, and
instead of the rows going down the
page,
row1
row2
row3

they are going across the page: row1 row2 row3

This only happens in IE, in Netscape it's fine. Anybody ever heard of this?
How do I force the rows to go down in IE? Thanks.

sf

http://www.sitesell.com/rainbow.html


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

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



Office 2000 Web Components

2000-04-06 Thread Pecora, James

Has anyone used Office 2000 Web Components for charting data (as a solution
to Crystal Report porblems)??
If so...have you been able to pass parameters to the data, via the web??? So
as to dynamically change/populate the chart???
If so - How???

Thanks in advance
James

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



Cookie Encryption

2000-04-06 Thread Brian Peddle

Anyone have any info on cookie encryption for CF?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Wrapping Text in CFMAIL

2000-04-06 Thread Terry Riley

Anyone know how I can take the text input by a user in a 
textarea and wrap it at approx. 80 characters in a CFMAIL 
output. I have to assume that the user doesn't put in CRs and 
that the text is essentially one long string.

I can't believe there isn't a means of doing this without 
having to loop through the string extracting 80 characters at 
a time and adding CRLFs. maybe I just haven't been a good 
boy lately!

TIA
Terry Riley
Riley Varea Associates, London, UK 

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



Special character question:

2000-04-06 Thread Pecora, James

What is this??

#9;

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



RE: Cached Query's?

2000-04-06 Thread Pecora, James

As long as it's the same syntax and you don't have it scoped to a session
var..
It gets hit ONCE..then cached...

-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 1:26 PM
To: Cf-Talk
Subject: Cached Query's?


If I cache a query, does that mean that on the server that same query gets
cached for every user that hits the site, or is it cached once when the
first user hits.  Which is better, to cache it or not.

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.


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



RE: Any known stability issues with CF Server 4.5 on NT?

2000-04-06 Thread Gary McNeel, Jr.

What web server are you running. We are running O'Reilly and there was a
problem with AOL IE browsers seeing the site. Since we have a lot of those,
we had to remove the server and go back to 4.1. This is documented both on
Allaires and O'Reilly's sites, but no information on a resolution.

Gary

 -Original Message-
 From: Mathew Raftree, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 06, 2000 1:15 PM
 To: '[EMAIL PROTECTED]'
 Subject: Any known stability issues with CF Server 4.5 on NT?


 Hello All,

 I am trying to figure out which version of CFServer to run a website on. I
 have been using 4.0 for a long time without incident but I want to use the
 new stuff in 4.5 (ie. better support for Oracle). I have heard
 some murmers
 about 4.5 not being stable. Does anyone have any information,
 experiences or
 news about patches they would like to share?

 Thanks in advance,

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


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



RE: Cached Query's?

2000-04-06 Thread john rice

Bill,

Depending on what the query is doing you can use the query as and app query and only 
one user will hit it within the time period.  If the query is user specific it won't 
help any.

Hope this helps.  It will allow one db hit for all users in 10 minutes.  Passing 
refresh=1 in the URL will reload the app before the 10 min is up.

cfscript
if (isdefined('url.refresh'))   // param that 
allows manual refresh of queries
timespan =  createtimespan(0,0,0,0);// clear cache
else
timespan =  createtimespan(0,0,10,0);   // ten minute cache
/cfscript

cfquery name="application.getEvents" datasource="#application.dsn#" maxrows="4" 
cachedwithin="#timespan#"
SELECT  *
FROM Calendar 
WHERE   Expire_date  #application.eventdate#
ORDER BYDate_Start,event_title
/cfquery

-rice

 original -
If I cache a query, does that mean that on the server that same query gets
cached for every user that hits the site, or is it cached once when the
first user hits.  Which is better, to cache it or not.

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


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



Re: OT: table formatting in IE

2000-04-06 Thread Jeffrey Cohen


--BF48D6FCF8710106D296E724
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Without looking at the code it's kind of hard to say, but I suspect you need to end 
the row and then insert a  BR tag to tell ie to return. Exploreer kind of ignores the 
new column
tag if you don't tell it to wrap.

Jeffrey Cohen
ImageWorks

"S.E.Fling" wrote:

 Hi,

 This is probably not a CF problem but I know somebody must have run into this 
before. I have 4 rows of CF output being displayed in a table, and instead of the 
rows going down the
 page,
 row1
 row2
 row3

 they are going across the page: row1 row2 row3

 This only happens in IE, in Netscape it's fine. Anybody ever heard of this? How do I 
force the rows to go down in IE? Thanks.

 sf

 http://www.sitesell.com/rainbow.html

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

--BF48D6FCF8710106D296E724
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

!doctype html public "-//w3c//dtd html 4.0 transitional//en"
html
Without looking at the code it's kind of hard to say, but I suspect you
need to end the row and then insert anbsp; BR tag to tell ie to return.
Exploreer kind of ignores the new column tag if you don't tell it to wrap.
pJeffrey Cohen
brImageWorks
p"S.E.Fling" wrote:
blockquote TYPE=CITEHi,
pThis is probably not a CF problem but I know somebody must have run
into this before. I have 4 rows of CF output being displayed in a table,
and instead of the rows going down the
brpage,
brrow1
brrow2
brrow3
pthey are going across the page: row1 row2 row3
pThis only happens in IE, in Netscape it's fine. Anybody ever heard of
this? How do I force the rows to go down in IE? Thanks.
psf
pa 
href="http://www.sitesell.com/rainbow.html"http://www.sitesell.com/rainbow.html/a
p--
brArchives: a 
href="http://www.eGroups.com/list/cf-talk"http://www.eGroups.com/list/cf-talk/a
brTo Unsubscribe visit a 
href="http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk"http://www.houseoffusion.com/index.cfm?sidebar=listsamp;body=lists/cf_talk/a
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body./blockquote
/html

--BF48D6FCF8710106D296E724--

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



Upcoming OACFUG Meeting [Tuesday, April 11, 2000]

2000-04-06 Thread Dan G. Switzer, II

The next meeting of the Ohio Area Cold Fusion Users Group will held on
Tuesday, April 11, 2000 at 6:30pm.

Our topics for this month include:

- All the Latest News from Allaire
Security Bulletins
Product Info, Updates, Bug Fixes

- OACFUG News and Info you need
Coming events for this year
Restructuring fun, etc.

- Freebies For You and your stomach !

- Demos and More!
Dan Switzer may give us a peek at the security model he is working on
Other surprises.

- Your Questions Answered!
Bring your CF Questions to the experts

When/Where:
Tuesday,  4 /11/2000 at 6:30pm
OARnet, 1480 W. Lane Ave., Columbus, OH
614-728-8100 for directions
mail [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  for additional info
if needed or check the web site at http://www.oacfug.org
http://www.oacfug.org/
(Meetings are always on the 2nd Tuesday of each month)


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



RE: Any known stability issues with CF Server 4.5 on NT?

2000-04-06 Thread Childress, Emily

We are using CF4.5 Ent with NO problems at all -- it's been running without
incident for about two weeks now.

-e

-Original Message-
From: Mathew Raftree, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 2:15 PM
To: '[EMAIL PROTECTED]'
Subject: Any known stability issues with CF Server 4.5 on NT? 


Hello All, 

I am trying to figure out which version of CFServer to run a website on. I
have been using 4.0 for a long time without incident but I want to use the
new stuff in 4.5 (ie. better support for Oracle). I have heard some murmers
about 4.5 not being stable. Does anyone have any information, experiences or
news about patches they would like to share? 

Thanks in advance, 

Mat 

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



Re: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Mike Hughes

Hello Reuben,

Thursday, Thursday, April 06, 2000, you wrote to me:

RK I have Win 2000 on a Compaq Armada 1750.. 
I just recieved a Compaq Presario 1800 with Windows 2000

RK In CF Studio 4.5a (also tried 4.5.1rc2)
Currently using 4.5a

What mouse are you using? Touch pad?
 I use a Logitech Mouse Man Plus with a wheel, I do not use the
 Touch Pad
RK Double clicking on a word doesn't select the word like normal -- it selects 
everything to
RK the left of the cursor and to the beginning of the word.
   Always has worked for me this way (I like it), from Studio 3 I believe -
   but I know 4 work like this

RK  The mouse wheel doesn't work inside CF Studio.. Other such
RK annoying behavior.
My logitech works great in Studio

RK The mouse works great in every other app on the system, its just CF 
RK Studio that acts like this.
Maybe look at the driver for the mouse

RK These may seem like minor whines but they can become quite irritating 
RK when working full time inside CF Studio.
 I know I would hate it.



 Thanks,
 Mike Hughes
 Web Applications Developer 
 mailto:[EMAIL PROTECTED]


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



  1   2   >