RE: Group Discounts a possibility for Conference?

2000-09-25 Thread Ken Wilson


Ahh, but I didn't say anything about fiscal *strength*, just fiscal sense.
It makes no sense to offer discounts on a product that you know is going to
sell-out anyway. That'd be like giving away money. Then the class action
lawyers might actually have a case.  :)

Ken



-Original Message-
From: Ed Toon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 12:47 AM
To: CF-Talk
Subject: RE: Group Discounts a possibility for Conference?


I go to conferences every other day that offer group discounts. I just went
to one today. We took five developers, paid about 700 bucks per person,
after a $300 discount per head. This is definitely not a sign of fiscal
strength. I'd say it's quite the opposite, but that'd sound like I wanted to
start something, which I don't... ;)

Ed

> Offering discounts to an event that's gonna sell-out anyway wouldn't make
> much fiscal sense. Take it as a good sign that CF is a winner in the
> marketplace despite the fickle stockmarket.



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

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



RE: performance white papers

2000-09-25 Thread Jared Clinton

Its a bad example.. cfmail sucks compared with most mailers that you buy..

Jared.

> -Original Message-
> From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 26, 2000 3:42 PM
> To: CF-Talk
> Subject: Re: performance white papers
> 
> 
> On Mon, 25 Sep 2000 13:23:17 -0700, [EMAIL PROTECTED] wrote:
> 
> >How do you sell them on this?  Show them CFMAIL.  That's 
> what I do.  At
> >dinner/lunches with consulting clients I say, here's what 
> you do in ASP and
> >here's how CFMAIL works.  Their eyes usually bug out and the 
> say, "Wow
> >that's easy!" ... to which you say, "No, that's power 
> properly used.  It's
> >why I can take a solid design and code it for you so much 
> faster than in
> >another language and still have the same raw power other 
> languages do."
> 
> For the uninitiated, how (roughly) do you send email with 
> ASP? I don't use
> it so I don't know, but I am often asked why a client should 
> fork out for CF
> when they can have ASP.. seems like a good example.
> 
> K.
> __
> Kay Smoljak - HTML/ColdFusion Developer - PerthWeb Pty Ltd
> Internet Solutions for your business!
> 
> Level 9/105 St George's Tc - Perth - Western Australia
> Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
> Visit Perth online! : www.perthweb.com.au
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: performance white papers

2000-09-25 Thread Kay Smoljak

On Mon, 25 Sep 2000 13:23:17 -0700, [EMAIL PROTECTED] wrote:

>How do you sell them on this?  Show them CFMAIL.  That's what I do.  At
>dinner/lunches with consulting clients I say, here's what you do in ASP and
>here's how CFMAIL works.  Their eyes usually bug out and the say, "Wow
>that's easy!" ... to which you say, "No, that's power properly used.  It's
>why I can take a solid design and code it for you so much faster than in
>another language and still have the same raw power other languages do."

For the uninitiated, how (roughly) do you send email with ASP? I don't use
it so I don't know, but I am often asked why a client should fork out for CF
when they can have ASP.. seems like a good example.

K.
__
Kay Smoljak - HTML/ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

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



RE: Cheap CF Hosting FOUND

2000-09-25 Thread Chris Montgomery

Even cheaper - FREE!
http://www.cfm-resources.com
Haven't used them, just thought I'd pass this along.

Chris Montgomery [EMAIL PROTECTED]  

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner & NetObjects Reseller   
210-490-3249/888-745-7603Fax 210-490-4692

>-Original Message-
>From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]]
>Sent: Monday, September 25, 2000 12:21 PM
>To: CF-Talk
>Subject: Cheap CF Hosting FOUND
>
>
>http://www.v-domains.com/
>
>9.95 per month includes CF.
>
>std disclaimers apply. No personal experience, just a web search find.
>
>
>
>Tim Claremont
>Xerox Corporation
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: JavaScript "object expected" error

2000-09-25 Thread Christopher Olive, CIO

you're using the assignment statment in your compare.

if (theForm.elements(i).value = "1")

assigns "1" to theForm.elements(i).value.  it sould be

if (theForm.elements(i).value == "1")

notice the double ='s.

i should have noticed that earlier, sorry.  i hope it helps.  it IS late.
i've cc'd you on it in the hopes that it might help you out faster.

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



-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 8:26 PM
To: CF-Talk
Subject: RE: JavaScript "object expected" error


Thanks, Chris! That definitely fixed the errors...now...

The form itself is not validating. I.E., I am able to select a number of
fields to "registered" (represented by a 1) that exceeds the class
size...the action form still processes, even though the max has been
exceeded...
If this weren't a hot item right now and I weren't facing the prospect of
staying up all night with this, I would stick it out and figure it out
myself...but, I really need the sleep...;)



function validateForm(theForm){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}




Original Message Follows
From: "Christopher Olive, CIO" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: JavaScript "object expected" error
Date: Mon, 25 Sep 2000 20:03:08 -0400

you shoule have

function validateForm(theForm) {...

and reference all objects on this form as theform.elements(i)...

you're currently passing the form as a paramater ("return
validateForm(this)") but aren't using it in the function.

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



-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:33 PM
To: CF-Talk
Subject: OT: JavaScript "object expected" error


I'm deferring to the more experienced programmers on the list...

I am getting an "object expected" error with this javascript...can anyone
point out the problem?

TIA!

[snip]

[snip]



function validateForm(){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


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


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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


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

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



RE: checkboxes in a list

2000-09-25 Thread Scott, Andrew

Run a cfloop on the list then do a comparison against the person if it
matches then do a checked on the input type:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Albert, Gregory Mitchell (Greg) [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 15:30
To: CF-Talk
Subject: checkboxes in a list


I am designing an administration area and I need to assign a single page to
multiple people. Because I don't know how many people will need access and
because I'll be adding/deleting people all the time, I need to make all of
the values go into the same field (userPermissions) in the database.

The "pages" table has the following fields: pageID, pageDescription,
userPrivileges.

My code looks something like this:


#userID#


I can submit these values without a problem. A comma-delimited list is
inserted into the DB.

My problem is that when I try to edit the page to change permissions, I
can't see who was selected (or checked) before and who wasn't.

I know this is a common problem, but I haven't been able to find any
articles that really explain the problem I'm running into. I know it's
something simple that I'm just not seeing.

Can anyone shed some light on my problem? Thanks in advance!

Greg Albert


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



Output from .cfm to .html using cfhttp

2000-09-25 Thread David

Hi all,

We need to output the result of a .cfm to .html. The idea was to have some
user input and when he clicks submit, a .html file will be generated. So in
CFHTTP tag, we specified the url as
"http://somedomain#cgi.script_name#?action=#url.action#" referring to the
page that does the processing. Our result file was generated in the
specified server directory but the content was "Connection Failure".

Any advise on what we might have missed out?

Thank you and regards
David


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



Re: SOT: Vignette?

2000-09-25 Thread Rob Keniger

on 9/26/00 3:02 PM, Peter Tilbrook at [EMAIL PROTECTED] wrote:

> Anyone out there have any exposure to the Vignette platform
> (http://www.vignette.com)?
> 
> Sounds like a neat product - currently powering the i7 Sydney Olympics site
> at http://www.olympics.com.au.

It's a neat product if you can afford it. Large corporations apply only,
please.

Spectra is similar and far, far cheaper.

Rob Keniger   [EMAIL PROTECTED]


big bang solutions
 p +61 7 3311 2733  f +61 7 3311 2744



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



SOT: Vignette?

2000-09-25 Thread Peter Tilbrook

Anyone out there have any exposure to the Vignette platform
(http://www.vignette.com)?

Sounds like a neat product - currently powering the i7 Sydney Olympics site
at http://www.olympics.com.au.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

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



Re: checkboxes in a list

2000-09-25 Thread Jim McAtee

Greg,

Assuming your list of user id's is also named 'userPermissions', try:

 checked>#userID#


Jim


-Original Message-
From: Albert, Gregory Mitchell (Greg) <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 10:30 PM
Subject: checkboxes in a list


>I am designing an administration area and I need to assign a single
page to
>multiple people. Because I don't know how many people will need access
and
>because I'll be adding/deleting people all the time, I need to make all
of
>the values go into the same field (userPermissions) in the database.
>
>The "pages" table has the following fields: pageID, pageDescription,
>userPrivileges.
>
>My code looks something like this:
>
>
>#userID#
>
>
>I can submit these values without a problem. A comma-delimited list is
>inserted into the DB.
>
>My problem is that when I try to edit the page to change permissions, I
>can't see who was selected (or checked) before and who wasn't.
>
>I know this is a common problem, but I haven't been able to find any
>articles that really explain the problem I'm running into. I know it's
>something simple that I'm just not seeing.
>
>Can anyone shed some light on my problem? Thanks in advance!
>
>Greg Albert


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



RE: Group Discounts a possibility for Conference?

2000-09-25 Thread Ed Toon

I go to conferences every other day that offer group discounts. I just went
to one today. We took five developers, paid about 700 bucks per person,
after a $300 discount per head. This is definitely not a sign of fiscal
strength. I'd say it's quite the opposite, but that'd sound like I wanted to
start something, which I don't... ;)

Ed

> Offering discounts to an event that's gonna sell-out anyway wouldn't make
> much fiscal sense. Take it as a good sign that CF is a winner in the
> marketplace despite the fickle stockmarket.


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



checkboxes in a list

2000-09-25 Thread Albert, Gregory Mitchell (Greg)

I am designing an administration area and I need to assign a single page to
multiple people. Because I don't know how many people will need access and
because I'll be adding/deleting people all the time, I need to make all of
the values go into the same field (userPermissions) in the database.

The "pages" table has the following fields: pageID, pageDescription,
userPrivileges.

My code looks something like this:


#userID#


I can submit these values without a problem. A comma-delimited list is
inserted into the DB.

My problem is that when I try to edit the page to change permissions, I
can't see who was selected (or checked) before and who wasn't.

I know this is a common problem, but I haven't been able to find any
articles that really explain the problem I'm running into. I know it's
something simple that I'm just not seeing.

Can anyone shed some light on my problem? Thanks in advance!

Greg Albert

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



RE: Weird prob with Application.cfm

2000-09-25 Thread Ed Toon

Of course you can. The problem is likely a few lines above this section...
maybe an unterminated string on line 8. ;)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 2:58 PM
To: CF-Talk
Subject: RE: Weird prob with Application.cfm


Can you put a  block inside a regular  construct like that?
I'd guess that was the problem. Put the conditional in the  and
see if it helps.

-Ron

> -Original Message-
> From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 4:34 PM
> To: CF-Talk
> Subject: RE: Weird prob with Application.cfm
>
>
> Which line is line 10?
>
> > -Original Message-
> > From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 3:06 PM
> > To: CF-Talk
> > Subject: Weird prob with Application.cfm
> >
> >
> > I have this code in 2 different Application.cfm files.
> >
> > 
> > 
> > Variables.CompanyName = "Janty.com";
> > Variables.DSN = "Janty2";
> > Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp";
> > Variables.DownloadPath = "../downloads";
> > Variables.StreamPath = "mms://165.166.179.180";
> > 
> > 
> >
> > It works fine in one of them, but in the other I get this error:
> >
> > ---
> >
> > Just in time compilation error
> >
> > Invalid parser construct found on line 10 at position 53. ColdFusion was
> > looking at the following text:
> >
> > .
> >
> > Invalid expression format. The usual cause is an error in the expression
> > structure.
> > The last successfully parsed CFML construct was a CFIF tag occupying
> > document position (10:1) to (10:5).
> > ---
> >
> > Now why is it giving me an error on one Application.cfm and not
> the other?
> > I copied and pasted the code, so it's the same as far as I can
> tell.  One
> > odd thing I did notice is that the  >  on the   is black
> instead of
> > that brownish color.  This usually tells me that another tag
> isn't closed
> > properly somewhere, but I'll be danged if I can find it.
> >
> > Thanks
> >
> > Todd
> >
> >
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


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

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



Re: Cheap CF Hosting FOUND

2000-09-25 Thread Mike Kear

At 01:20 PM 25-09-00 -0400, you wrote:
>http://www.v-domains.com/
>
>9.95 per month includes CF.

Did you notice that if you want a database at all you have to go up to
$19.95 a month though.

CHeers,

Mike Kear
[EMAIL PROTECTED]
www.afp.zip.com.au
Windsor, NSW, Australia

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



Re: Using a TARGET in a URL

2000-09-25 Thread Jim McAtee

The thing to keep in mind is where the action is processed.  A
CFLOCATION is executed on the server, by CF, and CF has no way to know
(and doesn't care) into which window the browser is going to load the
requested page.  A target="xyz" in an HREF is processed by the browser.
If you need a new window, or have to load a page into an existing window
or frame, the code, whether straight HTML or JavaScript, needs to be
embedded within the source of the requesting page so that it can be
executed by the browser.

Jim


-Original Message-
From: stas <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 9:07 PM
Subject: RE: Using a TARGET in a  URL


>Do you mean target or anchor? But in either case, you have to do some
>post-processing based on your URL parameters in the target action file.
>
>-Original Message-
>From: Mary Fowler [mailto:[EMAIL PROTECTED]]
>Sent: Monday, September 25, 2000 7:57 PM
>To: CF-Talk
>Cc: Mary Fowler
>Subject: Using a TARGET in a  URL
>
>
>Greetings,
>
>Is there anyway to use  and include a html target in the
URL.
>
>This doesn't work:
>
>url="formulary.cfm#clincheck?CCMRUN=#URL.MRUN#&CCTIMESTAMP=#URL.TIMESTA
MP#">
>
>:(
>
>Is there any other way?  Any tips, hints or instructions would be most
>welcomed.
>
>TIA,
>:)mary
>
>
>---
-
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
>send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
>the body.
>
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

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



RE: Using a TARGET in a URL

2000-09-25 Thread Max Paperno


If you mean anchor, then just put it at the end of your URL parameter string:

formulary.cfm?CCMRUN=#URL.MRUN#&CCTIMESTAMP=#URL.TIMESTAMP###clincheck

Note that you'll want to double up the # sign in front of the anchor name (otherwise 
you'll get a CF error).

You can't use a target in a cflocation because a target attribute is only relevant on 
the client side -- CF has no way to direct output to a particular frame in the browser.

HTH,
-Max


>Do you mean target or anchor? But in either case, you have to do some
>post-processing based on your URL parameters in the target action file.
>
>-Original Message-
>From: Mary Fowler [mailto:[EMAIL PROTECTED]]
>Sent: Monday, September 25, 2000 7:57 PM
>To: CF-Talk
>Cc: Mary Fowler
>Subject: Using a TARGET in a  URL
>
>
>Greetings,
>
>Is there anyway to use  and include a html target in the URL.
>
>This doesn't work:
>
>url="formulary.cfm#clincheck?CCMRUN=#URL.MRUN#&CCTIMESTAMP=#URL.TIMESTAMP#">
>
>:(
>
>Is there any other way?  Any tips, hints or instructions would be most
>welcomed.
>
>TIA,
>:)mary

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



RE: Using a TARGET in a URL

2000-09-25 Thread stas

Do you mean target or anchor? But in either case, you have to do some
post-processing based on your URL parameters in the target action file.

-Original Message-
From: Mary Fowler [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:57 PM
To: CF-Talk
Cc: Mary Fowler
Subject: Using a TARGET in a  URL


Greetings,

Is there anyway to use  and include a html target in the URL.

This doesn't work:



:(

Is there any other way?  Any tips, hints or instructions would be most
welcomed.

TIA,
:)mary



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

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



[still unresolved] JavaScript "object expected" error

2000-09-25 Thread Terri Stocke

Thanks to everyone who has patiently helped me thus far!

Okay, I updated my JavaScript to the following:



function validateForm(adminchange){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is #classname.class_size#');
return false;
}
return true;
}



I noticed that in two of the IF statements, I had a single "=" instead of 
"==" to check for equality...

However, here's the new situation. Although I no longer receive any 
javascript errors, the form is still letting me submit to the action page, 
even if I have selected beyond the maximum class size. Then, if I go back 
and refresh the screen with the new data (i.e. all of the new registrants, 
exceeding the class size), then try to change ANYTHING (even from a 
"registered" status to a "cancelled" status), I get the alert message.

I'm ready to start beating my monitor with my floppy wrist pad...

PlEASE help so I can get some sleep tonight!  <:D

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

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



Re: Delay

2000-09-25 Thread Michael Gagnon

It's still there.  Thanks!
I will use it also!

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 10:56 PM
Subject: RE: Delay


> > There really should be a 'pause' tag that does not use much cpu.
> >
> > I doubt that I am the first to say this but I will
> > repeat myself on the allaire forums.
>
> There is... it's called CFX_Sleep, and it used to be available in the tag
> gallery. It's the *only* tag I found that didn't spike the CPU to 100%
(like
> a simple loop will do)... if fact, it doesn't even blip the CPU. And, it's
> free. Woo hoo.
>
> -ron
>
>
>
> --

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

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



Using a TARGET in a URL

2000-09-25 Thread Mary Fowler

Greetings,

Is there anyway to use  and include a html target in the URL.

This doesn't work:



:(

Is there any other way?  Any tips, hints or instructions would be most
welcomed.

TIA,
:)mary


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



Re: cf_imagesize

2000-09-25 Thread Roger Lim

Hi,

 I tried using this CFX_IMAGE thing and apparently it gives me the below
error :

 Error loading CFX custom tag library

 Unable to load the library associated with the custom tag CFX_IMAGE
 (/usr/local/httpd/virtual_host/hersing/image.dll)

 Error: ld.so.1: /opt/coldfusion/bin/cfserver: fatal:
 /usr/local/httpd/virtual_host/hersing/image.so: open failed: No such file
or
 directory

 I had done the settings in the ColdFusion Administrator and in my coding I
 put 

 May I know what goes wrong here?

 Thanks
 roger

> - Original Message -
> From: Robert Everland <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Friday, September 22, 2000 11:11 PM
> Subject: RE: cf_imagesize
>
>
> > I had the same problem. Use cfx_image works perfectly.
> > http://www.intrafoundation.com/cf.html
> >
> > Robert Everland III
> > Web Developer
> > Dixon Ticonderoga
> >
> >
> > -Original Message-
> > From: Juan Andres Alvarez Valenzuela [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, September 22, 2000 10:47 AM
> > To: CF-Talk
> > Subject: cf_imagesize
> >
> >
> > by the way, I have a problem with cf_imagesize tag.
> > I test cf_imagesize and everything was ok but it return me wrong images
> > sizes with some image files.
> >
> > anyone have the same problem ?
> >
> >
> > - Original Message -
> > From: Mark Warrick <[EMAIL PROTECTED]>
> > Newsgroups: cf-talk
> > Sent: Thursday, September 21, 2000 6:27 PM
> > Subject: RE: Image validation
> >
> >
> > I could use that as CF_ImageSize tag well.
> >
> > --
> > Mark Warrick
> > Phone: (714) 547-5386
> > Efax.com Fax: (801) 730-7289
> > Personal Email: [EMAIL PROTECTED]
> > Personal URL: http://www.warrick.net
> > Business Email: [EMAIL PROTECTED]
> > Business URL: http://www.fusioneers.com
> > ICQ: 346566
> > --
> >
> >
> > > -Original Message-
> > > From: Roger Lim [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, September 21, 2000 1:20 AM
> > > To: CF-Talk
> > > Subject: Re: Image validation
> > >
> > >
> > > Nick,
> > >
> > > Can you send the tag to me? I really need that, thanks! ;))
> > >
> > > Roger
> > > - Original Message -
> > > From: DeVoil, Nick <[EMAIL PROTECTED]>
> > > To: CF-Talk <[EMAIL PROTECTED]>
> > > Sent: Thursday, September 21, 2000 4:06 PM
> > > Subject: RE: Image validation
> > >
> > >
> > > > Roger
> > > > Russ Michaels very kindly sent me CF_ImageSize which does exactly
> that,
> > > I'm
> > > > not sure if it's in the gallery. If not, let me know I could
> > > send it on to
> > > > you assuming Russ doesn't mind.
> > > > Nick
> > > >
> > > > -Original Message-
> > > > From: Roger Lim [mailto:[EMAIL PROTECTED]]
> > > > Sent: Thursday, September 21, 2000 6:42 AM
> > > > To: CF-Talk
> > > > Subject: Image validation
> > > >
> > > >
> > > > Hi,
> > > >
> > > > Apparently I allow user to upload their image files into my server,
> > > however
> > > > I wish to check their image width and height, how do I go about
> > > doing that
> > > ?
> > > >
> > > > Thanks.
> > > > Roger
> > > >
> > > >
> >
>
> --
> > > --
> > > > --
> > > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > > To Unsubscribe visit
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> > > the body.
> > >
> > >
> > > **
> > > Information in this email is confidential and may be privileged.
> > > It is intended for the addressee only. If you have received it in
error,
> > > please notify the sender immediately and delete it from your system.
> > > You should not otherwise copy it, retransmit it or use or disclose its
> > > contents to anyone.
> > > Thank you for your co-operation.
> > > **
> >
>
> --
> > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --
> --
> > --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --
> --
> > --
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?si

RE: Delay

2000-09-25 Thread ron

> There really should be a 'pause' tag that does not use much cpu.
>
> I doubt that I am the first to say this but I will
> repeat myself on the allaire forums.

There is... it's called CFX_Sleep, and it used to be available in the tag
gallery. It's the *only* tag I found that didn't spike the CPU to 100% (like
a simple loop will do)... if fact, it doesn't even blip the CPU. And, it's
free. Woo hoo.

-ron



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



Re: OT: JavaScript "object expected" error

2000-09-25 Thread David Shadovitz

You're calling the function with an argument, but the function definition
has no argument.  The argument is "this" which is an object (the form),
so the call triggers the "object expected" error.  Either omit the
argument by using
  return validateFrom()
or add an argument to the function definition
  function validateForm(f)
If yoy go the 2nd route, use "f" rather than "document.adminchange".
-David

On Mon, 25 Sep 2000 23:32:57 GMT "Terri Stocke" <[EMAIL PROTECTED]>
writes:
> I'm deferring to the more experienced programmers on the list...
> 
> I am getting an "object expected" error with this javascript...can 
> anyone 
> point out the problem?
> 
> TIA!
> 
> [snip]
>  action="admin_edit.cfm?classid=#classid#" name="adminchange" 
> method="POST" 
> enablecab="Yes">
> [snip]
> 
> 
> 
> function validateForm(){
> var registeredCount = #registered.registered_count#;
>   for (i=0;i   if (left(document.adminchange.elements(i).name, 11) 
> ="status_name")
>   if (document.adminchange.elements(i).value = 
> "1")
>   registeredCount = registeredCount + 
> 1;
>   }
>   if (registeredCount > #classname.class_size#){
>   alert('The maximum class size is " & 
> #classname.class_size# & "."');
>   return false;
>   }
>   return true;
>   }
>   
>   

YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Delay

2000-09-25 Thread Mark Ireland



There really should be a 'pause' tag that does not use much cpu.

I doubt that I am the first to say this but I will
repeat myself on the allaire forums.





At 10:06 PM 25/09/00 -0300, you wrote:
>I use a CFLOOP to create a delay.
>
>
>
>
>There must be a better way, but I haven't found it yet.
>
>
>- Original Message -
>From: "Parker, Kevin" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>

>Sent: Monday, September 25, 2000 9:58 PM
>Subject: Delay
>
>
>> Can anyone help please?
>>
>> I'm trying to set up a delay in page without using a meta tag.
>>
>> I've tried this but it relocates straight way. Do I need to tell it that
>the
>> values are specifically dates? TIA!
>>
>> 
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> 
>>
>> 
>>
>>
>>
>>
>> 
>> Kevin Parker
>> Service and Communication
>> WorkCover Corporation
>>
>> [EMAIL PROTECTED]
>>
>> ph:  +61 8 82332548
>> fax: +61 8 82332000
>> 
>>
>>
>>
>>
>>
>
>> This e-mail is intended for the use of the addressee only. It may contain
>> information that is protected by legislated confidentiality and/or is
>> legally privileged. If you are not the intended recipient you are
>prohibited
>> from disseminating, distributing or copying this e-mail. Any opinion
>> expressed in this e-mail may not necessarily be that of the WorkCover
>> Corporation of South Australia. Although precautions have been taken, the
>> sender cannot warrant that this e-mail or any files transmitted with it
>are
>> free of viruses or any other defect.
>> If you have received this e-mail in error, please notify the sender
>> immediately by return e-mail and destroy the original e-mail and any
>copies.
>>
>
>> --
>
>> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Delay

2000-09-25 Thread Parker, Kevin

Thanks Jared and Michael - there are custom tags for this but our CF ISP
won't allow them as we share as server and they want to keep it standard
which I can understand, so I was looking for another way.



Kevin Parker
Service and Communication
WorkCover Corporation

[EMAIL PROTECTED]

ph:  +61 8 82332548
fax: +61 8 82332000



-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 26 September 2000 11:36:AM
To: CF-Talk
Subject: RE: Delay


Check the tag gallery for a wait tag... 

I'm guessing this code is being optimised out.

I'm also guessing that whatever reason you need a delay for .. ther is a
better way to fix the problem.

Jared.

> -Original Message-
> From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 26, 2000 10:58 AM
> To: CF-Talk
> Subject: Delay
> 
> 
> Can anyone help please?
> 
> I'm trying to set up a delay in page without using a meta tag.
> 
> I've tried this but it relocates straight way. Do I need to 
> tell it that the
> values are specifically dates? TIA!
> 
> 
> 
> 
> 
> 
> 
>   
>   
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> Kevin Parker
> Service and Communication
> WorkCover Corporation
> 
> [EMAIL PROTECTED]
> 
> ph:  +61 8 82332548
> fax: +61 8 82332000
> 
> 
> 
> 
> 
> **
> **
> This e-mail is intended for the use of the addressee only. It 
> may contain
> information that is protected by legislated confidentiality and/or is
> legally privileged. If you are not the intended recipient you 
> are prohibited
> from disseminating, distributing or copying this e-mail. Any opinion
> expressed in this e-mail may not necessarily be that of the WorkCover
> Corporation of South Australia. Although precautions have 
> been taken, the
> sender cannot warrant that this e-mail or any files 
> transmitted with it are
> free of viruses or any other defect.
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail 
> and any copies.
> **
> **
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

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




This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

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



Re: Delay

2000-09-25 Thread Michael Gagnon

I use a CFLOOP to create a delay.




There must be a better way, but I haven't found it yet.


- Original Message -
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 9:58 PM
Subject: Delay


> Can anyone help please?
>
> I'm trying to set up a delay in page without using a meta tag.
>
> I've tried this but it relocates straight way. Do I need to tell it that
the
> values are specifically dates? TIA!
>
> 
>
> 
> 
> 
> 
> 
> 
> 
>
> 
>
> 
>
>
>
>
> 
> Kevin Parker
> Service and Communication
> WorkCover Corporation
>
> [EMAIL PROTECTED]
>
> ph:  +61 8 82332548
> fax: +61 8 82332000
> 
>
>
>
>
>

> This e-mail is intended for the use of the addressee only. It may contain
> information that is protected by legislated confidentiality and/or is
> legally privileged. If you are not the intended recipient you are
prohibited
> from disseminating, distributing or copying this e-mail. Any opinion
> expressed in this e-mail may not necessarily be that of the WorkCover
> Corporation of South Australia. Although precautions have been taken, the
> sender cannot warrant that this e-mail or any files transmitted with it
are
> free of viruses or any other defect.
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
copies.
>

> --

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

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



RE: Delay

2000-09-25 Thread Jared Clinton

Check the tag gallery for a wait tag... 

I'm guessing this code is being optimised out.

I'm also guessing that whatever reason you need a delay for .. ther is a
better way to fix the problem.

Jared.

> -Original Message-
> From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 26, 2000 10:58 AM
> To: CF-Talk
> Subject: Delay
> 
> 
> Can anyone help please?
> 
> I'm trying to set up a delay in page without using a meta tag.
> 
> I've tried this but it relocates straight way. Do I need to 
> tell it that the
> values are specifically dates? TIA!
> 
> 
> 
> 
> 
> 
> 
>   
>   
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> Kevin Parker
> Service and Communication
> WorkCover Corporation
> 
> [EMAIL PROTECTED]
> 
> ph:  +61 8 82332548
> fax: +61 8 82332000
> 
> 
> 
> 
> 
> **
> **
> This e-mail is intended for the use of the addressee only. It 
> may contain
> information that is protected by legislated confidentiality and/or is
> legally privileged. If you are not the intended recipient you 
> are prohibited
> from disseminating, distributing or copying this e-mail. Any opinion
> expressed in this e-mail may not necessarily be that of the WorkCover
> Corporation of South Australia. Although precautions have 
> been taken, the
> sender cannot warrant that this e-mail or any files 
> transmitted with it are
> free of viruses or any other defect.
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail 
> and any copies.
> **
> **
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF 4.5.1 on Linux

2000-09-25 Thread Phil Labonte

I am having trouble with my CF server on Linux

I installed the server and everything is great.

But when I rebooted and I tried to get to the CF administrator I always get an
error saying that I cannot connect.

Has anyone else experience this same problem?



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



Delay

2000-09-25 Thread Parker, Kevin

Can anyone help please?

I'm trying to set up a delay in page without using a meta tag.

I've tried this but it relocates straight way. Do I need to tell it that the
values are specifically dates? TIA!










 








Kevin Parker
Service and Communication
WorkCover Corporation

[EMAIL PROTECTED]

ph:  +61 8 82332548
fax: +61 8 82332000






This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

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



RE: the black book of sql

2000-09-25 Thread Ben Forta

Not that I know of :-)

The book was printed in 1999, and reprinted in 2000 (no significant changes
though).

--- Ben


-Original Message-
From: Ken Wilson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 4:23 PM
To: CF-Talk
Subject: Re: the black book of sql


Mine is also by Forta and shows a first printing in Sept99. Perhaps there's
an older (or newer) version floating around by the other Author.

Ken



- Original Message -
From: <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 3:44 PM
Subject: Re: the black book of sql


> In a message dated 09/25/2000 1:33:53 PM Eastern Daylight Time,
> [EMAIL PROTECTED] writes:
>
> << Tutorial & examples:
>  Ben Forta, "SAMS Teach Yourself SQL in 10 Minutes", ISBN 0-672-31664-1,
>  $12.99 USA >>
>
> Unless we've got different versions, this is actually by William Robinson.
> But it is what I was going to recommend.  Well worth the $12.99 and the
time
> to read it.
>
> :-)
> Oriole
> --

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


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

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



RE: the black book of sql

2000-09-25 Thread Owen Leonard

You're talking about two different books (and subjects):

Sams Teach Yourself Microsoft Sql Server 7 in 10 Minutes
By William Robinson
Paperback - 224 pages (September 1999) 

Sams Teach Yourself Sql in 10 Minutes
by Ben Forta
Paperback - 208 pages (August 1999)

Owen


Athens County Library Services
http://www.athenscounty.lib.oh.us 


> > In a message dated 09/25/2000 1:33:53 PM Eastern Daylight Time,
> > [EMAIL PROTECTED] writes:
> >
> > << Tutorial & examples:
> >  Ben Forta, "SAMS Teach Yourself SQL in 10 Minutes", ISBN 
> 0-672-31664-1,
> >  $12.99 USA >>
> >
> > Unless we've got different versions, this is actually by 
> William Robinson.
> > But it is what I was going to recommend.  Well worth the 
> $12.99 and the
> time
> > to read it.

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



Re: What's wrong with this script?

2000-09-25 Thread Michael Gagnon

Same results.  I get the following:

(ID Français English Español)
1 Producteur Producer Productor
2 Producteur Producer Productor
3 Producteur Producer Productor

I should get:

(ID   Français   English   Español)
1  Producteur   Producer   Productor
2  Commercialisation   Marketing   Comercialización
3  Sous-traitant   Subcontractor

Thanks!

- Original Message -
From: "Chapman, Katrina" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 9:16 PM
Subject: RE: What's wrong with this script?


> You need to remove the languages.
>
> Try This
>
> 
>
>
>   #ID#
>
>   
>   
>   #txt#
>   
>
> 
>
>
> > -Original Message-
> > From: Michael Gagnon [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 5:07 PM
> > To: CF-Talk
> > Subject: What's wrong with this script?
> >
> >
> > Hi!
> >
> > I can't see what's wrong with this script.  I use the same thing
> > on another page and it works fine.  It gives me the same answers
> > on each row (the answers for the 1st row).
> >
> > 
> >
> >
> >   #ID#
> >
> >   
> >> evaluate("table.#FORM.hlang##Languages.Abrev#")>
> >   #txt#
> >   
> >
> > 
> >
> >
> >
> >
> > Here's the one that works:
> >
> > 
> >
> >
> >
> > 
> > 
> > 
> > #Data.a3##Abrev#
> >  > name="Sector#Abrev#"
> > value="#Val#" size="50" maxlength="100">
> > 
> > 
> > 
> > 
> >
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/cf_talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
> --

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

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



Re: Decrypt cold fusion files

2000-09-25 Thread Rob Keniger

on 9/26/00 5:06 AM, Zachary Bedell at [EMAIL PROTECTED] wrote:

> I do love the head-in-sand solution to the CFDecrypter problem...
> It's not like it's tough to find.  Any developer who uses CF's
> encryption and expects his code to be secure is REALLY delusional...

I don't expect my code to be secure, but I usually encrypt at least my
Application.cfm files which contain copyright notice comment tags. That way,
if I discover the files have been altered/decrypted the client has no legal
leg to stand on.

I value my intellectual property rights and I reserve my right to enforce
them. Using encryption makes it that much easier to prove my case.

Rob Keniger   [EMAIL PROTECTED]


big bang solutions
 p +61 7 3311 2733  f +61 7 3311 2744



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



Re: What's wrong with this script?

2000-09-25 Thread Mark Adams

You don't need #languages.Abrev# just #Abrev#

-Mark :o)

- Original Message -
From: Michael Gagnon <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 5:07 PM
Subject: What's wrong with this script?


> Hi!
>
> I can't see what's wrong with this script.  I use the same thing
> on another page and it works fine.  It gives me the same answers
> on each row (the answers for the 1st row).
>
> 
>
>
>   #ID#
>
>   
>   
>   #txt#
>   
>
> 
>
>
>
>
> Here's the one that works:
>
> 
>
>
>
> 
> 
> 
> #Data.a3##Abrev#
>  value="#Val#" size="50" maxlength="100">
> 
> 
> 
> 
>
> --

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

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



RE: JavaScript "object expected" error

2000-09-25 Thread Terri Stocke

Thanks, Chris! That definitely fixed the errors...now...

The form itself is not validating. I.E., I am able to select a number of 
fields to "registered" (represented by a 1) that exceeds the class 
size...the action form still processes, even though the max has been 
exceeded...
If this weren't a hot item right now and I weren't facing the prospect of 
staying up all night with this, I would stick it out and figure it out 
myself...but, I really need the sleep...;)



function validateForm(theForm){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}




Original Message Follows
From: "Christopher Olive, CIO" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: JavaScript "object expected" error
Date: Mon, 25 Sep 2000 20:03:08 -0400

you shoule have

function validateForm(theForm) {...

and reference all objects on this form as theform.elements(i)...

you're currently passing the form as a paramater ("return
validateForm(this)") but aren't using it in the function.

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



-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:33 PM
To: CF-Talk
Subject: OT: JavaScript "object expected" error


I'm deferring to the more experienced programmers on the list...

I am getting an "object expected" error with this javascript...can anyone
point out the problem?

TIA!

[snip]

[snip]



function validateForm(){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


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

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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

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



Good menu tags if any?

2000-09-25 Thread Scott, Andrew


I am looking for anyone who has already done this, or maybe know of an
existing tag that creates a menu system. The menu system at hand is just a
standard navigational link from the left hand side that expands when the
page is refreshed (so no DHTML required) the problem I am having is building
the code structure. If someone has already written or know of any location
that will build such a thing with at least 5 sub levels of any menu would be
much appreciated.

Really looking for a tag that already does this:-)


regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Michael Gagnon [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 11:07
To: CF-Talk
Subject: What's wrong with this script?


Hi!

I can't see what's wrong with this script.  I use the same thing
on another page and it works fine.  It gives me the same answers
on each row (the answers for the 1st row).


   
   
  #ID#
  
  
  
  #txt#
  
   





Here's the one that works:


   
   
 



#Data.a3##Abrev#







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



RE: What's wrong with this script?

2000-09-25 Thread Chapman, Katrina

You need to remove the languages.

Try This


   
   
  #ID#
  
  
  
  #txt#
  
   



> -Original Message-
> From: Michael Gagnon [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 5:07 PM
> To: CF-Talk
> Subject: What's wrong with this script?
> 
> 
> Hi!
> 
> I can't see what's wrong with this script.  I use the same thing
> on another page and it works fine.  It gives me the same answers
> on each row (the answers for the 1st row).
> 
> 
>
>
>   #ID#
>   
>   
>evaluate("table.#FORM.hlang##Languages.Abrev#")>
>   #txt#
>   
>
> 
> 
> 
> 
> 
> Here's the one that works:
> 
> 
>
>
>  
> 
> 
> 
> #Data.a3##Abrev#
>  name="Sector#Abrev#" 
> value="#Val#" size="50" maxlength="100">
> 
> 
> 
> 
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Law Suit

2000-09-25 Thread Chapman, Katrina

It soo silly.  If you go to

http://www.milberg.com/allaire/complaint.html

And try to right click or make any keystroke while in the window you'll get
a message that says:

"This document may not be downloaded.
It may be viewed by clicking on the scroll bar, on the right side of your
screen.
If you would like a hard copy of this complaint, please contact Milberg
Weiss at (800) 320-5081."

Silly, silly fool developer.  They don't know about turning off JS or
clicking on View/Source to get it.  

Think someone should tell them?

--K 

> -Original Message-
> From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 5:05 PM
> To: CF-Talk
> Subject: RE: Law Suit
> 
> 
> (Could' resit the temptation.)
> 
> Should that be Explain this to the 
> shareholders
> 
> 
> 
> Kevin Parker
> Service and Communication
> WorkCover Corporation
> 
> [EMAIL PROTECTED]
> 
> ph:  +61 8 82332548
> fax: +61 8 82332000
> 
> 
> 
> -Original Message-
> From: John Morgan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 26 September 2000 7:14:AM
> To: CF-Talk
> Subject: Law Suit
> 
> 
> Looks like Allaire has a new freshly pressed suit...
> 
> a law suit!
> 
> http://biz.yahoo.com/bw/000925/ny_milberg.html
> 
> 
> --
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.


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



What's wrong with this script?

2000-09-25 Thread Michael Gagnon

Hi!

I can't see what's wrong with this script.  I use the same thing
on another page and it works fine.  It gives me the same answers
on each row (the answers for the 1st row).


   
   
  #ID#
  
  
  
  #txt#
  
   





Here's the one that works:


   
   
 



#Data.a3##Abrev#






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



RE: JavaScript "object expected" error

2000-09-25 Thread Christopher Olive, CIO

you shoule have

function validateForm(theForm) {...

and reference all objects on this form as theform.elements(i)...

you're currently passing the form as a paramater ("return
validateForm(this)") but aren't using it in the function.

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



-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:33 PM
To: CF-Talk
Subject: OT: JavaScript "object expected" error


I'm deferring to the more experienced programmers on the list...

I am getting an "object expected" error with this javascript...can anyone
point out the problem?

TIA!

[snip]

[snip]



function validateForm(){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


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

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



RE: time

2000-09-25 Thread mcklyn1

Thanks for the assistancedid the trick for what I needed

-Original Message-
From: Mark Warrick [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 6:30 PM
To: CF-Talk
Subject: RE: time


Well, another problem is that you weren't using valid time object.

If you use "5:30AM", CF will think that's a text string.

If you use the proper format: "5:30 AM", it will work fine.

I tested my code before I sent it to the list, and if you follow the code
exactly, it will work fine.

---mark

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: Gavin Myers [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 12:13 PM
> To: CF-Talk
> Cc: '[EMAIL PROTECTED]'
> Subject: re: time
>
>
> had the same problem, heres the solution
>
> if you try and run an if then statement using standard time, like this:
>
> If now gt "5:30AM" and now lt "4:00PM then
> hey we're open
> else
> sorry closed
> /if
>
> it doesnt work right?
>
> what you have to do (just for the if then part) is use military time
> like this just goes by hours(HH), so 5:30AM is 5, and 4:00PM is 16
>
>  "12">
> 
> 
> 
>
> 
> 
>  "HH")# lt "16">
> 
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


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


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



RE: Law Suit

2000-09-25 Thread Parker, Kevin

(Could' resit the temptation.)

Should that be Explain this to the shareholders



Kevin Parker
Service and Communication
WorkCover Corporation

[EMAIL PROTECTED]

ph:  +61 8 82332548
fax: +61 8 82332000



-Original Message-
From: John Morgan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 26 September 2000 7:14:AM
To: CF-Talk
Subject: Law Suit


Looks like Allaire has a new freshly pressed suit...

a law suit!

http://biz.yahoo.com/bw/000925/ny_milberg.html



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




This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

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



RE: Law Suit [OT]

2000-09-25 Thread Steve Pierce

The current CEO did quite well. He sold something a hundred million in
shares back in February at the peak.

-Original Message-
From: Stephen M. Aylor [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:00 PM
To: CF-Talk
Subject: Re: Law Suit [OT]


Damn!

ALLR share price is chillin w/ the titanic about now WTF?

Looks like Oroforao or whatever made a real BAD career move.

Steve

- Original Message -
From: "John Morgan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 2:43 PM
Subject: Law Suit


> Looks like Allaire has a new freshly pressed suit...
>
> a law suit!
>
> http://biz.yahoo.com/bw/000925/ny_milberg.html
>
>
> --

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



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

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



RE: SQL Select Max + a column

2000-09-25 Thread Mark Warrick

Thanks Doug,

I solved the issue with this code:

SELECT ID_ENC_TOY_IMAGE, ENC_TOY_IMAGE_LINK_TEXT
FROM   ENC_TOY_IMAGE
WHERE  ID_ENC_TOY_IMAGE = 
(SELECT max(ID_ENC_TOY_IMAGE)
FROM ENC_TOY_IMAGE
WHERE ID_ENC_TOY = #ID_ENC_TOY#)

I was trying to grab the max id_enc_toy_image (last entered record) and the link text 
associated with it.

If I tried using the typical SELECT max (id_enc_toy_image) as whatever, 
enc_toy_image_link_text, I got a SQL aggregate error.  But anyway, the above solution 
worked great.

---mark


--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 1:42 PM
> To: CF-Talk
> Subject: RE: SQL Select Max + a column
> 
> 
> Mark,
> 
> How about explaining the need just a bit more.  I'm not clear about the
> max().  Are you trying to get the number and description of the 
> last item in
> the table or something else?
> 
> If you just want the description and ID of the last item in the database,
> the sub-select proposed by someone earlier would be the way to go.
> 
> This way it will find the max ID then do a select on the table for the ID
> (yes it's redundant but easy to reference) and text for just that ID.
> 
> --Doug
> 
> SELECT
>   ID_ENC_TOY_IMAGE,
>   ENC_TOY_IMAGE_LINK_TEXT
> FROM
>   ENC_TOY_IMAGE (NOLOCK)   ... if dirty reads are ok ...
> WHERE
>   ID_ENC_TOY = #ID_ENC_TOY#   AND
>   ID_ENC_TOY_IMAGE =
>   (
>   SELECT
>   max (ID_ENC_TOY_IMAGE)
>   FROM ENC_TOY_IMAGE (NOLOCK)
>   )
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

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



OT: JavaScript "object expected" error

2000-09-25 Thread Terri Stocke

I'm deferring to the more experienced programmers on the list...

I am getting an "object expected" error with this javascript...can anyone 
point out the problem?

TIA!

[snip]

[snip]



function validateForm(){
var registeredCount = #registered.registered_count#;
for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & "."');
return false;
}
return true;
}


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

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



RE: time

2000-09-25 Thread Mark Warrick

Well, another problem is that you weren't using valid time object.

If you use "5:30AM", CF will think that's a text string.

If you use the proper format: "5:30 AM", it will work fine.

I tested my code before I sent it to the list, and if you follow the code exactly, it 
will work fine.

---mark

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: Gavin Myers [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 12:13 PM
> To: CF-Talk
> Cc: '[EMAIL PROTECTED]'
> Subject: re: time
> 
> 
> had the same problem, heres the solution
> 
> if you try and run an if then statement using standard time, like this:
> 
> If now gt "5:30AM" and now lt "4:00PM then
> hey we're open
> else
> sorry closed
> /if
> 
> it doesnt work right?
> 
> what you have to do (just for the if then part) is use military time
> like this just goes by hours(HH), so 5:30AM is 5, and 4:00PM is 16
> 
>  "12">
> 
> 
> 
> 
> 
> 
>  "HH")# lt "16">
> 
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

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



Re: SQL Help - 3rd attempt to post

2000-09-25 Thread Richard Kern

I'm sending this attempt w/o attachements.  The CF code is inline after
signature.  No DB.

Here is one possible solution.  It uses a noncorrelated inner query and a
union.  
I built a simple access db like you diagrammed (attached)
query and output are contained in .cfm page (attached)

output is as desired returning 2 rows.  Those of active status plus the news
for the year 2000 active status (news replaces the 'other' field when
available).

Does this resolve the question?
Richard

_ begin cf code




SELECT  area,status,other
FROM Table1 T
WHERE '2000'  IN
   (SELECTyear
 FROM   Table2 
 WHERE   T.ID = ID)

UNION


SELECT  area,year,news
FROM Table2
WHERE Table2.year = '2000'





DB Trial






Area
Status/year
Other/NEWS for the active





#news.Area#
#news.Status#
#news.Other#












 end cf code




-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 11:57 AM
To: CF-Talk
Subject: Re: SQL Help


Richard,

Thank you for your help.  Maybe if I give a much simpler example, you'll
get an idea of what I'm after.

TABLE1 (Areas)   TABLE2(AreaNews)
 ==
Area  Status(OtherStuff) Area  Year  News
         -
co01  ACTIVExx   co01  1998  x
 co01  1999  xxx
 co01  2000  xx
co02  INACTIVE  xx   co02  1997  xx
 co02  1998  x
co03  ACTIVE co03  1998  xxx
 co03  1999  


So, in the above example, TABLE1 has 3 records, TABLE2 has 8 records, I
want (in english):  "All the active areas, along with any news for the
year 2000".  The query should return 2 rows, only the first of which
would have news for 2000.  Note that I'm selecting some other fields
from TABLE1, but just News from TABLE2.

Thanks,
Jim







-Original Message-
From: Richard Kern <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 11:12 AM
Subject: RE: SQL Help


>The post is not entirely clear, You imply wanting 682 records (all A
'along
>with "news"')
>but specify only 593.  Selecting only 'actives' in A will get 593 as
you
>desire.  But, I will
>consider that you want records from A and B that meet your criteria.
In
>that case 89 records
>meet 'active' and 'year = 2000'.  So the query apparently works.
However if
>you want 682 (
>all A and those in B that meet the criteria) look at a 'union'.
>
>select_statement
>WHERE
>UNION
>select_statement
>WHERE
>ORDER BY (only one order clause allowed)
>
>
>(quick review of some SQL)
>1.  an outer join shows the join plus all the records that did not
>qualify from the first named table in your join specification.
>
>
>2.  A right join will do the same for the records in the second table.
>
>3.  non matching rows in either table can also be specified from either
>table (left or right join)
>
>4.  a union combines data from multiple queries into one display and by
>default
>removes duplicates (but check your documentation) UNION ALL will will
>include
>the duplicates
>
>5.  depending on your SQl implementation the join may be specified in
the
>WHERE (rather than the FROM) clause using
>*= (include all rows from first table) or =* (include all rows in
second
>table)
>
>
>-Original Message-
>From: Jim McAtee [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, September 24, 2000 4:10 PM
>To: CF-Talk
>Subject: SQL Help
>
>
>Try it again, with a subject this time...
>
>Can't figure out why the following query behaves like it does, but
>I'm guessing there must be something fundamental about how SQL
>operates that I'm not comprehending.
>
>I've got a one:many relationship between table A and table B.  Table
>B records represent "new for  year" for a given record in
>table A.  For example, there can be 0 or 1 "new for 2000" record in
>table B for one record in table A.   I've got about 650 records in
>table A, with 593 of them with a status of 'ACTIVE'.  In table B,
>there are about 1000 records, and exactly 89 are for the year 2000.
>
>Table A:
>areacode varchar(5)
>status   varchar(10)
>...
>
>Table B:
>areacode varchar(5)
>year smallint
>new  varchar(255)
>
>I want to return all of the records in A, along with the "news" for
>the year 2000, from table B.  I should get 593 records.  Since table
>B only has year 2000 records for 89 of the records in table A, I
>think I need to do a left outer join.
>
>SELECT A.*, B.new
>FROM A LEFT JOIN B ON A.areacode = B.areacode
>WHERE A.status = 'ACTIVE'
>  AND B.year = 2000
>
>I get only 89 records returned, and the query appears to behave
>exactly like an an inner join.  I suspect it has something to do
>with my WHERE clause that defines

Re: Law Suit [OT]

2000-09-25 Thread Stephen M. Aylor

Damn!

ALLR share price is chillin w/ the titanic about now WTF?

Looks like Oroforao or whatever made a real BAD career move.

Steve

- Original Message -
From: "John Morgan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 2:43 PM
Subject: Law Suit


> Looks like Allaire has a new freshly pressed suit...
>
> a law suit!
>
> http://biz.yahoo.com/bw/000925/ny_milberg.html
>
>
> --

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


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



RE: View Source of .CFM File

2000-09-25 Thread Scott, Andrew

There are two :$Data and +.htr and they are both IIS problems and not CF
related:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 00:39
To: CF-Talk
Subject: View Source of .CFM File



I am looking for a post from a month of so ago that details the command to
add to the end of a URL that will allow you to view the source of a .CFM
file on another server.

>From what I understand, and correct me if I am wrong, this command worked
with 4.0 servers but does not work with 4.5+.

Any details about this command would be appreciated!

Thanks

Tim Claremont
Xerox Corporation



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



RE: Web Server Questions

2000-09-25 Thread Scott, Andrew

I think you might want to double check what your saying, by going into the
KB articles at allaire I am sure that the latest patch had mentioned support
for IPlanet:-)



regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 25 September 2000 22:58
To: CF-Talk
Subject: Web Server Questions




I need to investigate a new web server for use at our company.  We currently
use
NES 3.6.3, but I just found out that it is on its way to being "unsupported"
by
Netscape.

I can upgrade to iPlanet Web Server or change to a new one.  However
according
to the documentation on CF, iPlanet is not a supported web server.  I am not
sure if it will ever be supported.

My questions are:

1.  Does anyone use iPlanet Web Server?  If so, do you like it?  How does it
scale?  Is it easy to administer?  Does CF run on it?

2.  Does anyone use O'Reilly WebSite?   If so, do you like it?  How does it
scale?  Is it easy to administer?  Does CF run on it?

TIA,
Mary



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



RE: Link that submits form

2000-09-25 Thread Stuart Duncan

I write a lot of these kinds of links...

When it gives you an error, and doesn't tell you what that error is... most 
often times it's because you have two forms on the page with the same name. 
The javascript just gets confused and breaks.
I run into this a lot when doing loops over a form, and trying to submit 
them with a link.  Make sure each form has a unique name.

Stuart Duncan
Maracasmedia.com


At 03:39 PM 9/25/00 -0700, you wrote:
>MM Derek,
>
>Curious.  Why is it that you believe that you need the ()'s?  I tried my
>code and it works perfectly.
>
>BB,
>--K
>
> > -Original Message-
> > From: Baker, Derek [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 2:55 PM
> > To: CF-Talk
> > Subject: RE: Link that submits form
> >
> >
> > Add parentheses around the whole javascript function call.
> > 
> >
> > > -Original Message-
> > > From:   Chapman, Katrina [SMTP:[EMAIL PROTECTED]]
> > > Sent:   Monday, September 25, 2000 1:47 PM
> > > To: CF-Talk
> > > Subject:FW: Link that submits form
> > >
> > > I tried posting this on Friday but it apparently didn't go
> > through.  So
> > > here
> > > it is again.
> > >
> > > 
> > >  > > WIDTH="16" HEIGHT="16" BORDER="0">
> > > 
> > >
> > >
> > > --K
> > >
> > > >  -Original Message-
> > > > From: System Administrator
> > > > Sent: Saturday, September 23, 2000 4:59 PM
> > > > To:   [EMAIL PROTECTED]
> > > > Subject:  Undeliverable: RE: Link that submits form
> > > >
> > > > Your message did not reach some or all of the intended recipients.
> > > >
> > > >   Subject:RE: Link that submits form
> > > >   Sent:   9/22/00 4:58 PM
> > > >
> > > > The following recipient(s) could not be reached:
> > > >
> > > >   [EMAIL PROTECTED] on 9/23/00 4:59 PM
> > > > The recipient was unavailable to take delivery of
> > > > the message
> > > >   The MTS-ID of the original message is: c=US;a= ;p=Volt
> > > > Information;l=CA_EXCHANGE1-000922235809Z-79020
> > > > MSEXCH:IMS:Volt Information
> > > > Sciences:Orange:CA_EXCHANGE1 3499 (000B099C) Host unreachable
> > > >
> > >
> > --
> > 
> > > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
>s/cf_talk or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> > the body.
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.


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



[OT} Advice on SQL Cursor

2000-09-25 Thread Dick Applebaum

I have a query that involves a distance calculation.  This actually 
is series of trig functions computed for each row in the recordset.

   some of the sub calculations are repeated several times (degrees to radians),
   test to avoid divide by zero, etc.

   the overall calculation is repeated at least twice once in the SELECT clause

   and again in the WHERE clause

   and possibly in the ORDER BY clause

This seems inefficient and I am looking for a better way.

The inefficiency is caused by the inability to compute a value and 
set a variable for each record... and then reuse the variable later 
in the processing of the same record (rather than recompute the value 
for each occurrence of the calculation).

The only way I can see to do this is by using a cursor...

Everything I have been told or read about cursors says to avoid them.

However, a cursor seems better than:

an inefficient query or sproc (above)

returning the entire recordset to CF and then loop through the query,
performing the calculations

Any recommendations?


TIA

Dick




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



RE: Adding numbers without resubmitting

2000-09-25 Thread Rice, David

I do that now with either CFSCRIPT (for the simpler stuff), and like the man
says, Javascript for the more involved stuff, Scott.

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

-Original Message-
From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 5:43 PM
To: CF-Talk
Subject: RE: Adding numbers without resubmitting


Use javascript:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 03:41
To: CF-Talk
Subject: Adding numbers without resubmitting


Here is my situation:

I have 5 questions which ask for a percenatge.

I would like a total at the bottom of the column to give a total of the 
percentages as they are added.  I have it working in a form, 5 text boxes,
and 
an onchange submit() in each one.  Then cfset=value1+value2+

Is there a way to do this without submitting and redrawing the page every 
time?

Kelly



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

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



Re: Link that submits form

2000-09-25 Thread William J Wheatley

sometimes the Code works but it is not
PERFECT code, syntax wise anyway, i've had things work that were Different
then the syntax in the book so i guess
different strokes for different folks


Bill Wheatley
IT Directory
AEPS INC
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645
- Original Message -
From: Chapman, Katrina <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 6:39 PM
Subject: RE: Link that submits form


> MM Derek,
>
> Curious.  Why is it that you believe that you need the ()'s?  I tried my
> code and it works perfectly.
>
> BB,
> --K
>
> > -Original Message-
> > From: Baker, Derek [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 2:55 PM
> > To: CF-Talk
> > Subject: RE: Link that submits form
> >
> >
> > Add parentheses around the whole javascript function call.
> > 
> >
> > > -Original Message-
> > > From: Chapman, Katrina [SMTP:[EMAIL PROTECTED]]
> > > Sent: Monday, September 25, 2000 1:47 PM
> > > To: CF-Talk
> > > Subject: FW: Link that submits form
> > >
> > > I tried posting this on Friday but it apparently didn't go
> > through.  So
> > > here
> > > it is again.
> > >
> > > 
> > >  > > WIDTH="16" HEIGHT="16" BORDER="0">
> > > 
> > >
> > >
> > > --K
> > >
> > > >  -Original Message-
> > > > From: System Administrator
> > > > Sent: Saturday, September 23, 2000 4:59 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Undeliverable: RE: Link that submits form
> > > >
> > > > Your message did not reach some or all of the intended recipients.
> > > >
> > > >   Subject: RE: Link that submits form
> > > >   Sent: 9/22/00 4:58 PM
> > > >
> > > > The following recipient(s) could not be reached:
> > > >
> > > >   [EMAIL PROTECTED] on 9/23/00 4:59 PM
> > > > The recipient was unavailable to take delivery of
> > > > the message
> > > > The MTS-ID of the original message is: c=US;a= ;p=Volt
> > > > Information;l=CA_EXCHANGE1-000922235809Z-79020
> > > > MSEXCH:IMS:Volt Information
> > > > Sciences:Orange:CA_EXCHANGE1 3499 (000B099C) Host unreachable
> > > >
> > >
> > --
> > 
> > > 
> > > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > > To Unsubscribe visit
> > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/cf_talk or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

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

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



Re: Law Suit

2000-09-25 Thread William J Wheatley

Man that creep for this firm is really someone i want to ruin just by
reading that article, man what a jerk.





Bill Wheatley
IT Directory
AEPS INC
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645
- Original Message -
From: Steve Pierce <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 6:15 PM
Subject: RE: Law Suit


> Yep these guys sue every time the stock price drops of any company. The
sad
> fact is they can usually settle for several million dollars every time,
even
> though every stock holder should know, holding tech stocks is risky. For a
> great story on these guys read the expose at Fortune Magazine that was
> published just a couple of weeks ago.
>
> http://library.northernlight.com/LH282101370.html?cb=13&sc=0#doc
>
> After reading this article you have to ask yourself, why is it worth even
> going public.
>
>  - Steve
>
>
>
> -Original Message-
> From: John Morgan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 5:44 PM
> To: CF-Talk
> Subject: Law Suit
>
>
> Looks like Allaire has a new freshly pressed suit...
>
> a law suit!
>
> http://biz.yahoo.com/bw/000925/ny_milberg.html
>
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

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

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



RE: Link that submits form

2000-09-25 Thread Chapman, Katrina

MM Derek,

Curious.  Why is it that you believe that you need the ()'s?  I tried my
code and it works perfectly.

BB,
--K

> -Original Message-
> From: Baker, Derek [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 2:55 PM
> To: CF-Talk
> Subject: RE: Link that submits form
> 
> 
> Add parentheses around the whole javascript function call.
> 
> 
> > -Original Message-
> > From:   Chapman, Katrina [SMTP:[EMAIL PROTECTED]]
> > Sent:   Monday, September 25, 2000 1:47 PM
> > To: CF-Talk
> > Subject:FW: Link that submits form
> > 
> > I tried posting this on Friday but it apparently didn't go 
> through.  So
> > here
> > it is again.
> > 
> > 
> >  > WIDTH="16" HEIGHT="16" BORDER="0">
> > 
> > 
> > 
> > --K
> > 
> > >  -Original Message-
> > > From: System Administrator  
> > > Sent: Saturday, September 23, 2000 4:59 PM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  Undeliverable: RE: Link that submits form
> > > 
> > > Your message did not reach some or all of the intended recipients.
> > > 
> > >   Subject:RE: Link that submits form
> > >   Sent:   9/22/00 4:58 PM
> > > 
> > > The following recipient(s) could not be reached:
> > > 
> > >   [EMAIL PROTECTED] on 9/23/00 4:59 PM
> > > The recipient was unavailable to take delivery of 
> > > the message
> > >   The MTS-ID of the original message is: c=US;a= ;p=Volt 
> > > Information;l=CA_EXCHANGE1-000922235809Z-79020
> > > MSEXCH:IMS:Volt Information 
> > > Sciences:Orange:CA_EXCHANGE1 3499 (000B099C) Host unreachable
> > > 
> > 
> --
> 
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.

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



RE: Adding numbers without resubmitting

2000-09-25 Thread Scott, Andrew

Use javascript:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 03:41
To: CF-Talk
Subject: Adding numbers without resubmitting


Here is my situation:

I have 5 questions which ask for a percenatge.

I would like a total at the bottom of the column to give a total of the 
percentages as they are added.  I have it working in a form, 5 text boxes,
and 
an onchange submit() in each one.  Then cfset=value1+value2+

Is there a way to do this without submitting and redrawing the page every 
time?

Kelly



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



RE: Law Suit

2000-09-25 Thread Steve Pierce

Yep these guys sue every time the stock price drops of any company. The sad
fact is they can usually settle for several million dollars every time, even
though every stock holder should know, holding tech stocks is risky. For a
great story on these guys read the expose at Fortune Magazine that was
published just a couple of weeks ago.

http://library.northernlight.com/LH282101370.html?cb=13&sc=0#doc

After reading this article you have to ask yourself, why is it worth even
going public.

 - Steve



-Original Message-
From: John Morgan [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 5:44 PM
To: CF-Talk
Subject: Law Suit


Looks like Allaire has a new freshly pressed suit...

a law suit!

http://biz.yahoo.com/bw/000925/ny_milberg.html



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

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



RE: comparing original data with user inputted changes

2000-09-25 Thread Terri Stocke


David,

Thanks for taking the time to help me out on this. In fact, I would very 
much prefer to do the check client-side -- I've only steered clear of it 
because of my lack of expertise with javascript. I am fiddling around with 
the example you provided (thanks for taking the time to write that), and 
came up with the following:


function validateForm(){
var registeredCount = #registered.registered_count#;
  for (i=0;i #classname.class_size#){
alert('The maximum class size is " & #classname.class_size# & ".");
return false;   }
return true;}



(I named the form "adminchange".) I keep getting a javascript error 
"unterminated string constant". I'm assuming that I need to change the 
"element" placeholder? I know I'm sounding really ignorant here, but not 
dealing with this every day, I need to lean on some expertise a bit more.

I'll be up all night tonight until I get this piece working. They want to 
put this into production tomorrow morning!

Thanks so much for your help!

Terri

Original Message Follows
From: "Hayes, David" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: comparing original data with user inputted changes
Date: Mon, 25 Sep 2000 15:32:05 -0500

OK.  Assuming that the submitted page contains ALL the requests for the
class, you don't really care what the current vs. original status is for
each item, right?  You only care if the total "registered" GT "class size".


You could do something like,
(pseudo code)
get maxClassSize
set registeredCount = 0
LOOP formfields
IF formfield name is one you're interested in and value =
'registered'
increment registeredCount
ENDIF
ENDLOOP

IF registeredCount > maxClassSize
abort
ENDIF

UPDATE DB


Of course, the admin is going to be bummed out if you don't return the
selected values on the form for them to resubmit.  In addition, your server
has to spend time processing invalid input. This seems like a good
opportunity for some client-side validation.  When the user clicks the form
Submit button, you could loop through the appropriate form fields and get
the "registered" count; you could compare this to the maxClassSize, stored
in a hidden form field or a javascript variable .  If the value is too high,
display an alert, and interrupt the processing.

I don't know what your experience is with JavaScript, but it's the same
psuedo-code as your CF page.  One important piece of JavaScript knowledge is
that the form elements form a collection you can loop through.  You also
need to give the relevant fields a similar prefix.


function validateForm(){
var registeredCount = 0;
for (i=0;i maxClassSize){
alert('The maximum class size is " & maxClassSize & ".");
return false;
}
return true;
}

Of course, if you're using VBScript, the syntax is different.  Good luck.





_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

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



RE: Link that submits form

2000-09-25 Thread Baker, Derek

Add parentheses around the whole javascript function call.


> -Original Message-
> From: Chapman, Katrina [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 1:47 PM
> To:   CF-Talk
> Subject:  FW: Link that submits form
> 
> I tried posting this on Friday but it apparently didn't go through.  So
> here
> it is again.
> 
> 
>  WIDTH="16" HEIGHT="16" BORDER="0">
> 
> 
> 
> --K
> 
> >  -Original Message-
> > From:   System Administrator  
> > Sent:   Saturday, September 23, 2000 4:59 PM
> > To: [EMAIL PROTECTED]
> > Subject:Undeliverable: RE: Link that submits form
> > 
> > Your message did not reach some or all of the intended recipients.
> > 
> >   Subject:  RE: Link that submits form
> >   Sent: 9/22/00 4:58 PM
> > 
> > The following recipient(s) could not be reached:
> > 
> >   [EMAIL PROTECTED] on 9/23/00 4:59 PM
> > The recipient was unavailable to take delivery of 
> > the message
> > The MTS-ID of the original message is: c=US;a= ;p=Volt 
> > Information;l=CA_EXCHANGE1-000922235809Z-79020
> > MSEXCH:IMS:Volt Information 
> > Sciences:Orange:CA_EXCHANGE1 3499 (000B099C) Host unreachable
> > 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Weird prob with Application.cfm

2000-09-25 Thread ron

Can you put a  block inside a regular  construct like that?
I'd guess that was the problem. Put the conditional in the  and
see if it helps.

-Ron

> -Original Message-
> From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 4:34 PM
> To: CF-Talk
> Subject: RE: Weird prob with Application.cfm
>
>
> Which line is line 10?
>
> > -Original Message-
> > From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 3:06 PM
> > To: CF-Talk
> > Subject: Weird prob with Application.cfm
> >
> >
> > I have this code in 2 different Application.cfm files.
> >
> > 
> > 
> > Variables.CompanyName = "Janty.com";
> > Variables.DSN = "Janty2";
> > Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp";
> > Variables.DownloadPath = "../downloads";
> > Variables.StreamPath = "mms://165.166.179.180";
> > 
> > 
> >
> > It works fine in one of them, but in the other I get this error:
> >
> > ---
> >
> > Just in time compilation error
> >
> > Invalid parser construct found on line 10 at position 53. ColdFusion was
> > looking at the following text:
> >
> > .
> >
> > Invalid expression format. The usual cause is an error in the expression
> > structure.
> > The last successfully parsed CFML construct was a CFIF tag occupying
> > document position (10:1) to (10:5).
> > ---
> >
> > Now why is it giving me an error on one Application.cfm and not
> the other?
> > I copied and pasted the code, so it's the same as far as I can
> tell.  One
> > odd thing I did notice is that the  >  on the   is black
> instead of
> > that brownish color.  This usually tells me that another tag
> isn't closed
> > properly somewhere, but I'll be danged if I can find it.
> >
> > Thanks
> >
> > Todd
> >
> >
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

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



RE: Weird prob with Application.cfm

2000-09-25 Thread Steve Bernard

Two things come to mind, but I think it's related to guess #1 ...

1) Studio bug that requires that you put a carriage return at the end of
last line
2) Different versions of CF

Steve

-Original Message-
From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 5:34 PM
To: CF-Talk
Subject: RE: Weird prob with Application.cfm


Which line is line 10?

> -Original Message-
> From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 3:06 PM
> To: CF-Talk
> Subject: Weird prob with Application.cfm
>
>
> I have this code in 2 different Application.cfm files.
>
> 
> 
> Variables.CompanyName = "Janty.com";
> Variables.DSN = "Janty2";
> Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp";
> Variables.DownloadPath = "../downloads";
> Variables.StreamPath = "mms://165.166.179.180";
> 
> 
>
> It works fine in one of them, but in the other I get this error:
>
> ---
>
> Just in time compilation error
>
> Invalid parser construct found on line 10 at position 53. ColdFusion was
> looking at the following text:
>
> .
>
> Invalid expression format. The usual cause is an error in the expression
> structure.
> The last successfully parsed CFML construct was a CFIF tag occupying
> document position (10:1) to (10:5).
> ---
>
> Now why is it giving me an error on one Application.cfm and not the other?
> I copied and pasted the code, so it's the same as far as I can tell.  One
> odd thing I did notice is that the  >  on the   is black instead of
> that brownish color.  This usually tells me that another tag isn't closed
> properly somewhere, but I'll be danged if I can find it.
>
> Thanks
>
> Todd
>
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


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

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



Law Suit

2000-09-25 Thread John Morgan

Looks like Allaire has a new freshly pressed suit...

a law suit!

http://biz.yahoo.com/bw/000925/ny_milberg.html


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



RE: Weird prob with Application.cfm

2000-09-25 Thread Evan Lavidor

Which line is line 10?

> -Original Message-
> From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 3:06 PM
> To: CF-Talk
> Subject: Weird prob with Application.cfm
>
>
> I have this code in 2 different Application.cfm files.
>
> 
> 
> Variables.CompanyName = "Janty.com";
> Variables.DSN = "Janty2";
> Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp";
> Variables.DownloadPath = "../downloads";
> Variables.StreamPath = "mms://165.166.179.180";
> 
> 
>
> It works fine in one of them, but in the other I get this error:
>
> ---
>
> Just in time compilation error
>
> Invalid parser construct found on line 10 at position 53. ColdFusion was
> looking at the following text:
>
> .
>
> Invalid expression format. The usual cause is an error in the expression
> structure.
> The last successfully parsed CFML construct was a CFIF tag occupying
> document position (10:1) to (10:5).
> ---
>
> Now why is it giving me an error on one Application.cfm and not the other?
> I copied and pasted the code, so it's the same as far as I can tell.  One
> odd thing I did notice is that the  >  on the   is black instead of
> that brownish color.  This usually tells me that another tag isn't closed
> properly somewhere, but I'll be danged if I can find it.
>
> Thanks
>
> Todd
>
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

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



Re: Group Discounts a possibility for Conference?

2000-09-25 Thread Ken Wilson

Offering discounts to an event that's gonna sell-out anyway wouldn't make
much fiscal sense. Take it as a good sign that CF is a winner in the
marketplace despite the fickle stockmarket.

Ken


- Original Message -
From: Andrea Wasik(CancerSource) <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 4:27 PM
Subject: RE: Group Discounts a possibility for Conference?


> Ok I just got a call back from Ed Sullivan at Allaire and he says "no
group
> discounts".
>
> Boy, 250+ people though, that sounds like a number deserving of a group
> discount!
>
> Andrea
>
> -Original Message-
> From: Mark Warrick [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 2:14 PM
> To: CF-Talk
> Subject: RE: Group Discounts a possibility for Conference?
>
>
> I've never heard of any group discounts, but since the question came up,
and
> anyone here has any knowledge of this... how about giving a group discount
> to all the members of Fusioneers.com (250+)?
>
> ---mark
>
>
> --
> Mark Warrick
> Phone: (714) 547-5386
> Efax.com Fax: (801) 730-7289
> Personal Email: [EMAIL PROTECTED]
> Personal URL: http://www.warrick.net
> Business Email: [EMAIL PROTECTED]
> Business URL: http://www.fusioneers.com
> ICQ: 346566
> --
>
>
> > -Original Message-
> > From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 25, 2000 11:03 AM
> > To: CF-Talk
> > Subject: Group Discounts a possibility for Conference?
> >
> >
> > Has anyone heard of Allaire giving group discounts for the Conference?
> >
> > (I am referring to the big Nov. Developer's conference in DC, thought I
> > would clarify because when I just called Allaire to ask to speak
> > to someone
> > about conference registrations, she thought I meant training classes)
> >
> > Reason is, my boss says I gotta ask. We might have 4-5 people from here
> > going. Couldn't find any mention of it in the conference area of
> > the Allaire
> > site.
> >
> > Andrea
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > _talk or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --

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

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



Re: Urgent NAtive Driver Question

2000-09-25 Thread William J Wheatley

hehe yea i just fixed the html stuff =) i saw that too

And no my dbtype="Sybase11"

and its strange other queries are working fine and they work from when run
from sql command or the CF query builder but on this one page they dont
and i know its somethign to do with going back to native drivers   rather
then ODBC because it just all of the sudden stopped workign just when i
changed to NATIVE
=)
Very bad, any ideas


- Original Message -
From: Christopher Olive, CIO <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 4:18 PM
Subject: RE: Urgent NAtive Driver Question


> first thing: please don't post in HTML format.  it makes code snippets
VERY
> difficult to read.
>
> in your CFQUERY tag, do you have DBTYPE defined?  if so, is it still
"ODBC"?
> if it is, that'll cause problems.
>
> chris olive, cio
> cresco technologies
> [EMAIL PROTECTED]
> http://www.crescotech.com
>
>
>
> -Original Message-
> From: William J Wheatley [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 4:09 PM
> To: CF-Talk
> Subject: Urgent NAtive Driver Question
>
>
> This is a multi-part message in MIME format.
>
> --=_NextPart_000_00C1_01C0270A.DBD68840
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Data Access Error=20
>
> Unknown Data Access Error.=20
>
>
> SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20
>
> Data Source =3D "AEPS"=20
>
>
> The error occurred while processing an element with a general identifier =
> of (CFQUERY), occupying document position (50:1) to (50:110) in the =
> template file /home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.
>
>
>
> DATE: Mon Sep 25 16:04:29 2000
> BROWSER: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
> REFERRER: http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1
> QUERY: fuseaction=3Daddjobs
> STOP__
>
>
>
> For some reason, we just  upgraaded to CF ENT for Linux and i have =
> changed my datasources from ODBC Sybase (merant) drivers to=20
>
> Native Sybase Drivers and now i'm getting this stupid error now i have =
> changed my cfquery tags to have
>
> dbserver & Dbtype now too any ideas?
>
> Bill Wheatley
> IT Directory
> AEPS INC
> www.aeps.com
> www.aeps2000.com
> 954-472-6684 X303
> ICQ: 417645
>
>
> --=_NextPart_000_00C1_01C0270A.DBD68840
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
> Data Access Error=20
> 
> Unknown Data Access Error.=20
> 
> SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20
> Data Source =3D "AEPS"=20
> 
> The error occurred while processing an element with a general =
> identifier of=20
> (CFQUERY), occupying document position (50:1) to (50:110) in the =
> template file=20
> /home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.
> 
> DATE: Mon Sep 25 16:04:29 2000BROWSER: Mozilla/4.0 =
> (compatible; MSIE=20
> 5.0; Windows 98; DigExt)REFERRER:=20
> http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1QUERY:=20
> fuseaction=3DaddjobsSTOP_=
> _
>  
> For some reason, we just  upgraaded to CF ENT for Linux and i =
> have=20
> changed my datasources from ODBC Sybase (merant) drivers to 
> Native Sybase Drivers and now i'm getting this stupid error now i =
> have=20
> changed my cfquery tags to have
> dbserver & Dbtype now too any ideas?
> Bill WheatleyIT DirectoryAEPS INC href=3D"http://www.aeps.com">www.aeps.com href=3D"http://www.aeps2000.com">www.aeps2000.com954-472-6684 =
> X303ICQ:=20
> 417645
>
> --=_NextPart_000_00C1_01C0270A.DBD68840--
>
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

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

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



Session.cart help

2000-09-25 Thread HappyToad.com

How do I pass a variable for qty. from my items page into the
 

I set up a simple from box to pass the info and have tried to use:



but get errors.

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



RE: SQL Select Max + a column

2000-09-25 Thread dougn

Mark,

How about explaining the need just a bit more.  I'm not clear about the
max().  Are you trying to get the number and description of the last item in
the table or something else?

If you just want the description and ID of the last item in the database,
the sub-select proposed by someone earlier would be the way to go.

This way it will find the max ID then do a select on the table for the ID
(yes it's redundant but easy to reference) and text for just that ID.

--Doug

SELECT
ID_ENC_TOY_IMAGE,
ENC_TOY_IMAGE_LINK_TEXT
FROM
ENC_TOY_IMAGE (NOLOCK)   ... if dirty reads are ok ...
WHERE
ID_ENC_TOY = #ID_ENC_TOY#   AND
ID_ENC_TOY_IMAGE =
(
SELECT
max (ID_ENC_TOY_IMAGE)
FROM ENC_TOY_IMAGE (NOLOCK)
)
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: SQL Server performance with CF

2000-09-25 Thread dougn


Are you noticing problems in this respect?  Usually until you receive lots
of traffic or are on a busy switch or hub, this isn't an issue.  But as
traffic grows, you may wish to make a few changes.

-Original Message-
From: Chris Lott [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 9:19 AM
To: CF-Talk
Subject: SQL Server performance with CF


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Are there ways to optimize the connection between a CF server and an
SQL Server machine? We've just plugged them both into the network
(they are side by side in the same server rooom) and ran, but I
wondered if there were ways to optimize the travel of data back and
forth between the machines themselves, or if this shouldn't be of
concern.

Not being a nethead, it seems strange to me that the signal has to
get all routed around when the machines are physically only a few
feet apart...

c

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 for message encryption and authentication: USE PGP!
Comment: PGP KeyID: 0x51046CFD

iQA/AwUBOc9679aLYehRBGz9EQJLJQCfW2+Z7D6qNJ4ojwid+m+7ptD9TC8AoN/w
fpXnfhnMVoIrGOU4JRgTklyq
=XUrM
-END PGP SIGNATURE-



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



RE: comparing original data with user inputted changes

2000-09-25 Thread Hayes, David

OK.  Assuming that the submitted page contains ALL the requests for the
class, you don't really care what the current vs. original status is for
each item, right?  You only care if the total "registered" GT "class size".


You could do something like,
(pseudo code)
get maxClassSize
set registeredCount = 0
LOOP formfields
IF formfield name is one you're interested in and value =
'registered'
increment registeredCount
ENDIF
ENDLOOP

IF registeredCount > maxClassSize
abort
ENDIF

UPDATE DB


Of course, the admin is going to be bummed out if you don't return the
selected values on the form for them to resubmit.  In addition, your server
has to spend time processing invalid input. This seems like a good
opportunity for some client-side validation.  When the user clicks the form
Submit button, you could loop through the appropriate form fields and get
the "registered" count; you could compare this to the maxClassSize, stored
in a hidden form field or a javascript variable .  If the value is too high,
display an alert, and interrupt the processing.

I don't know what your experience is with JavaScript, but it's the same
psuedo-code as your CF page.  One important piece of JavaScript knowledge is
that the form elements form a collection you can loop through.  You also
need to give the relevant fields a similar prefix.


function validateForm(){
var registeredCount = 0;
for (i=0;i maxClassSize){
alert('The maximum class size is " & maxClassSize & ".");
return false;
}
return true;
}

Of course, if you're using VBScript, the syntax is different.  Good luck.




-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 24, 2000 3:46 PM
To: CF-Talk
Subject: comparing original data with user inputted changes


All,

I'm still struggling with this particular piece of funtionality, so I'm 
reposting...

I'm working on a class approval app where employees fill out a form to 
request management approval to enroll in a company sponsored class.

An admin can go in and view all requests for each particular class, and 
change each request status (registered, wait list, pending approval, not 
approved, cancelled) via a dropdown list for each record. She can make all 
of her changes on the one screen, and click submit to update all of the 
records at once (via a loop in the update query in the action page).

Now, I don't want the admin to make the mistake of overbooking the class. 
So, I pass a hidden field with each record to indicate what the original 
status was for each record. Then in the action page, I'm trying to compare 
the original status with the status the user (may have) changed it to. If 
the admin changed a status to "registered" (represented by the value "1"), 
then I want the registered_count to increment. I then want to compare the 
registered_count to the maximum class size. If it has been exceeded, I want 
to display a CFABORT error message before any data is even written to the 
database.

This is what I've tried so far, but unfortunately, this is still allowing me

to register beyond the class capacity:














Any suggestions?

Thanks!
Terri
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


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



RE: Please help-Search engine

2000-09-25 Thread dougn

Good suggestion Mark.  That's the fastest and cleanest way.

You can also use a (gulp) LIKE 'AB%' clause but if you do, make sure you put
an INDEX on this field so that the model numbers will already be
alphabetically sorted.

Another way would be to use regular expressions.

--Doug

-Original Message-
From: Mark Warrick [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 12:07 PM
To: CF-Talk
Subject: RE: Please help-Search engine


I would split up the alpha numeric model number into two fields - a prefix
field for the alpha characters and a suffix field for the numeric
characters..

Then I'd do a LIKE search on the alpha characters and an exact search on the
numbers...



--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: monika kon [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 11:38 AM
> To: CF-Talk
> Subject: Please help-Search engine
> 
> 
> 
>  
>  Hello Everyone.
>  Please help me I am stuck.
>  I have to make a search on the basis of model number
>  which is present in Access database.
>  If I write model number suppose"ABC" or "AB"
>  then it should show me the same result.
>  That means while searching the alphabets should be
>  truncated automatically.
>  Please tell me how to do this.
>  
>  Please help!!!
>  
>  Thanks in advance.
>  
>  Shally
> 
> 
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


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



RE: Group Discounts a possibility for Conference?

2000-09-25 Thread Andrea Wasik(CancerSource)

Ok I just got a call back from Ed Sullivan at Allaire and he says "no group
discounts". 

Boy, 250+ people though, that sounds like a number deserving of a group
discount!

Andrea

-Original Message-
From: Mark Warrick [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 2:14 PM
To: CF-Talk
Subject: RE: Group Discounts a possibility for Conference?


I've never heard of any group discounts, but since the question came up, and
anyone here has any knowledge of this... how about giving a group discount
to all the members of Fusioneers.com (250+)?

---mark


--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 11:03 AM
> To: CF-Talk
> Subject: Group Discounts a possibility for Conference?
> 
> 
> Has anyone heard of Allaire giving group discounts for the Conference? 
> 
> (I am referring to the big Nov. Developer's conference in DC, thought I
> would clarify because when I just called Allaire to ask to speak 
> to someone
> about conference registrations, she thought I meant training classes)
> 
> Reason is, my boss says I gotta ask. We might have 4-5 people from here
> going. Couldn't find any mention of it in the conference area of 
> the Allaire
> site.
> 
> Andrea
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.


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



RE: Urgent NAtive Driver Question

2000-09-25 Thread Christopher Olive, CIO

first thing: please don't post in HTML format.  it makes code snippets VERY
difficult to read.

in your CFQUERY tag, do you have DBTYPE defined?  if so, is it still "ODBC"?
if it is, that'll cause problems.

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



-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 4:09 PM
To: CF-Talk
Subject: Urgent NAtive Driver Question


This is a multi-part message in MIME format.

--=_NextPart_000_00C1_01C0270A.DBD68840
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Data Access Error=20

Unknown Data Access Error.=20


SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20

Data Source =3D "AEPS"=20


The error occurred while processing an element with a general identifier =
of (CFQUERY), occupying document position (50:1) to (50:110) in the =
template file /home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.



DATE: Mon Sep 25 16:04:29 2000
BROWSER: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
REFERRER: http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1
QUERY: fuseaction=3Daddjobs
STOP__



For some reason, we just  upgraaded to CF ENT for Linux and i have =
changed my datasources from ODBC Sybase (merant) drivers to=20

Native Sybase Drivers and now i'm getting this stupid error now i have =
changed my cfquery tags to have

dbserver & Dbtype now too any ideas?

Bill Wheatley
IT Directory
AEPS INC
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645


--=_NextPart_000_00C1_01C0270A.DBD68840
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Data Access Error=20

Unknown Data Access Error.=20

SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20
Data Source =3D "AEPS"=20

The error occurred while processing an element with a general =
identifier of=20
(CFQUERY), occupying document position (50:1) to (50:110) in the =
template file=20
/home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.

DATE: Mon Sep 25 16:04:29 2000BROWSER: Mozilla/4.0 =
(compatible; MSIE=20
5.0; Windows 98; DigExt)REFERRER:=20
http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1QUERY:=20
fuseaction=3DaddjobsSTOP_=
_
 
For some reason, we just  upgraaded to CF ENT for Linux and i =
have=20
changed my datasources from ODBC Sybase (merant) drivers to 
Native Sybase Drivers and now i'm getting this stupid error now i =
have=20
changed my cfquery tags to have
dbserver & Dbtype now too any ideas?
Bill WheatleyIT DirectoryAEPS INChttp://www.aeps.com">www.aeps.comhttp://www.aeps2000.com">www.aeps2000.com954-472-6684 =
X303ICQ:=20
417645

--=_NextPart_000_00C1_01C0270A.DBD68840--


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

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



RE: performance white papers

2000-09-25 Thread dougn


EXACTLY!  And that's the argument you need to make.

--Doug

-Original Message-
From: Richard Colman [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 11:11 AM
To: CF-Talk
Subject: RE: performance white papers


Seems to me that most of the cost of developing, operating and maintaining
applications is in labor -- not cost of the software. Consider that most CF
apps go up two to three time faster than ASP (in terms of man-hours and
calendar time) -- making  $1,000 for CF is trivial for any medium to large
size project.

The math is left as an exercise for the student ...

R. Colman

-Original Message-
From: Won Lee [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 9:57 AM
To: CF-Talk
Subject: RE: performance white papers


Thanks Doug

I have run into the dreaded questions that clients ask, "Why should we pay
for CF when we can get ASP for free."

They want hard numbers to justify CF over ASP in terms of performance.

Won

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


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



RE: performance white papers

2000-09-25 Thread dougn

What kind of "numbers" in particular are they looking for.  In many cases
clients want numbers but aren't sure what numbers they really want.  In
reality all they usually want is for someone to assure them that it's the
right decision.

How do you sell them on this?  Show them CFMAIL.  That's what I do.  At
dinner/lunches with consulting clients I say, here's what you do in ASP and
here's how CFMAIL works.  Their eyes usually bug out and the say, "Wow
that's easy!" ... to which you say, "No, that's power properly used.  It's
why I can take a solid design and code it for you so much faster than in
another language and still have the same raw power other languages do."
It's also good to show them how easy it will be to make changes which
"you're sure they'll want to do as their site grows."

Usually this helps a lot of people through the discussion.

--Doug

-Original Message-
From: Won Lee [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 9:57 AM
To: CF-Talk
Subject: RE: performance white papers


Thanks Doug

I have run into the dreaded questions that clients ask, "Why should we pay
for CF when we can get ASP for free."

They want hard numbers to justify CF over ASP in terms of performance.

Won

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



Re: the black book of sql

2000-09-25 Thread Ken Wilson

Mine is also by Forta and shows a first printing in Sept99. Perhaps there's
an older (or newer) version floating around by the other Author.

Ken



- Original Message -
From: <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 3:44 PM
Subject: Re: the black book of sql


> In a message dated 09/25/2000 1:33:53 PM Eastern Daylight Time,
> [EMAIL PROTECTED] writes:
>
> << Tutorial & examples:
>  Ben Forta, "SAMS Teach Yourself SQL in 10 Minutes", ISBN 0-672-31664-1,
>  $12.99 USA >>
>
> Unless we've got different versions, this is actually by William Robinson.
> But it is what I was going to recommend.  Well worth the $12.99 and the
time
> to read it.
>
> :-)
> Oriole
> --

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

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



Re: Flushing mech..in CF

2000-09-25 Thread Jim McAtee

Sorry about the bad joke... just a little toilet humour. :)

If you're attempting to flush the output of a CF template, so that it
can be viewed in the browser as it's being generated by CF, then you're
out of luck.  CF cannot do that.  I believe it can be done in ASP, if
that's any help.

If by "flushing mechanism" you mean something else, then please
elaborate and I'm sure someone can help.

Jim


-Original Message-
From: Venkata Ramakrishna <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 12:48 AM
Subject: Re: Flushing mech..in CF


>Can u please explain whats this 'jiggle the handle'.
>I couldnt get it.
>--- Jim McAtee <[EMAIL PROTECTED]> wrote:
>> You need to jiggle the handle.
>>
>> Jim
>>
>>
>> -Original Message-
>> From: Venkata Ramakrishna <[EMAIL PROTECTED]>
>> To: CF-Talk <[EMAIL PROTECTED]>
>> Date: Saturday, September 23, 2000 11:56 PM
>> Subject: Flushing mech..in CF
>>
>>
>> >Hi,
>> >
>> >Can somebody please enlighten me on the flushing
>> >mechanisms available in CF.
>> >
>> >Regards---Ramakrishna


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



Media House Enterprise Monitor

2000-09-25 Thread Nick McClure

I have been using Media House's Enterprise Monitor to keep track of our 
servers.

Lately I have been having some trouble with it monitoring two services on 
the box.

The CF App Server and the CF Executive Server. About every hour or two I 
get an alert that says those two services are not responding.

Has anybody else seen this problem? Any ideas on what is going on?
--
Nick McClure[EMAIL PROTECTED]
Technical Director  859.245.9656
squareFish Mediawww.squareFish.com

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



RE: the black book of sql

2000-09-25 Thread Braver, Ben:

Mine is copyright 2000 and the cover, spine, and title page all say Forta,
so my guess is you have an older edition?

> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 12:44 PM
> To:   CF-Talk
> Subject:  Re: the black book of sql
> 
> In a message dated 09/25/2000 1:33:53 PM Eastern Daylight Time, 
> [EMAIL PROTECTED] writes:
> 
> << Tutorial & examples:
>  Ben Forta, "SAMS Teach Yourself SQL in 10 Minutes", ISBN 0-672-31664-1,
>  $12.99 USA >>
> 
> Unless we've got different versions, this is actually by William Robinson.
> 
> But it is what I was going to recommend.  Well worth the $12.99 and the
> time 
> to read it.
> 
> :-)
> Oriole
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Urgent NAtive Driver Question

2000-09-25 Thread William J Wheatley

This is a multi-part message in MIME format.

--=_NextPart_000_00C1_01C0270A.DBD68840
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Data Access Error=20

Unknown Data Access Error.=20


SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20

Data Source =3D "AEPS"=20


The error occurred while processing an element with a general identifier =
of (CFQUERY), occupying document position (50:1) to (50:110) in the =
template file /home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.



DATE: Mon Sep 25 16:04:29 2000
BROWSER: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
REFERRER: http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1
QUERY: fuseaction=3Daddjobs
STOP__



For some reason, we just  upgraaded to CF ENT for Linux and i have =
changed my datasources from ODBC Sybase (merant) drivers to=20

Native Sybase Drivers and now i'm getting this stupid error now i have =
changed my cfquery tags to have

dbserver & Dbtype now too any ideas?

Bill Wheatley
IT Directory
AEPS INC
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645


--=_NextPart_000_00C1_01C0270A.DBD68840
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Data Access Error=20

Unknown Data Access Error.=20

SQL =3D "SELECT companyid from company WHERE companyid=3D7289"=20
Data Source =3D "AEPS"=20

The error occurred while processing an element with a general =
identifier of=20
(CFQUERY), occupying document position (50:1) to (50:110) in the =
template file=20
/home/httpd/html/dev/aeps/company/query/qry_emailjob.cfm.

DATE: Mon Sep 25 16:04:29 2000BROWSER: Mozilla/4.0 =
(compatible; MSIE=20
5.0; Windows 98; DigExt)REFERRER:=20
http://www.aeps2000.com/index.cfm?FuseAction=3Dpostjobs1QUERY:=20
fuseaction=3DaddjobsSTOP_=
_
 
For some reason, we just  upgraaded to CF ENT for Linux and i =
have=20
changed my datasources from ODBC Sybase (merant) drivers to 
Native Sybase Drivers and now i'm getting this stupid error now i =
have=20
changed my cfquery tags to have
dbserver & Dbtype now too any ideas?
Bill WheatleyIT DirectoryAEPS INChttp://www.aeps.com">www.aeps.comhttp://www.aeps2000.com">www.aeps2000.com954-472-6684 =
X303ICQ:=20
417645

--=_NextPart_000_00C1_01C0270A.DBD68840--

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



RE: Hanging - Netscape

2000-09-25 Thread Gavin Myers

http://www.netobjects.com/support/html/nf3unnetscape.html

Problem: I have objects with actions on a page. The page is published with
nested tables as the HTML output method. Actions do not work when I view the
page in a browser.

Solution: In general, you should publish pages with actions with regular
tables or CSS and layers as the HTML output method. Many actions, such as
those triggered by mouse events, do not display properly in Netscape
Navigator 4.x when the page is published with nested tables as its HTML
output method. 

There's a whole bunch of q/a's on that page about nested tables and
navigator... have fun

-Original Message-
From: Chris Straight [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 6:23 AM
To: CF-Talk
Subject: RE: Hanging - Netscape


well I think it has to do with bad coding on netscapes part. I know for a
fact that Netscape 6 beta 2 does not have these problems. The best guess is
caching problems.

Concerning the nested tables: That is exactly what I have.
If it were a perfect world everyone would be running the latest browser
version but it isn't and I am not willing to conform to substandard
implementations of standards that have already been set. Don't get me wrong
I was a netscape fan for a long time but with all the problems I have been
having (that have nothing to do with what's between the keyboard and the
chair.) I am moving farther and farther away from it. All I hope is that
netscape 6 will revive my interest in their products again.

Chris Straight
Web Applications Developer
University of Oregon Bookstore, inc.
895 E. 13th Ave
Eugene, OR 97401
(541) 346-4331 x215
http://www.uobookstore.com

-Original Message-
From: J.Milks [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:50 PM
To: CF-Talk
Subject: Re: Hanging - Netscape


I had the same problem developing at home on the most recent Netscape
version (4.7.3?). It was not consistent, and was on a page with several
nested tables and form elements.

In any event, it went away at the client site, who is running a dino version
of 4.08. The only other difference was that I was using IIS, while the
client had NES 2.0 (more dinoware...)

Jim


- Original Message -
From: "Chris Straight" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 6:14 AM
Subject: RE: Hanging - Netscape


> I am having the same problem and the hang is unacceptable. People will
leave
> before they get past our first page.
>
> Chris Straight
> Web Applications Developer
> University of Oregon Bookstore, inc.
> 895 E. 13th Ave
> Eugene, OR 97401
> (541) 346-4331 x215
> http://www.uobookstore.com
>
> -Original Message-
> From: David Clay [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 7:07 PM
> To: CF-Talk
> Subject: Hanging - Netscape
>
>
> This is a MIME message. If you are reading this text, you may want to
> consider changing to a mail reader or gateway that understands how to
> properly handle MIME multipart messages.
>
> --=_6F379465.076602CE
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> Does anyone know why netscape 4.61 hangs until it is minimized or one goes
=
> to another window? This happens when dynamic pages are being generated in
=
> CF 4.5.1.
>
> Does anyone have a workaround for this?
>
> IE 4.5 and 5.5 fly to the next page.
>
> Any help would be appreciated. Thank you
>
> Dave Clay
> Internet Facilitator
> Trus Joist, A Weyerhaeuser Business
> 5995 Greenwood Plaza Blvd, Suite 100
> Greenwood Village, CO 80111
> 303.770.8506
>
>
> --=_6F379465.076602CE
> Content-Type: text/plain
> Content-Disposition: attachment; filename="David Clay.vcf"
>
> BEGIN:VCARD
> VERSION:2.1
> X-GWTYPE:USER
> FN:Clay, David
> EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
> TEL;PREF;FAX:(303) 770-8506
> X-GWUSERID:clayd
> ADR;DOM;WORK;PARCEL;POSTAL:;Denver
> LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Clay, David=0A=
> Denver
> ORG:;Engineering Automation Group
> N:Clay;David
> TEL;WORK:(303) 967-1558
> TITLE:Web Facilitator
> END:VCARD
>
>
> --=_6F379465.076602CE--
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

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


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.

RE: SQL Help

2000-09-25 Thread Hayes, David

hmmm...so, this doesn't work?  I know you said it didn't earlier,
but...

Select Area, Year, News
from Areas A LEFT OUTER JOIN AreaNews AN
ON AN.area = A.area
where A.Status = 'ACTIVE'
and AN.Year = 2000

What results do you get from this query?

Also, are you able to create a join which displays all the data?  From there
you should be able to start adding WHERE clause items.

-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 12:57 PM
To: CF-Talk
Subject: Re: SQL Help


Richard,

Thank you for your help.  Maybe if I give a much simpler example, you'll
get an idea of what I'm after.

TABLE1 (Areas)   TABLE2(AreaNews)
 ==
Area  Status(OtherStuff) Area  Year  News
         -
co01  ACTIVExx   co01  1998  x
 co01  1999  xxx
 co01  2000  xx
co02  INACTIVE  xx   co02  1997  xx
 co02  1998  x
co03  ACTIVE co03  1998  xxx
 co03  1999  


So, in the above example, TABLE1 has 3 records, TABLE2 has 8 records, I
want (in english):  "All the active areas, along with any news for the
year 2000".  The query should return 2 rows, only the first of which
would have news for 2000.  Note that I'm selecting some other fields
from TABLE1, but just News from TABLE2.

Thanks,
Jim







-Original Message-
From: Richard Kern <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 11:12 AM
Subject: RE: SQL Help


>The post is not entirely clear, You imply wanting 682 records (all A
'along
>with "news"')
>but specify only 593.  Selecting only 'actives' in A will get 593 as
you
>desire.  But, I will
>consider that you want records from A and B that meet your criteria.
In
>that case 89 records
>meet 'active' and 'year = 2000'.  So the query apparently works.
However if
>you want 682 (
>all A and those in B that meet the criteria) look at a 'union'.
>
>select_statement
>WHERE
>UNION
>select_statement
>WHERE
>ORDER BY (only one order clause allowed)
>
>
>(quick review of some SQL)
>1.  an outer join shows the join plus all the records that did not
>qualify from the first named table in your join specification.
>
>
>2.  A right join will do the same for the records in the second table.
>
>3.  non matching rows in either table can also be specified from either
>table (left or right join)
>
>4.  a union combines data from multiple queries into one display and by
>default
>removes duplicates (but check your documentation) UNION ALL will will
>include
>the duplicates
>
>5.  depending on your SQl implementation the join may be specified in
the
>WHERE (rather than the FROM) clause using
>*= (include all rows from first table) or =* (include all rows in
second
>table)
>
>
>-Original Message-
>From: Jim McAtee [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, September 24, 2000 4:10 PM
>To: CF-Talk
>Subject: SQL Help
>
>
>Try it again, with a subject this time...
>
>Can't figure out why the following query behaves like it does, but
>I'm guessing there must be something fundamental about how SQL
>operates that I'm not comprehending.
>
>I've got a one:many relationship between table A and table B.  Table
>B records represent "new for  year" for a given record in
>table A.  For example, there can be 0 or 1 "new for 2000" record in
>table B for one record in table A.   I've got about 650 records in
>table A, with 593 of them with a status of 'ACTIVE'.  In table B,
>there are about 1000 records, and exactly 89 are for the year 2000.
>
>Table A:
>areacode varchar(5)
>status   varchar(10)
>...
>
>Table B:
>areacode varchar(5)
>year smallint
>new  varchar(255)
>
>I want to return all of the records in A, along with the "news" for
>the year 2000, from table B.  I should get 593 records.  Since table
>B only has year 2000 records for 89 of the records in table A, I
>think I need to do a left outer join.
>
>SELECT A.*, B.new
>FROM A LEFT JOIN B ON A.areacode = B.areacode
>WHERE A.status = 'ACTIVE'
>  AND B.year = 2000
>
>I get only 89 records returned, and the query appears to behave
>exactly like an an inner join.  I suspect it has something to do
>with my WHERE clause that defines conditions on both of the tables,
>but I can't see another way to do this.
>
>Thanks for any assistance,
>Jim
>
>---
-
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
>send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
>the body.
>---
---
>Archives: http://www.mail-archive.com/cf-talk@hou

RE: another hosting question

2000-09-25 Thread Richard Kern

don't use cheaphosting.com.  They're only supporting CF2.0

Richard

-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 10:55 AM
To: CF-Talk
Subject: RE: another hosting question


I recommend halfpricehosting for cheap hosting with CF support.  Tell them
simon sent you :)
~Simon

-Original Message-
From: Juan Andres Alvarez Valenzuela [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 12:50 PM
To: CF-Talk
Subject: another hosting question


can Anyone recommend me a cheap CF hosting (for personal use :) ?

I was looking in Dantor.com the basic plan (U$ 5) but I dont know if its a
good hosting...
(they request my credit card without secure connection)

thanks in advance,

Juandres



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

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



Re: Flushing mech..in CF

2000-09-25 Thread Peter Theobald

HAHAHA! I'm tempted to make up something very silly...
To flush your buffers, you need to get the file handle and issue a "jiggle" request...

oh, ok...

"Flushing" in Cold Fusion & computers in general refers to emptying things from a 
cache or buffers.
"Flushing" in the United States also refers to emptying your toilet.
Sometimes the toilet handle gets stuck and won't flush - then you have to "jiggle" the 
handle to un-stick it.

At 11:47 PM 9/24/00 -0700, Venkata Ramakrishna wrote:
>Can u please explain whats this 'jiggle the handle'.
>I couldnt get it.
>--- Jim McAtee <[EMAIL PROTECTED]> wrote:
>> You need to jiggle the handle.
>> 
>> Jim
>> 
>> 
>> -Original Message-
>> From: Venkata Ramakrishna <[EMAIL PROTECTED]>
>> To: CF-Talk <[EMAIL PROTECTED]>
>> Date: Saturday, September 23, 2000 11:56 PM
>> Subject: Flushing mech..in CF
>> 
>> 
>> >Hi,
>> >
>> >Can somebody please enlighten me on the flushing
>> >mechanisms available in CF.
>> >
>> >Regards---Ramakrishna
>> 
>>
>--
>> Archives:
>>
>http://www.mail-archive.com/cf-talk@houseoffusion.com/
>> To Unsubscribe visit
>>
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
>> or send a message to
>> [EMAIL PROTECTED] with 'unsubscribe'
>> in the body.
>
>
>__
>Do You Yahoo!?
>Send instant messages & get email alerts with Yahoo! Messenger.
>http://im.yahoo.com/
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body. 


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

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



Re: the black book of sql

2000-09-25 Thread Cfmarksport

In a message dated 09/25/2000 1:33:53 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

<< Tutorial & examples:
 Ben Forta, "SAMS Teach Yourself SQL in 10 Minutes", ISBN 0-672-31664-1,
 $12.99 USA >>

Unless we've got different versions, this is actually by William Robinson.  
But it is what I was going to recommend.  Well worth the $12.99 and the time 
to read it.

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



RE: Hanging - Netscape

2000-09-25 Thread Chris Straight

well I think it has to do with bad coding on netscapes part. I know for a
fact that Netscape 6 beta 2 does not have these problems. The best guess is
caching problems.

Concerning the nested tables: That is exactly what I have.
If it were a perfect world everyone would be running the latest browser
version but it isn't and I am not willing to conform to substandard
implementations of standards that have already been set. Don't get me wrong
I was a netscape fan for a long time but with all the problems I have been
having (that have nothing to do with what's between the keyboard and the
chair.) I am moving farther and farther away from it. All I hope is that
netscape 6 will revive my interest in their products again.

Chris Straight
Web Applications Developer
University of Oregon Bookstore, inc.
895 E. 13th Ave
Eugene, OR 97401
(541) 346-4331 x215
http://www.uobookstore.com

-Original Message-
From: J.Milks [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:50 PM
To: CF-Talk
Subject: Re: Hanging - Netscape


I had the same problem developing at home on the most recent Netscape
version (4.7.3?). It was not consistent, and was on a page with several
nested tables and form elements.

In any event, it went away at the client site, who is running a dino version
of 4.08. The only other difference was that I was using IIS, while the
client had NES 2.0 (more dinoware...)

Jim


- Original Message -
From: "Chris Straight" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 6:14 AM
Subject: RE: Hanging - Netscape


> I am having the same problem and the hang is unacceptable. People will
leave
> before they get past our first page.
>
> Chris Straight
> Web Applications Developer
> University of Oregon Bookstore, inc.
> 895 E. 13th Ave
> Eugene, OR 97401
> (541) 346-4331 x215
> http://www.uobookstore.com
>
> -Original Message-
> From: David Clay [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 7:07 PM
> To: CF-Talk
> Subject: Hanging - Netscape
>
>
> This is a MIME message. If you are reading this text, you may want to
> consider changing to a mail reader or gateway that understands how to
> properly handle MIME multipart messages.
>
> --=_6F379465.076602CE
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> Does anyone know why netscape 4.61 hangs until it is minimized or one goes
=
> to another window? This happens when dynamic pages are being generated in
=
> CF 4.5.1.
>
> Does anyone have a workaround for this?
>
> IE 4.5 and 5.5 fly to the next page.
>
> Any help would be appreciated. Thank you
>
> Dave Clay
> Internet Facilitator
> Trus Joist, A Weyerhaeuser Business
> 5995 Greenwood Plaza Blvd, Suite 100
> Greenwood Village, CO 80111
> 303.770.8506
>
>
> --=_6F379465.076602CE
> Content-Type: text/plain
> Content-Disposition: attachment; filename="David Clay.vcf"
>
> BEGIN:VCARD
> VERSION:2.1
> X-GWTYPE:USER
> FN:Clay, David
> EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
> TEL;PREF;FAX:(303) 770-8506
> X-GWUSERID:clayd
> ADR;DOM;WORK;PARCEL;POSTAL:;Denver
> LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Clay, David=0A=
> Denver
> ORG:;Engineering Automation Group
> N:Clay;David
> TEL;WORK:(303) 967-1558
> TITLE:Web Facilitator
> END:VCARD
>
>
> --=_6F379465.076602CE--
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

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


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

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



RE: Time

2000-09-25 Thread Pete Freitag

 

include file a
 
include file b


__
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM / NETDesign Inc.
ColdFusion Developer Resources
http://www.cfdev.com/

-Original Message-
From: mcklyn1 [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 2:26 PM
To: CF-Talk
Subject: Time





I know that this has to be easy, but I must have stayed up too late last
night, so my brain isn't functioning.

I want to determine a file to be included based upon the time.

For example, between 6:00 am and 10:00 am, include file A.
Between 10:00 AM and 5:00 PM include file B.

I just can not seem to get the time functions to work right to properly
achieve this.

John Lucas
[EMAIL PROTECTED]



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

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



RE: Decrypt cold fusion files

2000-09-25 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I do love the head-in-sand solution to the CFDecrypter problem... 
It's not like it's tough to find.  Any developer who uses CF's
encryption and expects his code to be secure is REALLY delusional...

An on-line tool, windows, and linux binaries are available at
http://shroom.dv8.org/cfd/.

There... The secret's out.  Decrypting CF Files is pathetically easy.
 If you want secure, CFCRYPT/CFENCODE is *not* the answer...

Best regards,
Zac Bedell

> -Original Message-
> From: Mark Warrick [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 22, 2000 8:06 PM
> To: CF-Talk
> Subject: RE: Decrypt cold fusion files
> 
> 
> N
> 
> NOO!!   
> 
> I think it would generally be illegal to decrypt templates 
> unless of course it's your own work, in which case you can 
> have Allaire decrypt them for you.
> 
> Or you can find the CFDECRYPT program.  Sorry no hints 
> available for that solution.
> 
> 
> --
> Mark Warrick
> Phone: (714) 547-5386
> Efax.com Fax: (801) 730-7289
> Personal Email: [EMAIL PROTECTED]
> Personal URL: http://www.warrick.net 
> Business Email: [EMAIL PROTECTED]
> Business URL: http://www.fusioneers.com
> ICQ: 346566
> --
> 
> 
> > -Original Message-
> > From: Sree@bigbuzz [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, September 22, 2000 2:42 PM
> > To: CF-Talk
> > Subject: Decrypt cold fusion files
> > 
> > 
> > This is a multi-part message in MIME format.
> > 
> > --=_NextPart_000_0011_01C024B4.0006E920
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> > 
> > HI,
> > Is there a way to decrypt coldfusion files.
> > 
> > 
> > THanks
> > Sree
> > 
> > --=_NextPart_000_0011_01C024B4.0006E920
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> > 
> > 
> > 
> >  > http-equiv=3DContent-Type>
> > 
> > 
> > 
> > 
> > HI,
> > Is there a way to decrypt 
> coldfusion=20
> > files.
> >  
> >  
> > THanks
> > Sree
> > 
> > --=_NextPart_000_0011_01C024B4.0006E920--
> > 
> > --
> > 
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit 
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] 
> with 'unsubscribe' in the body.
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use 

iQA/AwUBOc+iOwraVoMWBwRBEQKjfQCgzJ7MZVYklDEkgvhz1OALpBLlUsEAoI6b
T51VEGF+655n+5Be867MC1Zb
=eGiH
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



re: time

2000-09-25 Thread Gavin Myers

had the same problem, heres the solution

if you try and run an if then statement using standard time, like this:

If now gt "5:30AM" and now lt "4:00PM then
hey we're open
else
sorry closed
/if

it doesnt work right?

what you have to do (just for the if then part) is use military time
like this just goes by hours(HH), so 5:30AM is 5, and 4:00PM is 16











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



RE: Please help-Search engine

2000-09-25 Thread Mark Warrick

I would split up the alpha numeric model number into two fields - a prefix field for 
the alpha characters and a suffix field for the numeric characters..

Then I'd do a LIKE search on the alpha characters and an exact search on the numbers...



--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: monika kon [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 11:38 AM
> To: CF-Talk
> Subject: Please help-Search engine
> 
> 
> 
>  
>  Hello Everyone.
>  Please help me I am stuck.
>  I have to make a search on the basis of model number
>  which is present in Access database.
>  If I write model number suppose"ABC" or "AB"
>  then it should show me the same result.
>  That means while searching the alphabets should be
>  truncated automatically.
>  Please tell me how to do this.
>  
>  Please help!!!
>  
>  Thanks in advance.
>  
>  Shally
> 
> 
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

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



RE: Time

2000-09-25 Thread Mark Warrick

This should work:








include file 1



include file 2


include file 3




--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: mcklyn1 [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 11:26 AM
> To: CF-Talk
> Subject: Time 
> 
> 
> 
> 
> 
> I know that this has to be easy, but I must have stayed up too late last
> night, so my brain isn't functioning.
> 
> I want to determine a file to be included based upon the time.
> 
> For example, between 6:00 am and 10:00 am, include file A.
> Between 10:00 AM and 5:00 PM include file B.
> 
> I just can not seem to get the time functions to work right to properly
> achieve this.
> 
> John Lucas
> [EMAIL PROTECTED]
> 
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

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



RE: Time

2000-09-25 Thread Simon Horwith

Try this (12 is 12 noon, 24 hr. time):







~Simon




-Original Message-
From: mcklyn1 [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 2:26 PM
To: CF-Talk
Subject: Time 





I know that this has to be easy, but I must have stayed up too late last
night, so my brain isn't functioning.

I want to determine a file to be included based upon the time.

For example, between 6:00 am and 10:00 am, include file A.
Between 10:00 AM and 5:00 PM include file B.

I just can not seem to get the time functions to work right to properly
achieve this.

John Lucas
[EMAIL PROTECTED]



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



Re: Hanging - Netscape

2000-09-25 Thread J.Milks

I had the same problem developing at home on the most recent Netscape
version (4.7.3?). It was not consistent, and was on a page with several
nested tables and form elements.

In any event, it went away at the client site, who is running a dino version
of 4.08. The only other difference was that I was using IIS, while the
client had NES 2.0 (more dinoware...)

Jim


- Original Message -
From: "Chris Straight" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 6:14 AM
Subject: RE: Hanging - Netscape


> I am having the same problem and the hang is unacceptable. People will
leave
> before they get past our first page.
>
> Chris Straight
> Web Applications Developer
> University of Oregon Bookstore, inc.
> 895 E. 13th Ave
> Eugene, OR 97401
> (541) 346-4331 x215
> http://www.uobookstore.com
>
> -Original Message-
> From: David Clay [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 7:07 PM
> To: CF-Talk
> Subject: Hanging - Netscape
>
>
> This is a MIME message. If you are reading this text, you may want to
> consider changing to a mail reader or gateway that understands how to
> properly handle MIME multipart messages.
>
> --=_6F379465.076602CE
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> Does anyone know why netscape 4.61 hangs until it is minimized or one goes
=
> to another window? This happens when dynamic pages are being generated in
=
> CF 4.5.1.
>
> Does anyone have a workaround for this?
>
> IE 4.5 and 5.5 fly to the next page.
>
> Any help would be appreciated. Thank you
>
> Dave Clay
> Internet Facilitator
> Trus Joist, A Weyerhaeuser Business
> 5995 Greenwood Plaza Blvd, Suite 100
> Greenwood Village, CO 80111
> 303.770.8506
>
>
> --=_6F379465.076602CE
> Content-Type: text/plain
> Content-Disposition: attachment; filename="David Clay.vcf"
>
> BEGIN:VCARD
> VERSION:2.1
> X-GWTYPE:USER
> FN:Clay, David
> EMAIL;WORK;PREF;NGW:[EMAIL PROTECTED]
> TEL;PREF;FAX:(303) 770-8506
> X-GWUSERID:clayd
> ADR;DOM;WORK;PARCEL;POSTAL:;Denver
> LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Clay, David=0A=
> Denver
> ORG:;Engineering Automation Group
> N:Clay;David
> TEL;WORK:(303) 967-1558
> TITLE:Web Facilitator
> END:VCARD
>
>
> --=_6F379465.076602CE--
> --
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

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

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



Please help-Search engine

2000-09-25 Thread monika kon


 
 Hello Everyone.
 Please help me I am stuck.
 I have to make a search on the basis of model number
 which is present in Access database.
 If I write model number suppose"ABC" or "AB"
 then it should show me the same result.
 That means while searching the alphabets should be
 truncated automatically.
 Please tell me how to do this.
 
 Please help!!!
 
 Thanks in advance.
 
 Shally


__
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Weird prob with Application.cfm

2000-09-25 Thread Todd Ashworth

I have this code in 2 different Application.cfm files.



Variables.CompanyName = "Janty.com";
Variables.DSN = "Janty2";
Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp";
Variables.DownloadPath = "../downloads";
Variables.StreamPath = "mms://165.166.179.180";



It works fine in one of them, but in the other I get this error:

---

Just in time compilation error

Invalid parser construct found on line 10 at position 53. ColdFusion was
looking at the following text:

.

Invalid expression format. The usual cause is an error in the expression
structure.
The last successfully parsed CFML construct was a CFIF tag occupying
document position (10:1) to (10:5).
---

Now why is it giving me an error on one Application.cfm and not the other?
I copied and pasted the code, so it's the same as far as I can tell.  One
odd thing I did notice is that the  >  on the   is black instead of
that brownish color.  This usually tells me that another tag isn't closed
properly somewhere, but I'll be danged if I can find it.

Thanks

Todd


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



Time

2000-09-25 Thread mcklyn1




I know that this has to be easy, but I must have stayed up too late last
night, so my brain isn't functioning.

I want to determine a file to be included based upon the time.

For example, between 6:00 am and 10:00 am, include file A.
Between 10:00 AM and 5:00 PM include file B.

I just can not seem to get the time functions to work right to properly
achieve this.

John Lucas
[EMAIL PROTECTED]


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



RE: Example Apps from CF Server CD.

2000-09-25 Thread Chris Montgomery

Kevin,

Look under c:\cfusion\database for the example databases.

Chris Montgomery [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner & NetObjects Reseller
210-490-3249/888-745-7603Fax 210-490-4692

>-Original Message-
>From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
>Sent: Monday, September 25, 2000 12:55 PM
>To: CF-Talk
>Subject: Example Apps from CF Server CD.
>
>
>Hey all...I wanted to play around with the Publish app off the
>CF Server CD,
>and while I seemed to have installed the templates, the database wasn't
>registered in the administrator, and I can't seem to find the
>database file
>itself anywhere.
>


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



Re: Exam

2000-09-25 Thread Vance_Duke


I too would like to see the rules as well.

Vance Duke
Cold Fusion Application Developer
i2 Technologies
(469) 357-4729



   

"Jim Taylor"   

   

est.net> cc:   

 Subject: Re: Exam 

09/23/00   

11:52 PM   

Please 

respond to 

cf-talk

   

   




can i take a look see

Jim


- Original Message -
From: "John Morgan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, September 22, 2000 2:52 PM
Subject: Re: Exam


> I just want to thank Mr. Dinowitz. I used your study rules for my cram
> session last night. I passed the exam with a score of 90%.
>
> Thanks -John-
>
> PS: Anyone taking the exam study structures!
>
> At 01:39 PM 9/21/00 -0400, you wrote:
> >Broad topics.
> > Error handling, data validation, state management.
> >If this wasn't the last night, I'd give you the study rules that I gave
the
> >developers over here at CA.
> >
> > > TO ANYONE WHO HAS TAKEN THE CF EXAM:
> > >
> > > Tonight is the last night I can study for the Allaire CF
certification
> > > exam.  Is there any area that you recommend I concentrate on tonight?
> > >
> > > THANKS!
> > >
> > > -John-
>
>
>
--

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

--

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




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



RE: Hanging - Netscape

2000-09-25 Thread Chris Straight

I am having the same problem and the hang is unacceptable. People will leave
before they get past our first page.

Chris Straight
Web Applications Developer
University of Oregon Bookstore, inc.
895 E. 13th Ave
Eugene, OR 97401
(541) 346-4331 x215
http://www.uobookstore.com

-Original Message-
From: David Clay [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 7:07 PM
To: CF-Talk
Subject: Hanging - Netscape


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

--=_6F379465.076602CE
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Does anyone know why netscape 4.61 hangs until it is minimized or one goes =
to another window? This happens when dynamic pages are being generated in =
CF 4.5.1.

Does anyone have a workaround for this?

IE 4.5 and 5.5 fly to the next page.

Any help would be appreciated. Thank you

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


--=_6F379465.076602CE
Content-Type: text/plain
Content-Disposition: attachment; filename="David Clay.vcf"

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


--=_6F379465.076602CE--

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

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



RE: Group Discounts a possibility for Conference?

2000-09-25 Thread Mark Warrick

I've never heard of any group discounts, but since the question came up, and anyone 
here has any knowledge of this... how about giving a group discount to all the members 
of Fusioneers.com (250+)?

---mark


--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 11:03 AM
> To: CF-Talk
> Subject: Group Discounts a possibility for Conference?
> 
> 
> Has anyone heard of Allaire giving group discounts for the Conference? 
> 
> (I am referring to the big Nov. Developer's conference in DC, thought I
> would clarify because when I just called Allaire to ask to speak 
> to someone
> about conference registrations, she thought I meant training classes)
> 
> Reason is, my boss says I gotta ask. We might have 4-5 people from here
> going. Couldn't find any mention of it in the conference area of 
> the Allaire
> site.
> 
> Andrea
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.

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



  1   2   >