Re: Output Issue

2001-10-02 Thread nagraj

Hi Mike

Its some thing like this




 
  #x#
 
 
   #evaluate(x)# 
  




Ok Cool..

Nagraj


> I have the following code:
>
> 
> 
>  
>   #x#
>  
>  
>#form.#x## 
>   
> 
> 
>
>
> The value for the form field throws an error the way I am doing it. I am
> not familiar with the Evaluate function and the concatonation of
> strings, is this what I should do?
>
> Thanks for any help or explanation.
>
> Mike
>
> ===
> Michael T. Tangorre
> Web Applications Developer
>
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===
> "Friends don't let friends code before
coffee!"===
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Split Variable

2001-10-02 Thread nagraj

Hai Joshua,





After this tok1=Lonwood  and tok2=Leesburg That's it

Cool

> I have a variable that is passed such as Lonwood Leesburg.  Sometimes
> Central Orlando.  I need to know how to split it at the space then insert
> one half into one column of a db and the other half to another column of
the
> db.
>
> Joshua Tipton
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL and Attachments (SOLUTION)

2001-10-02 Thread Mike Tangorre

Thanks Jeff!
That worked great!

Much appreciated.

Mike

- Original Message -
From: "Garza, Jeff" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:57 PM
Subject: RE: CFMAIL and Attachments


> Mike,
>
> You need to write the uploaded file to disk before you can attach it using
> CFMAIL.  The process should go like this:
>
> 1) User fills in form and selects file, clicks submit.
> 2) Use CFFILE to write file to web server harddrive.
> 3) Use CFMAIL to send the file using #cffile.serverfile# as the
>attachment.
> 4) Use CFFILE to delete the file from the server using the same var as
>above.
>
> HTH,
>
> Jeff Garza
> Webmaster/Lead Developer
> Spectrum Astro, Inc.
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Mike Tangorre
> To: CF-Talk
> Sent: 10/2/01 7:14 PM
> Subject: CFMAIL and Attachments
>
> Hello Everyone,
>
> I am having problems sending mail with attachments.
> I have a user fill out a form, and on the form is an input type of
> "file"
> where the suer browses to select the file they wish to send.
> When they click submit, I process the form and mail its contents to
> someone. In the cfmail tag i am using cfmailparam and i specify the
> #form.ufile# as the FILE to send... am I doing something wrong? When the
>
> email arrives,
> attached is a TEMP file which when opened in notepad is the right file,
> but it is not the correct
> file type... for instance, I email a word doc, and it comes in as a TEMP
>
> file all garbled.
>
> Any help would be appreciated.
>
> Mike
>
> ===
> Michael T. Tangorre
> Web Applications Developer
>
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===
> "Friends don't let friends code before
> coffee!"===
>
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Eric Dawson

>>Would it be initially?  If his church tool is GPL, that requires all
applications to use it to adhere to GPL as well (I'm assuming GPL, could
be something different)
==
hmmm. not sure I understand the question. but I guess it is worth some 
thought/discussion. plus I should read gpl.

My intention is to release everything free and open source. There isn't too 
much that I would be able to do where I could get a competitive advantage 
based on technology, I mean I am far better off sharing everything I do, and 
hoping that whole feel good thing means I can cover some ground a little 
quicker. (I should note that I don't make any money building applications 
for clients, come to think of it, I simply don't make any money lol. but the 
point is, I build the applications I want to use myself.)

Which brings the discussion to the next topic - how does one make money?

Here's the model. community site network. free and open source applications 
drive the sites. The sites make money from advertising and sponsorship, free 
to fee member based services. other revenue opportunities. content and 
application syndication.

now where do draw the lines for acceptable use for these free applications?

ie we freely distribute the source code and application programming.
can we bundle a revenue sharing ad program?
can we charge hosting fees if we host the application?
can we use the site engine to publish fee-based syndicated content?
fee-based syndicated applications?
can we plug in proprietary modules like the newest siteobjects text editor? 
IF there is a free version bundled with the distributed application?
Can we charge membership fees?

Eric Dawson

From: Billy Cravens <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 16:47:27 -0500

Would it be initially?  If his church tool is GPL, that requires all
applications to use it to adhere to GPL as well (I'm assuming GPL, could
be something different)

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)

it will be.

Eric Dawson

From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site
network app to be free and opensource also.



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL and Attachments

2001-10-02 Thread Mike Tangorre

I'll give that a shot...  I am an novice user here so it might take a bit of
working.  :-)

Thanks for the help, I appreciate it.

Happy evening to you,

Mike


- Original Message -
From: "Garza, Jeff" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:57 PM
Subject: RE: CFMAIL and Attachments


> Mike,
>
> You need to write the uploaded file to disk before you can attach it using
> CFMAIL.  The process should go like this:
>
> 1) User fills in form and selects file, clicks submit.
> 2) Use CFFILE to write file to web server harddrive.
> 3) Use CFMAIL to send the file using #cffile.serverfile# as the
>attachment.
> 4) Use CFFILE to delete the file from the server using the same var as
>above.
>
> HTH,
>
> Jeff Garza
> Webmaster/Lead Developer
> Spectrum Astro, Inc.
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Mike Tangorre
> To: CF-Talk
> Sent: 10/2/01 7:14 PM
> Subject: CFMAIL and Attachments
>
> Hello Everyone,
>
> I am having problems sending mail with attachments.
> I have a user fill out a form, and on the form is an input type of
> "file"
> where the suer browses to select the file they wish to send.
> When they click submit, I process the form and mail its contents to
> someone. In the cfmail tag i am using cfmailparam and i specify the
> #form.ufile# as the FILE to send... am I doing something wrong? When the
>
> email arrives,
> attached is a TEMP file which when opened in notepad is the right file,
> but it is not the correct
> file type... for instance, I email a word doc, and it comes in as a TEMP
>
> file all garbled.
>
> Any help would be appreciated.
>
> Mike
>
> ===
> Michael T. Tangorre
> Web Applications Developer
>
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===
> "Friends don't let friends code before
> coffee!"===
>
>
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL and Attachments

2001-10-02 Thread Garza, Jeff

Mike,

You need to write the uploaded file to disk before you can attach it using
CFMAIL.  The process should go like this:

1) User fills in form and selects file, clicks submit.
2) Use CFFILE to write file to web server harddrive.
3) Use CFMAIL to send the file using #cffile.serverfile# as the
   attachment.
4) Use CFFILE to delete the file from the server using the same var as 
   above.

HTH,

Jeff Garza
Webmaster/Lead Developer
Spectrum Astro, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Mike Tangorre
To: CF-Talk
Sent: 10/2/01 7:14 PM
Subject: CFMAIL and Attachments

Hello Everyone,

I am having problems sending mail with attachments.
I have a user fill out a form, and on the form is an input type of 
"file"
where the suer browses to select the file they wish to send.
When they click submit, I process the form and mail its contents to
someone. In the cfmail tag i am using cfmailparam and i specify the 
#form.ufile# as the FILE to send... am I doing something wrong? When the

email arrives,
attached is a TEMP file which when opened in notepad is the right file, 
but it is not the correct
file type... for instance, I email a word doc, and it comes in as a TEMP

file all garbled.

Any help would be appreciated.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before
coffee!"===


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL and Attachments

2001-10-02 Thread Parker, Kevin

Not sure but it might be being parsed at the receiver's end. I see this a
lot with stuff sent through our list server.


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**


-Original Message-
From: Mike Tangorre [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 3 October 2001 11:45 AM
To: CF-Talk
Subject: CFMAIL and Attachments


Hello Everyone,

I am having problems sending mail with attachments.
I have a user fill out a form, and on the form is an input type of 
"file"
where the suer browses to select the file they wish to send.
When they click submit, I process the form and mail its contents to
someone. In the cfmail tag i am using cfmailparam and i specify the 
#form.ufile# as the FILE to send... am I doing something wrong? When the 
email arrives,
attached is a TEMP file which when opened in notepad is the right file, 
but it is not the correct
file type... for instance, I email a word doc, and it comes in as a TEMP 
file all garbled.

Any help would be appreciated.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before
coffee!"===


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMAIL and Attachments

2001-10-02 Thread Mike Tangorre

Hello Everyone,

I am having problems sending mail with attachments.
I have a user fill out a form, and on the form is an input type of 
"file"
where the suer browses to select the file they wish to send.
When they click submit, I process the form and mail its contents to
someone. In the cfmail tag i am using cfmailparam and i specify the 
#form.ufile# as the FILE to send... am I doing something wrong? When the 
email arrives,
attached is a TEMP file which when opened in notepad is the right file, 
but it is not the correct
file type... for instance, I email a word doc, and it comes in as a TEMP 
file all garbled.

Any help would be appreciated.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before coffee!"===

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Underground III to award CF Bug Hunt prize.

2001-10-02 Thread Michael Smith

Going to DevCon? Then go to CF_Underground III the day before! And
learn which CFUG won the CF Bug Hunt prize!

Yes we are repeating the fun and learning from last
year's CF Underground on 10/21/01 at DevCon in Orlando FL.

   * CF Programming!
   * CF talk!
   * CF fun!

Register now at
http://www.cfconf.com/cf_underground3/

Sunday October 21st, 2001
10am - 1:30pm
Walt Disney World Swan and Dolphin (DevCon hotel)
Lake Buena Vista, Florida

Get ready for more fun and excitement
-- ColdFusion style --

Topics
 CFUG Bug Hunt awards - 15 min
 CF Game - 30 min
 Xtreme Programming in CF - 45 min
 Project Management Round table 45 min
 Neat Developer Tricks 30 min
 Mindmapping your projects to save time 45 min
Free drink
T-Shirts
$29
Register at
http://www.cfconf.com/cf_underground3/

Last years event was sold out and full. Registered now

CFUG Bug Hunt News and CFUG poll positions
--
The CFUG Bug Hunt ends in 20 days. We will announce the winning CFUG
at CF Underground 3. Over 60 bugs have been reported so far with the
Bay Area CFUG in the lead with 6 reports, closely followed by the
Hampton Roads CFUG and UKCFUG with 5 each. Check your CFUG numbers at
the site http://www.cfbughunt.org/

If you have any new CF 5 bugs please report them now so that your CFUG
can win!

CFUG Bug Hunt
-
Want to win great books and CF star speakers to fly to you CFUG? Ben
Forta books, Hal Helms and Charlie Arehart speakers, free Bug Hunt
t-shirts? Yes? Then tell your CFUG members about the great CFUG CF 5
Bug Hunt at http://www.cfbughunt.org/

 Use this web site to report any bugs you find in CF5

 JOIN THE CF BUG HUNT COMPETITION

CFUGs are competing to report bugs! The CFUG that reports the most
confirmed bugs wins a prize for its members. The result is a public
bug list - both the fixed and the unfixed.

 PURPOSE OF THIS WEB SITE

There was a great "public" bug list during the CF 5 beta cycle. There
needs to also be a public list during the release. That way, customers
could truly see that CF 5 was clean - and that many P1 and lower
priority bugs have been fixed.

The aim of this is to show people CF 5 is pretty bug free, but people
are afraid to upgrade - they are waiting for 5.1. But it seems that
with the new naming of CF 5 (note it is not 5.0)there will not be a
5.1... so we need independent proof of CF 5's "kosherness"

Thus this site.

Try CF 5, find any bugs if you can, report them under your CFUG and
win great group prizes for your CFUG!

Winning CFUG to be announced at DevCon in October. So get cracking!
:-)

- Michael Smith, TeraTech, Inc
http://www.teratech.com/
http://www.cfconf.org/
http://www.cfbughunt.org/

--
Michael Smith, TeraTech Inc
VB, CF , SQL, Math programming
12221 Parklawn Dr Ste 200, Rockville MD 20852-1711 USA
Voice: +1-301-881-1440 x110, 800-447-9120  Fax:301-881-3586
Web: http://www.teratech.com/sig/
Email:  mailto:[EMAIL PROTECTED] ICQ: 66057682

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Dave Babbitt

Whether GPL or something more BSD-like is still in conference. My preference
is for GPL, but I'm not hosting it, nor is my code the base code.

-Original Message-
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 5:47 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


Would it be initially?  If his church tool is GPL, that requires all
applications to use it to adhere to GPL as well (I'm assuming GPL, could
be something different)

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


it will be.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site
network app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site
network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and
article submitter on my site to provide a scripture reference or two to
categorize it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but
they switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


  > Any y'all got Christian sites written in CF?
  >
  > Thanks,
  > Tony Hicks
  > --
  > Search the Holy Bible: http://www.bibleclicks.com
  >
  >






~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Networksolutions using CFM

2001-10-02 Thread Benjamin Falloon

most of the servers aren't running windows 2000.
If you lookup the domain hotmail.com (not www.hotmail.com) you are looking
up the actual work horse servers... more than half of the servers listed are
apache with freebsd..


- Original Message -
From: "Pete Freitag" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:41 AM
Subject: RE: Networksolutions using CFM


> Actually netcraft shows they are running Windows 2000
>
http://uptime.netcraft.com/up/graph/?mode_u=off&mode_w=on&site=www.hotmail.c
> om&submit=Examine
>
> They used FreeBSD when MS bought them, and for a while after that, there
> were rumors that they tried switching to NT and it failed big time, but
> either they have fixed those problems in Windows 2000, or they switched
the
> response from the FreeBSD server to say its running IIS on 2000.
>
> -Original Message-
> From: Benjamin Falloon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 5:26 PM
> To: CF-Talk
> Subject: Re: Networksolutions using CFM
>
>
> hahaha
> I used netcraft to lookup hotmail and it's running apache on FreeBSD!
> http://www.netcraft.com/
>
>
> - Original Message -
> From: "Raymond Camden" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, October 03, 2001 7:19 AM
> Subject: RE: Networksolutions using CFM
>
>
> > >
> > > didn't hotmail run off unix for a long time...
> > > Same deal. If it ain't broke, don't fix it.
> > >
> >
> > I rememeber reading in Wired that MS tried to force NT down their
> > throats, and the coders had to fight back like heck to prevent it... or
> > hold off the conversion as long as possible. Not sure what ended up
> > happening though.
> >
> > -RC
> >
>
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Jesse Noller

/takes off macromedia hat

check out the BSD license, it's a better (free'er, as in freedom)
alternative to the GPL

/put hat back on.

-Jesse

-Original Message-
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 5:47 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


Would it be initially?  If his church tool is GPL, that requires all
applications to use it to adhere to GPL as well (I'm assuming GPL, could
be something different)

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


it will be.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site
network app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site
network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and
article submitter on my site to provide a scripture reference or two to
categorize it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but
they switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


  > Any y'all got Christian sites written in CF?
  >
  > Thanks,
  > Tony Hicks
  > --
  > Search the Holy Bible: http://www.bibleclicks.com
  >
  >






~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Security on Remote Datasource

2001-10-02 Thread Dave Watts

> I have a question about internet security and using a remote 
> datasource.
> 
> What it boils down to is the nature of how a hacker would intercept 
> traffic.  Could they intercept all traffic from a specific site?
> 
> My situation is this: I want to write sensative information 
> to a remote datasource using , and that 
> info will be in transit, and thus able to be intercepted. So, 
> if I did a series of updates, would that solve the problem, 
> or would someone be able to piece them together. Example:
> 
> 
> SET NOCOUNT ON
> INSERT INTO User (FName, LName, Address)
> VALUES ('Bob', 'Smith', '123 Fake St')
> SELECT @@Identity AS NewID
> 
> 
> 
> UPDATE User 
> SET SSN = '123456789'
> WHERE UserID = #INSERTQUERY.NewID#
> 
> 
> Since this is 2 separate transactions, someone seeing either 
> one would do them no good, but both would be a disaster (for me).
> 
> So, I am on the right track?  Should this work or should I look into 
> securing this connection?

If by "remote datasource" you mean that you're connecting to databases
across the public Internet, I'd recommend that you encrypt the entire
connection - anyone able to read part of the connection data would be able
to read all of it.

SQL Server, for example, has the ability to encrypt client-server
connections. I don't know how secure that is, but it's probably more secure
than plaintext. Ideally, you'd create a VPN-type connection between servers,
to encrypt all communication between those servers.

Even better, though, from a performance standpoint, would be to move the
database and web servers to a shared private physical network. Doing queries
across the Internet is going to provide relatively poor performance.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Pete Freitag

Actually netcraft shows they are running Windows 2000
http://uptime.netcraft.com/up/graph/?mode_u=off&mode_w=on&site=www.hotmail.c
om&submit=Examine

They used FreeBSD when MS bought them, and for a while after that, there
were rumors that they tried switching to NT and it failed big time, but
either they have fixed those problems in Windows 2000, or they switched the
response from the FreeBSD server to say its running IIS on 2000.

-Original Message-
From: Benjamin Falloon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 5:26 PM
To: CF-Talk
Subject: Re: Networksolutions using CFM


hahaha
I used netcraft to lookup hotmail and it's running apache on FreeBSD!
http://www.netcraft.com/


- Original Message -
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:19 AM
Subject: RE: Networksolutions using CFM


> >
> > didn't hotmail run off unix for a long time...
> > Same deal. If it ain't broke, don't fix it.
> >
>
> I rememeber reading in Wired that MS tried to force NT down their
> throats, and the coders had to fight back like heck to prevent it... or
> hold off the conversion as long as possible. Not sure what ended up
> happening though.
>
> -RC
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Billy Cravens

Would it be initially?  If his church tool is GPL, that requires all
applications to use it to adhere to GPL as well (I'm assuming GPL, could
be something different)

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


it will be.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site
network app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site
network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and
article submitter on my site to provide a scripture reference or two to
categorize it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but
they switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


  > Any y'all got Christian sites written in CF?
  >
  > Thanks,
  > Tony Hicks
  > --
  > Search the Holy Bible: http://www.bibleclicks.com
  >
  >





~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Billy Cravens

Haha - I wouldn't make to big a deal of this - www.macromedia.com shows
to be Apache and Perl, NOT CF or Jrun:
http://uptime.netcraft.com/up/graph/?host=www.macromedia.com

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Benjamin Falloon [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 4:26 PM
To: CF-Talk
Subject: Re: Networksolutions using CFM


hahaha
I used netcraft to lookup hotmail and it's running apache on FreeBSD!
http://www.netcraft.com/


- Original Message - 
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:19 AM
Subject: RE: Networksolutions using CFM


> > 
> > didn't hotmail run off unix for a long time...
> > Same deal. If it ain't broke, don't fix it.
> > 
> 
> I rememeber reading in Wired that MS tried to force NT down their 
> throats, and the coders had to fight back like heck to prevent it... 
> or hold off the conversion as long as possible. Not sure what ended up

> happening though.
> 
> -RC
> 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large SQL log file(SOLVED!!!!!!)

2001-10-02 Thread Bruce, Rodney

Thanks for the suggestions

Finally got if figured out.

Had nothing really to do with SQL.
Under ControlPanel/DataSources(ODBC)/tracing

this traces everything that happens and as I found out with out knowing,
will eat up lots and lots of diskspace and slows any ODBC connection way
down.
by default this writes to "SQL.LOG" on root system partition.

Just have to Stop tracing 
Then restart, then you can delete this file.


Live and learn
Thanks
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: RE: Networksolutions using CFM

2001-10-02 Thread Billy Cravens

Actually, I thought that it was FreeBSD, and when an initial move to
NT/2000 boxes happened, it couldn't handle to load, so they had to
revert - they only recently have made a large migration (so I've heard,
from I can't remember where)

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 4:19 PM
To: CF-Talk
Subject: RE: Networksolutions using CFM


> 
> didn't hotmail run off unix for a long time...
> Same deal. If it ain't broke, don't fix it.
> 

I rememeber reading in Wired that MS tried to force NT down their
throats, and the coders had to fight back like heck to prevent it... or
hold off the conversion as long as possible. Not sure what ended up
happening though.

-RC

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: BroadVision

2001-10-02 Thread John Dowdell

At 4:31 AM 10/2/1, Ken Wilson wrote:
> Care to follow up with more detail regarding that quote...

I don't know exactly where that quote was pulled from, but I do know that
2-4 years back Stephen's group implemented the Macromedia Exchange in
Broadvision... this may be the context for that quote.

(Work is currently underway, in various areas, to eat our own dogfood.)

jd




John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Networksolutions using CFM

2001-10-02 Thread Michael Vinson

.. sentiments well taken, but for late entrants (like myself) into the corporate 
transaction-based world, this is very useful (important) reading. I'm
on the cusp of a decision (offer) to move into jsp/oracle/beans/etc. ... from a pretty 
rewarding 10+ years of building educational multimedia. The market
is just a tad too soft & I feel that I have reached a plateau with that other 
Macromedia product (Director).
-mv

Billy Cravens wrote:

> I get the feeling this thread is about to digress into a "CF vs. [insert
> language here]" thread ... Please no...
>
> ---
> Billy Cravens
> Web Development, EDS
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Brunt, Michael [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 3:35 PM
> To: CF-Talk
> Subject: RE: Networksolutions using CFM
>
> Since the Verisign thing the new (netsol I think) web site is pretty
> aweful and yes it does look like java now.  Why oh why can't people be
> satisfied to use ColdFusion after all this time we are still seen as toy
> developers by some.  The reality is there is little or nothing you
> cannot do with CF.
>
> Mike Brunt
> Sempra Energy
> 213.244.5226
> "The nice thing about standards is that there are so many to choose
> from."
>
> -Original Message-
> From: Dan Phillips [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 1:27 PM
> To: CF-Talk
> Subject: RE: Networksolutions using CFM
>
> Verisign now owns them...officially anyway. Seems they are using quite a
> bit of jhtml too.
>
> Dan Phillips
> Lead Support Technician\ColdFusion Administrator
> Express Technologies, Inc.
> dba CFXhosting.com
>
> -Original Message-
> From: Chad Gray [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 4:24 PM
> To: CF-Talk
> Subject: Networksolutions using CFM
>
> I just got an email from Networksolutions and in the email were links to
> CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for
> some things!
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Eric Dawson

well I am ready to go. just let me know where and when to sign up and turn 
on the services ...

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site network
app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and article
submitter on my site to provide a scripture reference or two to categorize
it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


  > Any y'all got Christian sites written in CF?
  >
  > Thanks,
  > Tony Hicks
  > --
  > Search the Holy Bible: http://www.bibleclicks.com
  >
  >




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Networksolutions using CFM

2001-10-02 Thread Benjamin Falloon

seems not all of the mirrors are running apache. Some are running IIS so
maybe it's a gradual transition. I can't even begin to entertain how
complicated hotmail must have become over the years!

- Original Message -
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:19 AM
Subject: RE: Networksolutions using CFM


> >
> > didn't hotmail run off unix for a long time...
> > Same deal. If it ain't broke, don't fix it.
> >
>
> I rememeber reading in Wired that MS tried to force NT down their
> throats, and the coders had to fight back like heck to prevent it... or
> hold off the conversion as long as possible. Not sure what ended up
> happening though.
>
> -RC
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: BroadVision

2001-10-02 Thread Michael Vinson

seconding that motion...

Ken Wilson wrote:

> Care to follow up with more detail regarding that quote...
>
> -Original Message-
> From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 2:16 AM
> To: CF-Talk
> Subject: SOT: BroadVision
>
> "We were looking for a solution to support high-volume transaction
> processing with personalized content.  BroadVision is helping manage
> one-to-one customer relationships through all aspects of our online
> business."
>
> Stephen Elop, Senior Vice President of Web, Macromedia
>
> http://www.broadvision.com
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Networksolutions using CFM

2001-10-02 Thread Benjamin Falloon

hahaha
I used netcraft to lookup hotmail and it's running apache on FreeBSD!
http://www.netcraft.com/


- Original Message - 
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:19 AM
Subject: RE: Networksolutions using CFM


> > 
> > didn't hotmail run off unix for a long time...
> > Same deal. If it ain't broke, don't fix it.
> > 
> 
> I rememeber reading in Wired that MS tried to force NT down their
> throats, and the coders had to fight back like heck to prevent it... or
> hold off the conversion as long as possible. Not sure what ended up
> happening though.
> 
> -RC
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Eric Dawson

it will be.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT (CF-based church website application)
Date: Tue, 02 Oct 2001 14:14:40 -0400

It would be free and opensource. It would force your community site network
app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and article
submitter on my site to provide a scripture reference or two to categorize
it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


  > Any y'all got Christian sites written in CF?
  >
  > Thanks,
  > Tony Hicks
  > --
  > Search the Holy Bible: http://www.bibleclicks.com
  >
  >




~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Dan Phillips

I think it did before MS bought it.

~Dan

-Original Message-
From: Benjamin Falloon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 5:16 PM
To: CF-Talk
Subject: Re: Networksolutions using CFM


didn't hotmail run off unix for a long time...
Same deal. If it ain't broke, don't fix it.

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:16 AM
Subject: RE: Networksolutions using CFM


> > Very likely some third-party site that was simply a NS cobrand -
> > remember all the fuss when MSN was using a Career Builder
> > co-brand, and CB was using CF? There was a lot of FUD about
> > MS using CF - which really wasn't the case.
>
> MS has used CF in the past, though. The portion of MS that deals with web
> presence and web "properties" has been pretty agnostic about what gets
used,
> interestingly enough. For example, if I remember correctly, MS bought
> Submit-IT, which was originally written long ago using CF (1.5 or 2) and
> Perl! For a long time, it still appeared to use CF - it was changed to ASP
> pretty recently when it was rebuilt.
>
> That's hardly a condemnation by MS of their own web products, but simply
> pragmatism. Why rebuild something that already works?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Raymond Camden

> 
> didn't hotmail run off unix for a long time...
> Same deal. If it ain't broke, don't fix it.
> 

I rememeber reading in Wired that MS tried to force NT down their
throats, and the coders had to fight back like heck to prevent it... or
hold off the conversion as long as possible. Not sure what ended up
happening though.

-RC
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Networksolutions using CFM

2001-10-02 Thread Benjamin Falloon

didn't hotmail run off unix for a long time...
Same deal. If it ain't broke, don't fix it.

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:16 AM
Subject: RE: Networksolutions using CFM


> > Very likely some third-party site that was simply a NS cobrand -
> > remember all the fuss when MSN was using a Career Builder
> > co-brand, and CB was using CF? There was a lot of FUD about
> > MS using CF - which really wasn't the case.
>
> MS has used CF in the past, though. The portion of MS that deals with web
> presence and web "properties" has been pretty agnostic about what gets
used,
> interestingly enough. For example, if I remember correctly, MS bought
> Submit-IT, which was originally written long ago using CF (1.5 or 2) and
> Perl! For a long time, it still appeared to use CF - it was changed to ASP
> pretty recently when it was rebuilt.
>
> That's hardly a condemnation by MS of their own web products, but simply
> pragmatism. Why rebuild something that already works?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Dave Watts

> Very likely some third-party site that was simply a NS cobrand -
> remember all the fuss when MSN was using a Career Builder 
> co-brand, and CB was using CF? There was a lot of FUD about 
> MS using CF - which really wasn't the case.

MS has used CF in the past, though. The portion of MS that deals with web
presence and web "properties" has been pretty agnostic about what gets used,
interestingly enough. For example, if I remember correctly, MS bought
Submit-IT, which was originally written long ago using CF (1.5 or 2) and
Perl! For a long time, it still appeared to use CF - it was changed to ASP
pretty recently when it was rebuilt.

That's hardly a condemnation by MS of their own web products, but simply
pragmatism. Why rebuild something that already works?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large SQL log file

2001-10-02 Thread Michael Ross

Have you tried shrinking the DB?

>>> [EMAIL PROTECTED] 10/02/01 01:17PM >>>
Thanks for the suggestions so far.

and sorry, Yes I am running SQL 7, IIS4, NT4 SP6, CF5.

But I still can't seem to get to this file.
If I go to the database's "truncate log on Checkpoint", it looks like this
if for the log for the individual databases " SQLdir/DBname.ldf".  They are
all under the SQL dir on another drive.  But this file "SQL.log" is under
the root directory of C:.  
After looking around SQL manager I didn't see any thing that points to this
file.

Hopefully some one might have some more suggestions for me to try.

Thanks again
Rodney


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 7:30 AM
To: CF-Talk
Subject: RE: Large SQL log file 


> If you are speaking of your transaction log, you will need to 
> schedule more frequent backups or dump the transaction logs 
> periodically. If you set your database to truncate on checkpoint, 
> it will also prevent the logs from growing, however you will 
> eliminate your ability restore a damaged database from backup.

If I understand correctly, this isn't exactly true - it's an
oversimplification. You can still restore databases from backup, whether
you're truncating logs on checkpoint or not. If you truncate logs on
checkpoint, you can't restore the database from just the transaction log
itself. I can guarantee that we wouldn't use the option if it meant you
couldn't restore your databases!

You're right to point out, though, that using this setting does restrict the
ways in which you can backup and restore your databases, and probably
shouldn't be selected without that consideration.

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


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



weird format drop

2001-10-02 Thread Janine Jakim

I have a form that formats the phone/fax number.
 
Works fine when used in a regular query.
Now I have changed the queries around so that I can do bulk printing so
instead of: 
query1
cfset
query2
cfset
etc
I now have:
query1
Include template of queries
cfloop query2
cfloop query3

Anyhow nothing else changed- but for some reason my telephone/fax formatting
no longer works- instead it prints out like 5554345431.0
Any ideas on why this would happen?
Thanks in advance.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Billy Cravens

I get the feeling this thread is about to digress into a "CF vs. [insert
language here]" thread ... Please no...

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Brunt, Michael [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 3:35 PM
To: CF-Talk
Subject: RE: Networksolutions using CFM


Since the Verisign thing the new (netsol I think) web site is pretty
aweful and yes it does look like java now.  Why oh why can't people be
satisfied to use ColdFusion after all this time we are still seen as toy
developers by some.  The reality is there is little or nothing you
cannot do with CF.

Mike Brunt
Sempra Energy
213.244.5226
"The nice thing about standards is that there are so many to choose
from."  



-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:27 PM
To: CF-Talk
Subject: RE: Networksolutions using CFM


Verisign now owns them...officially anyway. Seems they are using quite a
bit of jhtml too.



Dan Phillips
Lead Support Technician\ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: Networksolutions using CFM


I just got an email from Networksolutions and in the email were links to
CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for
some things!



~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Billy Cravens

Very likely some third-party site that was simply a NS cobrand -
remember all the fuss when MSN was using a Career Builder co-brand, and
CB was using CF?  There was a lot of FUD about MS using CF - which
really wasn't the case.

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 3:27 PM
To: CF-Talk
Subject: RE: Networksolutions using CFM


Verisign now owns them...officially anyway. Seems they are using quite a
bit of jhtml too.



Dan Phillips
Lead Support Technician\ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: Networksolutions using CFM


I just got an email from Networksolutions and in the email were links to
CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for
some things!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Brunt, Michael

Since the Verisign thing the new (netsol I think) web site is pretty aweful
and yes it does look like java now.  Why oh why can't people be satisfied to
use ColdFusion after all this time we are still seen as toy developers by
some.  The reality is there is little or nothing you cannot do with CF.

Mike Brunt
Sempra Energy
213.244.5226
"The nice thing about standards is that there are so many to choose from."  



-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:27 PM
To: CF-Talk
Subject: RE: Networksolutions using CFM


Verisign now owns them...officially anyway. Seems they are using quite a bit
of jhtml too.



Dan Phillips
Lead Support Technician\ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: Networksolutions using CFM


I just got an email from Networksolutions and in the email were links to
CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for some
things!


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hiding Error Pages

2001-10-02 Thread John McKown

you could include the error pages using a server mapping.

John McKown, President
Delaware.Net, Inc.


-Original Message-
From: Emmanuel Crouvisier [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 2:31 PM
To: CF-Talk
Subject: Hiding Error Pages


Hi folks,

Now that I've got CF Server 5 running correctly on my Linux box, I
had a quick question. What's the best way to hide the Error template pages
that I have setup?

Currently, any user could guess my Error page names, and because I
have my ErrorException page e-mail myself and a few other administrators
when the page is called, this could lead to a bunch of false alerts.

Is there any variable I could perhaps check to see if it's CF
Server calling the Error page as opposed to a regular user, or is there
some way I can specify all Error* pages to not be directly viewable?

I was thinking of just doing this with the help of an .htaccess
file, but I was hoping there was something a bit more elegant, as I assume
this sort of concern has come up before.


Thanks a lot,

Emmanuel J.M. Crouvisier


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Security on Remote Datasource

2001-10-02 Thread BEN MORRIS

I have a question about internet security and using a remote datasource.

What it boils down to is the nature of how a hacker would intercept 
traffic.  Could they intercept all traffic from a specific site?

My situation is this: I want to write sensative information to a remote 
datasource using , and that info will be in 
transit, and thus able to be intercepted.  So, if I did a series of 
updates, would that solve the problem, or would someone be able to piece 
them together.  Example:


SET NOCOUNT ON
INSERT INTO User (FName, LName, Address)
VALUES ('Bob', 'Smith', '123 Fake St')
SELECT @@Identity AS NewID



UPDATE User 
SET SSN = '123456789'
WHERE UserID = #INSERTQUERY.NewID#


Since this is 2 separate transactions, someone seeing either one would do 
them no good, but both would be a disaster (for me).

So, I am on the right track?  Should this work or should I look into 
securing this connection?

Thanks for any help.

---

  Ben Morris

  Web Site Developer
  American Federation of Government Employees, AFL-CIO
  (202) 639-6448
  www.afge.org

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Networksolutions using CFM

2001-10-02 Thread Dan Phillips

Verisign now owns them...officially anyway. Seems they are using quite a bit
of jhtml too.



Dan Phillips
Lead Support Technician\ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:24 PM
To: CF-Talk
Subject: Networksolutions using CFM


I just got an email from Networksolutions and in the email were links to
CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for some
things!

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Output Issue

2001-10-02 Thread Mike Tangorre

Thank you!

:-)

Mike

- Original Message - 
From: "Dave Babbitt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 12:42 PM
Subject: RE: Output Issue


> How about  or 
> 
> 
>  
>   #x#
>  
>  
>#Evaluate('form.' & x)# 
>   
> 
> 
> 
> There are many variations.
> 
> -Original Message-
> From: Mike Tangorre [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 12:37 PM
> To: CF-Talk
> Subject: Output Issue
> 
> 
> I have the following code:
> 
> 
> 
>  
>   #x#
>  
>  
>#form.#x## 
>   
> 
> 
> 
> 
> The value for the form field throws an error the way I am doing it. I am 
> not familiar with the Evaluate function and the concatonation of 
> strings, is this what I should do?
> 
> Thanks for any help or explanation.
> 
> Mike
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Networksolutions using CFM

2001-10-02 Thread Chad Gray

I just got an email from Networksolutions and in the email were links to 
CFM pages.  Pretty cool to see Networksolutions using Cold Fusion for some 
things!
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MS VSS & Studio Integration

2001-10-02 Thread Bernd VanSkiver

I am using ColdFusion Studeo 4.5.2 and Microsoft Visual Studio 6 and am
having problems getting source control to integrate with my ColdFusion
projects. When I go to 'Map Project to Source Control' I go through that
process and everything appears to be working great, but the ColdFusion
project does not seem to really integrate with the VSS project. When I try
to add files from the CF Project to the VSS Project it gives me an error
that it could not map the file to the project. I think I have seen that
there are bugs with Studio 4.5.2 in that it does not really support VSS like
it should, but am not sure if that is my problem or not.  Any ideas?


Bernd VanSkiver
[EMAIL PROTECTED]
ColdFusion Developer
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread Mark Warrick

Just to add to all of this.  One of the suggestions was to look for the
existence of a form variable carried through, based upon the name of the
submit button.  Although this will work, it's easier to name both submit
buttons the same, and use a CFSWITCH to load in the appropriate template
based upon the VALUE of the submit button (the visible button title).

For example, I use this for all delete confirmation templates.









---mark

=
Mark Warrick - Fusioneers.com
Personal Email: [EMAIL PROTECTED]
Business Email: [EMAIL PROTECTED]
Phone: 714-547-5386
Efax: 801-730-7289
Personal URL: http://www.warrick.net
Business URL: http://www.fusioneers.com
ICQ: 125160
AIM: markwarric
Yahoo: Serengeti
=


-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 9:23 AM
To: CF-Talk
Subject: RE: 2 Submit Buttons on one form


Got it - many thanks for all your responses. :o)

Mark

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:23 AM
To: CF-Talk
Subject: 2 Submit Buttons on one form


Is it possible to place two submit buttons on one form, each button calling
a different action (template).  If so, how would it be done?

Thanks,
Mark


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT

2001-10-02 Thread Aaron Johnson

Awhile ago...

http://www.supertones.com/ (some flash, some html, some CF)

I did the store in CF years back... it's down for some reason now..

AJ



> -Original Message-
> From: David Grabbe [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 2:28 PM
> To: CF-Talk
> Subject: RE: OT
> 
> 
> Hi Tony,
> 
> Church of the Great God's website (http://www.cgg.org) is also written in
> CF.
> 
> Regards,
> David
> 
> 
> - Original Message -
> From: "Tony Hicks" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 02, 2001 9:56 PM
> Subject: OT
> 
> 
> > Any y'all got Christian sites written in CF?
> >
> > Thanks,
> > Tony Hicks
> > --
> > Search the Holy Bible: http://www.bibleclicks.com
> >
> >
> 
> 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



client information

2001-10-02 Thread Emmet McGovern

Ive seen all this information before but cant seem to track it down.

Can someone provide me with all the client variables available, such as
referer, browser, screen resolution, colors, and os?

Thanks
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Hiding Error Pages

2001-10-02 Thread Emmanuel Crouvisier

Hi folks,

Now that I've got CF Server 5 running correctly on my Linux box, I
had a quick question. What's the best way to hide the Error template pages
that I have setup?

Currently, any user could guess my Error page names, and because I
have my ErrorException page e-mail myself and a few other administrators
when the page is called, this could lead to a bunch of false alerts.

Is there any variable I could perhaps check to see if it's CF
Server calling the Error page as opposed to a regular user, or is there
some way I can specify all Error* pages to not be directly viewable?

I was thinking of just doing this with the help of an .htaccess
file, but I was hoping there was something a bit more elegant, as I assume
this sort of concern has come up before.


Thanks a lot,

Emmanuel J.M. Crouvisier

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



weird cf_webstore rounding problem

2001-10-02 Thread Jon Tillman

Can anyone tell me why the following code from CFWebstore rounds numbers to 
the nearest 1?

INPUT:



ACTION:







-- 
Jon Tillman
www.smokingpipes.com
www.tobaccoreviews.com
www.eruditum.org
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT

2001-10-02 Thread David Grabbe

Hi Tony,

Church of the Great God's website (http://www.cgg.org) is also written in
CF.

Regards,
David


- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


> Any y'all got Christian sites written in CF?
>
> Thanks,
> Tony Hicks
> --
> Search the Holy Bible: http://www.bibleclicks.com
>
>


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Points of failure for session variables

2001-10-02 Thread Chris Norloff

Yes, just reading session.QueryName would be a read.

But  is a write into the session scope.

Or at least that's what MM Tech Support told me, and it made sense so I exclusive 
locked it.

Chris Norloff


-- Original Message --
from: "Daye, Marianne" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Tue, 2 Oct 2001 10:57:31 -0400 

>Chris, what did you mean when you said that a query with a name of
>application.queryname is a 'write'.  Doesn't that depend on what you do with
>it?  If I loop through session.QueryName, but only read the values, is that
>not a 'readonly' for locking purposes?
>
>Marianne Daye
>Programmer/Analyst
>Information Delivery Systems (IDS)
>http://ids.rti.org
>(919) 541-8031
>
>
>-Original Message-
>From: Chris Norloff [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 01, 2001 9:07 AM
>To: CF-Talk
>Subject: Re: Points of failure for session variables
>
>
>Manually locking all reads and writes (locking by scope) is good.  Beware of
>things that might not look like writes - like a query with a name of
>application.queryname is actually a write into the application scope.
>
>Also, use the Duplicate() function with CFSET whenever making a copy of a
>complex variable (arrays & structures, at least.  Allaire/MM say queries are
>complex, other folks say they're not).  If you don't use Duplicate() when
>copying complex variables your copy is a pointer to the original rather than
>a real copy.
>
>And test for session validity at the beginning of every request.
>
>best,
>Chris Norloff
>
>-- Original Message --
>from: <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>date: Sun, 30 Sep 2001 17:30:46 -0700
>
>>Of course I've used system variables several times in the past, but never
>in
>>an application where their proper functioning is absolutely necessary,
>until
>>now.
>>
>>The application I'm building now relies heavily on session variables and
>>will fail if variables are not properly passed.
>>
>>Of course, I'm using CFLock around all session variables (both read and
>>write).
>>
>>Besides that, I'm wondering are their other problems to look and plan for?
>>Is it possible that session variables will not work with some clients? If
>>so, under what conditions. How do you plan for such possible failures?
>>
>>I just want to do my best to cover all of the bases here.
>>
>>H.
>>
>
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Dave Babbitt

It would be free and opensource. It would force your community site network
app to be free and opensource also.

-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 1:24 PM
To: CF-Talk
Subject: RE: OT (CF-based church website application)


free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and article
submitter on my site to provide a scripture reference or two to categorize
it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


 > Any y'all got Christian sites written in CF?
 >
 > Thanks,
 > Tony Hicks
 > --
 > Search the Holy Bible: http://www.bibleclicks.com
 >
 >



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MySQL error

2001-10-02 Thread Billy Cravens

If you show your query, you'll probably better response.

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 11:44 AM
To: CF-Talk
Subject: MySQL error


Im getting this error when using a JOIN in my SQL statement  Any Ideas?

ODBC Error Code = S1000 (General error)
[TCX][MyODBC]Not unique table/alias: 'Step2UserList'

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread admin

I would love to check it out as well

tx

Richard

- Original Message - 
From: "Paris Lundis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:58 AM
Subject: Re: (OT) Human Click: CF Version?


> contact me... would love to see it :)
> 
> -paris
> [finding the future in the past, passing the future in the present]
> [connecting people, places and things]
> 
> 
> -Original Message-
> From: "Tracy Bost" <[EMAIL PROTECTED]>
> Date: Tue, 2 Oct 2001 11:44:23 -0500
> Subject: Re: (OT) Human Click: CF Version?
> 
> > It was for an extranet.
> >  If you really need to see it, i could make arrangements.
> >  Just contact me off list.
> > - Original Message - 
> > From: "Cary Gordon" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 02, 2001 11:08 AM
> > Subject: Re: (OT) Human Click: CF Version?
> > 
> > 
> > > Can we see it?
> > > 
> > > At 10:46 AM 10/2/2001 -0500, you wrote:
> > > >I did a "human click" in a coldfusion application once using the
> > jabber
> > > >server and the java applet client
> > > 
> > 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large SQL log file

2001-10-02 Thread Dave Watts

> But I still can't seem to get to this file.
> If I go to the database's "truncate log on 
> Checkpoint", it looks like this if for the 
> log for the individual databases "SQLdir/DBname.ldf".  
> They are all under the SQL dir on another drive.  
> But this file "SQL.log" is under the root directory 
> of C:. After looking around SQL manager I didn't 
> see any thing that points to this file.

Is the file still growing? Or is the date stamp a little old on it?

This doesn't have anything to do with SQL Server, I don't think. The only
thing I can think of is that perhaps you enabled tracing in ODBC for one of
your data sources, and never disabled it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT (CF-based church website application)

2001-10-02 Thread Eric Dawson

free and opensource - or fee and opensource?

I want to plug a free church publishing tool into a community site network.

Eric Dawson



From: Dave Babbitt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: OT
Date: Tue, 02 Oct 2001 12:14:50 -0400

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and article
submitter on my site to provide a scripture reference or two to categorize
it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


 > Any y'all got Christian sites written in CF?
 >
 > Thanks,
 > Tony Hicks
 > --
 > Search the Holy Bible: http://www.bibleclicks.com
 >
 >


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large SQL log file

2001-10-02 Thread Bruce, Rodney

Thanks for the suggestions so far.

and sorry, Yes I am running SQL 7, IIS4, NT4 SP6, CF5.

But I still can't seem to get to this file.
If I go to the database's "truncate log on Checkpoint", it looks like this
if for the log for the individual databases " SQLdir/DBname.ldf".  They are
all under the SQL dir on another drive.  But this file "SQL.log" is under
the root directory of C:.  
After looking around SQL manager I didn't see any thing that points to this
file.

Hopefully some one might have some more suggestions for me to try.

Thanks again
Rodney


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 7:30 AM
To: CF-Talk
Subject: RE: Large SQL log file 


> If you are speaking of your transaction log, you will need to 
> schedule more frequent backups or dump the transaction logs 
> periodically. If you set your database to truncate on checkpoint, 
> it will also prevent the logs from growing, however you will 
> eliminate your ability restore a damaged database from backup.

If I understand correctly, this isn't exactly true - it's an
oversimplification. You can still restore databases from backup, whether
you're truncating logs on checkpoint or not. If you truncate logs on
checkpoint, you can't restore the database from just the transaction log
itself. I can guarantee that we wouldn't use the option if it meant you
couldn't restore your databases!

You're right to point out, though, that using this setting does restrict the
ways in which you can backup and restore your databases, and probably
shouldn't be selected without that consideration.

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

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MySQL error

2001-10-02 Thread Dave Babbitt

You need to scope every field in every table.

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 12:44 PM
To: CF-Talk
Subject: MySQL error


Im getting this error when using a JOIN in my SQL statement  Any Ideas?

ODBC Error Code = S1000 (General error)
[TCX][MyODBC]Not unique table/alias: 'Step2UserList'

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Output Issue

2001-10-02 Thread Mike Townend

Yes my mistake... Posted the reply before I caught the FieldNames list
loop :(



-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 2, 2001 17:55
To: CF-Talk
Subject: RE: Output Issue


I think you mean #form[x]#, not #form.[x]#.

Also, if you are going to use form as a scope, don't use CFLOOP List,
do:





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

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

> -Original Message-
> From: Mike Townend [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 12:42 PM
> To: CF-Talk
> Subject: RE: Output Issue
> 
> 
> Try this:
> 
>  
>  
>   #x#
>  
>  
>#form.[x]# 
>   
> 
> 
> 
> HTH
> 
> Mike
> 
> -Original Message-
> From: Mike Tangorre [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 2, 2001 17:37
> To: CF-Talk
> Subject: Output Issue
> 
> 
> I have the following code:
> 
>  
>  
>   #x#
>  
>  
>#form.#x## 
>   
> 
> 
> 
> 
> The value for the form field throws an error the way I am
> doing it. I am
> 
> not familiar with the Evaluate function and the concatonation of
> strings, is this what I should do?
> 
> Thanks for any help or explanation.
> 
> Mike
> 
> ===
> Michael T. Tangorre
> Web Applications Developer
> 
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===
> "Friends don't let friends code before
> coffee!"===
> 
> 
> 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Paris Lundis

contact me... would love to see it :)

-paris
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: "Tracy Bost" <[EMAIL PROTECTED]>
Date: Tue, 2 Oct 2001 11:44:23 -0500
Subject: Re: (OT) Human Click: CF Version?

> It was for an extranet.
>  If you really need to see it, i could make arrangements.
>  Just contact me off list.
> - Original Message - 
> From: "Cary Gordon" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 02, 2001 11:08 AM
> Subject: Re: (OT) Human Click: CF Version?
> 
> 
> > Can we see it?
> > 
> > At 10:46 AM 10/2/2001 -0500, you wrote:
> > >I did a "human click" in a coldfusion application once using the
> jabber
> > >server and the java applet client
> > 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Output Issue

2001-10-02 Thread Raymond Camden

I think you mean #form[x]#, not #form.[x]#.

Also, if you are going to use form as a scope, don't use CFLOOP List,
do:





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

Email: [EMAIL PROTECTED]
Yahoo IM : morpheus

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

> -Original Message-
> From: Mike Townend [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, October 02, 2001 12:42 PM
> To: CF-Talk
> Subject: RE: Output Issue
> 
> 
> Try this:
> 
> 
> 
>  
>   #x#
>  
>  
>#form.[x]# 
>   
> 
> 
> 
> HTH
> 
> Mike
> 
> -Original Message-
> From: Mike Tangorre [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, October 2, 2001 17:37
> To: CF-Talk
> Subject: Output Issue
> 
> 
> I have the following code:
> 
> 
> 
>  
>   #x#
>  
>  
>#form.#x## 
>   
> 
> 
> 
> 
> The value for the form field throws an error the way I am 
> doing it. I am
> 
> not familiar with the Evaluate function and the concatonation of 
> strings, is this what I should do?
> 
> Thanks for any help or explanation.
> 
> Mike
> 
> ===
> Michael T. Tangorre
> Web Applications Developer
> 
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===
> "Friends don't let friends code before 
> coffee!"===
> 
> 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Output Issue

2001-10-02 Thread Mike Townend

Doh! That should probably have been 




 
  #x#
 
 
   #form.[x]# 
  




-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 2, 2001 17:42
To: CF-Talk
Subject: RE: Output Issue


Try this:



 
  #x#
 
 
   #form.[x]# 
  



HTH

Mike

-Original Message-
From: Mike Tangorre [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 2, 2001 17:37
To: CF-Talk
Subject: Output Issue


I have the following code:



 
  #x#
 
 
   #form.#x## 
  




The value for the form field throws an error the way I am doing it. I am

not familiar with the Evaluate function and the concatonation of 
strings, is this what I should do?

Thanks for any help or explanation.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before
coffee!"===



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Output Issue

2001-10-02 Thread Dave Babbitt

How about  or 


 
  #x#
 
 
   #Evaluate('form.' & x)# 
  



There are many variations.

-Original Message-
From: Mike Tangorre [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 12:37 PM
To: CF-Talk
Subject: Output Issue


I have the following code:



 
  #x#
 
 
   #form.#x## 
  




The value for the form field throws an error the way I am doing it. I am 
not familiar with the Evaluate function and the concatonation of 
strings, is this what I should do?

Thanks for any help or explanation.

Mike
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Tracy Bost

It was for an extranet.
 If you really need to see it, i could make arrangements.
 Just contact me off list.
- Original Message - 
From: "Cary Gordon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 11:08 AM
Subject: Re: (OT) Human Click: CF Version?


> Can we see it?
> 
> At 10:46 AM 10/2/2001 -0500, you wrote:
> >I did a "human click" in a coldfusion application once using the jabber
> >server and the java applet client
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MySQL error

2001-10-02 Thread Chad Gray

Im getting this error when using a JOIN in my SQL statement  Any Ideas?

ODBC Error Code = S1000 (General error)
[TCX][MyODBC]Not unique table/alias: 'Step2UserList'
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Output Issue

2001-10-02 Thread Mike Townend

Try this:



 
  #x#
 
 
   #form.[x]# 
  



HTH

Mike

-Original Message-
From: Mike Tangorre [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 2, 2001 17:37
To: CF-Talk
Subject: Output Issue


I have the following code:



 
  #x#
 
 
   #form.#x## 
  




The value for the form field throws an error the way I am doing it. I am

not familiar with the Evaluate function and the concatonation of 
strings, is this what I should do?

Thanks for any help or explanation.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before
coffee!"===


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Output Issue

2001-10-02 Thread Mike Tangorre

I have the following code:



 
  #x#
 
 
   #form.#x## 
  




The value for the form field throws an error the way I am doing it. I am 
not familiar with the Evaluate function and the concatonation of 
strings, is this what I should do?

Thanks for any help or explanation.

Mike

===
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4===
"Friends don't let friends code before coffee!"===

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread Mark Leder

Got it - many thanks for all your responses. :o)

Mark

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:23 AM
To: CF-Talk
Subject: 2 Submit Buttons on one form


Is it possible to place two submit buttons on one form, each button calling
a different action (template).  If so, how would it be done?

Thanks,
Mark

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT

2001-10-02 Thread Raymond Camden

http://www.catholicweb.com/

-RC


> -Original Message-
> From: Marc Edwards [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 11:52 AM
> To: CF-Talk
> Subject: Re: OT
> 
> 
> not that I can think ofI know musicforce.com used to be 
> on CF, but they switched to something else a year or so ago.
> - Original Message -
> From: "Tony Hicks" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 02, 2001 9:56 PM
> Subject: OT
> 
> 
> > Any y'all got Christian sites written in CF?
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Truncate Log on Checkpoint (was Large SQL log file)

2001-10-02 Thread Justin Greene

It was an oversimplification.  Didn't feel like typing then, don't mind
now... the problem with truncate logs at checkpoint is that you will only be
able to restore until the time of the last backup as there will be no
transaction logs to roll forward to get you completely up to date.  Any
database that is worth backing up, probably should not use this feature,
with the caveat that if you have to do a mass bcp or select into, you may
want to use it temporarily to prevent filling the transaction logs and then
when finished, turn it off and run a full backup immediately so that the
transaction log dumps will work again.

This of course gets into a discussion of backup strategies and how often to
run full backups and log dumps.  We typically do daily full backups and dump
the logs every 15 minutes.  As the db gets bigger the full backups take
longer and longer and one may want to do them less and look for slow times.

Justin

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 10:30 AM
To: CF-Talk
Subject: RE: Large SQL log file 


> If you are speaking of your transaction log, you will need to 
> schedule more frequent backups or dump the transaction logs 
> periodically. If you set your database to truncate on checkpoint, 
> it will also prevent the logs from growing, however you will 
> eliminate your ability restore a damaged database from backup.

If I understand correctly, this isn't exactly true - it's an
oversimplification. You can still restore databases from backup, whether
you're truncating logs on checkpoint or not. If you truncate logs on
checkpoint, you can't restore the database from just the transaction log
itself. I can guarantee that we wouldn't use the option if it meant you
couldn't restore your databases!

You're right to point out, though, that using this setting does restrict the
ways in which you can backup and restore your databases, and probably
shouldn't be selected without that consideration.

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

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT

2001-10-02 Thread Dave Babbitt

I have www.wscccpca.org - a church website in CF. Also, Tony Jenkins of
jittle.com and I are preparing to launch a open source initiative for
eChurch, a CF-based church website application.

In reference to your sig link, I force every sermon, testimony, and article
submitter on my site to provide a scripture reference or two to categorize
it with.

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:52 AM
To: CF-Talk
Subject: Re: OT


not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


> Any y'all got Christian sites written in CF?
>
> Thanks,
> Tony Hicks
> --
> Search the Holy Bible: http://www.bibleclicks.com
>
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Cary Gordon

Can we see it?

At 10:46 AM 10/2/2001 -0500, you wrote:
>I did a "human click" in a coldfusion application once using the jabber
>server and the java applet client
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Multi language support.

2001-10-02 Thread Tony Schreiber

Here's a bit from the English language file:

// Account Activation
L_Activation_Action = "Activate";
L_Activation_Description = "To activate your account, please enter your
Email Address and Activation Code below.";
L_Activation_Complete = "Account Activation Complete";
L_Activation_Link ="If you cut and pasted or copied the link from your
Activation email, check to be sure the entire link was used.";
L_Activation_Already = "This User has already been activated.";
L_Activation_Proceed = "You may now post messages.";

Now, in the application, wherever I would put "Account Activation
Complete" for example, instead, I put #L_Activate_Complete#...

Now that you mention it, it may be simpler (in terms of naming, etc.) to
put them into a structure... Hmm...

> If you put the strings into a file, how where you able to load them into a
> variable (i'm guessing a structure) inside your program.
>
> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 01, 2001 8:28 PM
> To: CF-Talk
> Subject: Re: Multi language support.
>
>
> The direction I'm taking with SMB (simplemessageboard.com) is to move all
> the displayed strings into variables that reside in a single "language"
> file, like english.lang.
>
> Using CFPARAM you can then establish a default language and
> use a url variable to change language on the fly that you then make sticky
> with a cookie.
>
> It's simple and makes translating easy and portable.
>
> > I am looking into solutions (use of XML or any) for
> > changing the application (built in cf)(such as
> > shopping cart,Catalog) to support multiple languages.
> > Our management do not prefer any content management
> > solutions. but we are planning to build our own.
> > Your help is appreciated.
> >
> >
> >
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread mherbene

I think (haven't tried lately) even without javascript,  with two forms.









> -Original Message-
> From: Mark Robinson (National Express)
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 11:28 AM
> To: CF-Talk
> Subject: RE: 2 Submit Buttons on one form
> 
> 
> Yep.
> 
> JavaScript.
> 
> If you want the code give me a shout back.
> 
> mark
> 
> -Original Message-
> From: Mark Leder [mailto:[EMAIL PROTECTED]]
> Sent: 02 October 2001 16:23
> To: CF-Talk
> Subject: 2 Submit Buttons on one form
> 
> 
> Is it possible to place two submit buttons on one form, each 
> button calling
> a different action (template).  If so, how would it be done?
> 
> Thanks,
> Mark
> 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT

2001-10-02 Thread Marc Edwards

not that I can think ofI know musicforce.com used to be on CF, but they
switched to something else a year or so ago.
- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:56 PM
Subject: OT


> Any y'all got Christian sites written in CF?
>
> Thanks,
> Tony Hicks
> --
> Search the Holy Bible: http://www.bibleclicks.com
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: NEED: Custom Tag "Terms of Download"

2001-10-02 Thread Tony Schreiber

Well, I don't have a tag, but here's the text I use:

The information presented on this website represent the opinions of the
individual contributors. No representation is made regarding the accuracy
or reliability of any information contained on any of these pages. These
pages are not sponsored, supported, or sanctioned by the publishers or
distributors of Miata Link Lab, the manufacturers or distrubutors of the
Link ECU nor the manufacturers or dealers of automobiles for which the
Link ECU is available.

Neither Man and Machine, Ltd., it's principals, the sponsors of these
pages, or any of the individual contributors accept any liability for the
consequences of using the information presented on these pages.

Use the information on this Web server at your own risk! LinkLabExchange
is Not Responsible for Third Party Software or Files. Improper use of
files on the website can permanently damage your engine!

By downloading any files from this website, you acknowledge that
LinkLabExchange contains material developed by third parties and that Man
and Machine, Ltd. makes no representation or warranty whatsoever regarding
the material contained in LinkLabExchange. WITHOUT LIMITATION OF THE
FOREGOING, Man and Machine, Ltd. HEREBY DISCLAIMS ANY WARRANTY OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE WITH RESPECT TO ANY
MATERIAL CONTAINED IN LinkLabExchange. Man and Machine, Ltd. FURTHER
DISCLAIMS ANY REPRESENTATION OR WARRANTY THAT THE USE OF THE MATERIAL
CONTAINED IN LinkLabExchange WILL NOT INFRINGE A PATENT, COPYRIGHT, TRADE
SECRET OR OTHER PROPRIETARY RIGHT. The material in LinkLabExchange is
provided "AS IS."

By using this website, you acknowledge that LinkLabExchange contains
non-commercial, development-stage software that is likely to contain bugs,
errors and other defects, and that no assurance can be made that any
software in LinkLabExchange will perform according to any associated
description or specification.

By using this website, you further acknowledge that Man and Machine, Ltd.
will have no liability arising out of your use of LinkLabExchange. Without
limitation of the foregoing, Man and Machine, Ltd. is not to be liable for
direct or indirect damages, lost profits, punitive damages, or any
incidental, special or consequential damages, whether resulting from
impaired or lost data, software or computer failure or any other cause,
even if Man and Machine, Ltd. is advised of the possibility of such
damages and regardless of the form of action under which such damages are
sought.


> Anyone have a good "Terms of Download" for a free custom tag and one for
> a paid custom tag?
>
> I am by no means a good writer but I have a few custom tags and I want
> to make sure the understanding of downloading such and such custom tag
> is clear.. Such as that I am not liable, no warranty (on free tags, if
> there is a bug in a purchased tag, I'll replace it).
>
> Thanks,
> Tony Hicks
> --
> Search the Holy Bible: http://www.bibleclicks.com
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: NEED: Custom Tag "Terms of Download"

2001-10-02 Thread Jochem van Dieten

Tony Hicks wrote:

> Anyone have a good "Terms of Download" for a free custom tag and one for 
> a paid custom tag?


Check out http://www.opensource.org/

> I am by no means a good writer but I have a few custom tags and I want 
> to make sure the understanding of downloading such and such custom tag 
> is clear.. Such as that I am not liable, no warranty (on free tags, if 
> there is a bug in a purchased tag, I'll replace it).


For the free tag, I recommend the BSD license. It is very easy, like 10 
lines or something, but if it is enough for Berkeley to make sure that 
they are not liable it should be enough for you ;)
There is also a variety of other, more restrictive, licences at the 
site, although most require you to publish your sourcecode (i.e. not 
encrypt it).

Jochem
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Points of failure for session variables

2001-10-02 Thread Dave Watts

> Chris, what did you mean when you said that a query 
> with a name of application.queryname is a 'write'. Doesn't 
> that depend on what you do with it? If I loop through 
> session.QueryName, but only read the values, is that
> not a 'readonly' for locking purposes? 

The act of running the CFQUERY tag with a NAME attribute of
"application.foo" or "session.foo" writes to the Application or Session
scope, respectively.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Tracy Bost

I did a "human click" in a coldfusion application once using the jabber
server and the java applet client

- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:24 AM
Subject: Re: (OT) Human Click: CF Version?


> Is your application available to look at? ... even if I'm not looking for
a
> date?
>
> Eric Dawson
>
> From: "Rey Bango" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: Re: (OT) Human Click: CF Version?
> Date: Tue, 2 Oct 2001 10:25:59 -0400
>
> Eric,
>
> You can take some of the cf chat offerings in the tag gallery and retrofit
> them into an IM solution. I did that for a dating site that I'm building.
>
> Rey Bango
> Former Team Allaire
> Certified Allaire Instructor.
>
> - Original Message -
> From: "Eric Dawson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 02, 2001 10:18 AM
> Subject: (OT) Human Click: CF Version?
>
>
>  > (OT) Human Click: CF Version?
>  >
>  > So... Human Click is going to fee for service model.
>  >
>  > How quickly could one throw together a CF (or other) version?
>  >
>  > Any ideas on how to best do this?
>  > Can you create an ICQ or jabber addon easily? or maybe write CFM
template
> to
>  > monitor the web traffic? and use a cf chat and messaging stuffs?
>  >
>  > Eric Dawson
>  >
>  >
>  >
>  >
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread Alistair Davidson

Mark,

You could do it client-side or server-side.

Client-side would involve some javascript like this -



  
  


It's cleaner in terms of code, but beware of older browsers having dodgy
support for javascript.


Server-side, you could make your form like this -



  
  


and then on the processing page -








HTH

Alistair Davidson
Senior Developer
Rocom New Media
www.rocomx.net
"There is no spoon"

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2001 16:23
To: CF-Talk
Subject: 2 Submit Buttons on one form


Is it possible to place two submit buttons on one form, each button calling
a different action (template).  If so, how would it be done?

Thanks,
Mark

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread Jerry Staple

Mark Try This

Within your form::





1st Submit =
2nd Submit = 



 


function changeSubmit(){
// New page to submit to
document.forms[0].action = 'Wherever.cfm?whatever=#what#';
document.forms[0].submit();
}


Hope it Helps
 

Jerry Staple 

Web Application Developer

 
 
 Head Office
133-137 Lisburn Road, Belfast 
Northern Ireland BT9 7AG 
T  +44 (0) 28 9022 3224 
F  +44 (0) 28 9022 3223 
E  [EMAIL PROTECTED]
 
W  biznet-solutions.com  



-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2001 16:23
To: CF-Talk
Subject: 2 Submit Buttons on one form


Is it possible to place two submit buttons on one form, each button
calling
a different action (template).  If so, how would it be done?

Thanks,
Mark

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: 2 Submit Buttons on one form

2001-10-02 Thread Howie Hamlin

Sure, just give the button a name like:




Then, in your form look for the existance of action1 or action2.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Mark Leder" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 11:22 AM
Subject: 2 Submit Buttons on one form


> Is it possible to place two submit buttons on one form, each button calling
> a different action (template).  If so, how would it be done?
>
> Thanks,
> Mark
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Multi language support.

2001-10-02 Thread Perez, Bismark

If you put the strings into a file, how where you able to load them into a
variable (i'm guessing a structure) inside your program.

-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 8:28 PM
To: CF-Talk
Subject: Re: Multi language support.


The direction I'm taking with SMB (simplemessageboard.com) is to move all
the displayed strings into variables that reside in a single "language"
file, like english.lang.

Using CFPARAM you can then establish a default language and
use a url variable to change language on the fly that you then make sticky
with a cookie.

It's simple and makes translating easy and portable.

> I am looking into solutions (use of XML or any) for
> changing the application (built in cf)(such as
> shopping cart,Catalog) to support multiple languages.
> Our management do not prefer any content management
> solutions. but we are planning to build our own.
> Your help is appreciated.
>
>
> 

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: 2 Submit Buttons on one form

2001-10-02 Thread Mark Robinson (National Express)

Yep.

JavaScript.

If you want the code give me a shout back.

mark

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2001 16:23
To: CF-Talk
Subject: 2 Submit Buttons on one form


Is it possible to place two submit buttons on one form, each button calling
a different action (template).  If so, how would it be done?

Thanks,
Mark

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Eric Dawson

Is your application available to look at? ... even if I'm not looking for a 
date?

Eric Dawson

From: "Rey Bango" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: (OT) Human Click: CF Version?
Date: Tue, 2 Oct 2001 10:25:59 -0400

Eric,

You can take some of the cf chat offerings in the tag gallery and retrofit
them into an IM solution. I did that for a dating site that I'm building.

Rey Bango
Former Team Allaire
Certified Allaire Instructor.

- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:18 AM
Subject: (OT) Human Click: CF Version?


 > (OT) Human Click: CF Version?
 >
 > So... Human Click is going to fee for service model.
 >
 > How quickly could one throw together a CF (or other) version?
 >
 > Any ideas on how to best do this?
 > Can you create an ICQ or jabber addon easily? or maybe write CFM template
to
 > monitor the web traffic? and use a cf chat and messaging stuffs?
 >
 > Eric Dawson
 >
 >
 >
 >

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



2 Submit Buttons on one form

2001-10-02 Thread Mark Leder

Is it possible to place two submit buttons on one form, each button calling
a different action (template).  If so, how would it be done?

Thanks,
Mark
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE / IE 5 on Mac Problems!

2001-10-02 Thread Scott Van Vliet

The problem resides in IE 5 Mac's Caching.  I am using the trim()
function for the upload, however, that is not the problem.

Here's the scenario:

I have a page that is a product Add/Edit form.  If I post a new product
using that form with it's Add functionality, the blank file fields
aren't uploaded (I trim the value, and do the upload or not).

Now, if the user returns to that page in the same session, the file
fields in the form have a value of "C:\WINNT\TEMP\ACF46D.gif", etc.  The
fields are blank, however, IE 5 Mac seems to cache the file in that
form.

Any ideas?

TIA. 

-Original Message-
From: BEN MORRIS [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 7:25 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: CFFILE / IE 5 on Mac Problems!

Make sure you use:

  


As IE 5 adds whitespace to form fields when it is a multipart/form-data
form.  A lesson to always use Trim().

- Ben Morris

>>> "Scott Van Vliet" <[EMAIL PROTECTED]> 10/01/01 09:15PM >>>
I am having uber-huge problems with CFFILE and IE 5 on the Mac.
 
Basically, I have CF checking if the  field 
contains
a null value, and if it doesnÆt, then upload the image.
 
It works fine everywhere else, EXCEPT IE 5 on the Mac.
 
Any help is greatly appreciated!
 
Thanks,
 
Scott
 
--
SCOTT VAN VLIET
JUXT INTERACTIVE
[EMAIL PROTECTED] 
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: where date = day problem

2001-10-02 Thread Stephen Moretti

Chad,

OK - If that worked then what you need to do is use CreateODBCDateTime in
the SQL rather than just CreateODBCDate...

What'll be happening is that you are getting a date and time in the database
(the time is usually appended as 00:00:00) and trying to compare it to just
a date, so of course its not going to match.

Giving CreateODBCDateTime just a date will append the 00:00:00 to the end of
your date and you should get a match with your SQL query, no need for the
addition BETWEEN processing.

regards

Stephen

> -Original Message-
> From: list@objekt [mailto:[EMAIL PROTECTED]]
> Sent: 02 October 2001 13:59
> To: CF-Talk
> Subject: Re: where date = day problem
>
>
> Hi mike...
>
> that worked perfectly!
> I was going crazy.. thanks so much!!!
>
> regards
> chad
>
> > On the assumption that eventdatestart is a datetime object in your
> > database then the query will be looking for the date passed and time =
> > 0:00:00.  If the inserted records contain timing information on insert
> > then this will probably not return any records... Try.
> >
> > WHERE eventdatestart BETWEEN #createODBCdate(showdate)# AND
> > #createODBCdate(DateAdd("d", 1, showdate))#
> >
> > HTH
> >
> > Mike
> >
> > -Original Message-
> > From: list@objekt [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 2, 2001 13:29
> > To: CF-Talk
> > Subject: where date = day problem
> >
> >
> > hi everyone
> >
> > I am trying to do a query that will just show me events for a chosen
> > day.
> >
> > i have an output like this...
> >
> > 
> > 
> >  
> > #DateFormat(yourDate, "dd/mmm []")#
> > 
> >  
> >
> > which gives me a urlencoded date format
> >
> > I then want to pass this to a query to show all events for that day.
> >
> > 
> > SELECT *
> > FROM events
> > WHERE eventdatestart = #createODBCdate(showdate)#
> > ORDER BY eventdateStart
> > 
> >
> > I am not getting an error, but no results are being returned.
> > I have tried also tried '#createODBCdate(showdate)#' (with single
> > quotes)
> >
> > this should be so simple but i cant get results!?
> >
> > any help is appreciated.
> >
> > thanks
> > chad
> >
> >
> >
> >
> >
> >
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF 4.5 automatic read locking unreliable?

2001-10-02 Thread mherbene

Any info on whether CF 5 fixes this? 

> -Original Message-
> From: Chris Norloff [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 10:17 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: CF 4.5 automatic read locking unreliable?
> 
> 
> I can confirm that.  The MM tech said he'd seen it and is 
> planning on writing it up.  
> 
> Auto read locking basically misses everything except cfsets. 
>   We got stung on structfind and structinsert (which 
> are a read and a write).
> 
> Auto read locking should be treated as only an interim 
> solution to full manual locking, or to moving away from 
> shared-scope variables.
> 
> best,
> Chris Norloff
> 
> -- Original Message --
> from: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
> date: Tue, 2 Oct 2001 09:19:44 -0400 
> 
> >I have seen suggestions that, with CF 4.5x, the "automatic 
> read locking"
> >setting misses some read/write situations.  I can't remember 
> the exact
> >situation; I think it was something other than CFSETS, such as
> >
> >
> >
> >and similar.  Anyone got confirmation or refutation of this claim?
> >
> >
> >Martin Herbener
> >
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Points of failure for session variables

2001-10-02 Thread Daye, Marianne

Chris, what did you mean when you said that a query with a name of
application.queryname is a 'write'.  Doesn't that depend on what you do with
it?  If I loop through session.QueryName, but only read the values, is that
not a 'readonly' for locking purposes?

Marianne Daye
Programmer/Analyst
Information Delivery Systems (IDS)
http://ids.rti.org
(919) 541-8031


-Original Message-
From: Chris Norloff [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 9:07 AM
To: CF-Talk
Subject: Re: Points of failure for session variables


Manually locking all reads and writes (locking by scope) is good.  Beware of
things that might not look like writes - like a query with a name of
application.queryname is actually a write into the application scope.

Also, use the Duplicate() function with CFSET whenever making a copy of a
complex variable (arrays & structures, at least.  Allaire/MM say queries are
complex, other folks say they're not).  If you don't use Duplicate() when
copying complex variables your copy is a pointer to the original rather than
a real copy.

And test for session validity at the beginning of every request.

best,
Chris Norloff

-- Original Message --
from: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Sun, 30 Sep 2001 17:30:46 -0700

>Of course I've used system variables several times in the past, but never
in
>an application where their proper functioning is absolutely necessary,
until
>now.
>
>The application I'm building now relies heavily on session variables and
>will fail if variables are not properly passed.
>
>Of course, I'm using CFLock around all session variables (both read and
>write).
>
>Besides that, I'm wondering are their other problems to look and plan for?
>Is it possible that session variables will not work with some clients? If
>so, under what conditions. How do you plan for such possible failures?
>
>I just want to do my best to cover all of the bases here.
>
>H.
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF gaming related applications group forming.

2001-10-02 Thread Jeffry Houser

At 01:15 PM 10/02/2001 +, you wrote:

>I wonder if any of you have seen any gaming related applications built in
>coldfusion?


  I think there is a Yahoo group or club on this subject...
  I got a few digests (20-30 messages, I think), but nothing ever came of 
it that I know of.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Fax / Phone: 860-223-7946
--
I'm looking for a room-mate in the Hartford CT area, starting in October
--
DotComIt: Database Driven Web Data
My Book: Instant ColdFusion 5.0  | http://www.instantcoldfusion.com
--
Far Cry Fly, Alternative Folk Rock
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
--
Why must it be that the sweetest lover, was the one that you could never stand?
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Human Click: CF Version?

2001-10-02 Thread Rey Bango

Eric,

You can take some of the cf chat offerings in the tag gallery and retrofit
them into an IM solution. I did that for a dating site that I'm building.

Rey Bango
Former Team Allaire
Certified Allaire Instructor.


- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 10:18 AM
Subject: (OT) Human Click: CF Version?


> (OT) Human Click: CF Version?
>
> So... Human Click is going to fee for service model.
>
> How quickly could one throw together a CF (or other) version?
>
> Any ideas on how to best do this?
> Can you create an ICQ or jabber addon easily? or maybe write CFM template
to
> monitor the web traffic? and use a cf chat and messaging stuffs?
>
> Eric Dawson
>
>
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFILE / IE 5 on Mac Problems!

2001-10-02 Thread BEN MORRIS

Make sure you use:

  


As IE 5 adds whitespace to form fields when it is a multipart/form-data 
form.  A lesson to always use Trim().

- Ben Morris

>>> "Scott Van Vliet" <[EMAIL PROTECTED]> 10/01/01 09:15PM >>>
I am having uber-huge problems with CFFILE and IE 5 on the Mac.
 
Basically, I have CF checking if the  field 
contains
a null value, and if it doesnÆt, then upload the image.
 
It works fine everywhere else, EXCEPT IE 5 on the Mac.
 
Any help is greatly appreciated!
 
Thanks,
 
Scott
 
--
SCOTT VAN VLIET
JUXT INTERACTIVE
[EMAIL PROTECTED] 
 


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Large SQL log file

2001-10-02 Thread Dave Watts

> If you are speaking of your transaction log, you will need to 
> schedule more frequent backups or dump the transaction logs 
> periodically. If you set your database to truncate on checkpoint, 
> it will also prevent the logs from growing, however you will 
> eliminate your ability restore a damaged database from backup.

If I understand correctly, this isn't exactly true - it's an
oversimplification. You can still restore databases from backup, whether
you're truncating logs on checkpoint or not. If you truncate logs on
checkpoint, you can't restore the database from just the transaction log
itself. I can guarantee that we wouldn't use the option if it meant you
couldn't restore your databases!

You're right to point out, though, that using this setting does restrict the
ways in which you can backup and restore your databases, and probably
shouldn't be selected without that consideration.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Project Management Application?

2001-10-02 Thread Adkins, Randy

Has anyone designed a Project Management application that handles
the listing of files used for a website application and the ability to copy
those files from a DEVELOPMENT location to the Production Location
either via CFFILE or CFFTP?

I have looked in the Dev Exch but did not find anything to use.

Thanks in advance
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



XML requests(MSXML) through Proxy Server?

2001-10-02 Thread Carl

Does anyone know how to make the following code open an http, or https 
connection using a particualar proxy server (ex. 
http:proxyservername.com:80)? My CF server is behind a firewall on 
corporate intranet, and the server I am trying to send and receive xml 
requests is on the internet. The code communicates just fine with other 
XML applications on our Intranet. I have tried to use proxycfg.exe to 
force the server to use our proxy server. I may not be configuring 
proxycfg correctly. Your help is appreciated.

Server: WinNT4.0sp6, CF4.5sp2, MSXML3, IIS

Carl 

 
 
   xmlDoc.LoadXML(xml_str);

   xmlHttp.open("POST", "http://InternetServerName.com";, false, 
"username", "password");
   xmlHttp.send(xmlDoc);
   res = xmlHttp.responseText;
  



~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMail problem

2001-10-02 Thread Chuck Rodgers

Hi,
Has anyone seen this in CF5? When using CFMail with a Word attachment to a
list of 800+ users it never makes it through the list. It may stop
creating emails at 50 or at 200 haven't figured out why. I have seen that
there was an error fixed in CF4.5 that was for this same thing. The error
I get is:
Unable to write mail message to disk.
Running CF5 Enterprise, Win NT 4.0 SP6a.
Can anyone shed any light.
Thanks
Chuck Rodgers
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



(OT) Human Click: CF Version?

2001-10-02 Thread Eric Dawson

(OT) Human Click: CF Version?

So... Human Click is going to fee for service model.

How quickly could one throw together a CF (or other) version?

Any ideas on how to best do this?
Can you create an ICQ or jabber addon easily? or maybe write CFM template to 
monitor the web traffic? and use a cf chat and messaging stuffs?

Eric Dawson



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF 4.5 automatic read locking unreliable?

2001-10-02 Thread Chris Norloff

I can confirm that.  The MM tech said he'd seen it and is planning on writing it up.  

Auto read locking basically misses everything except cfsets.   We got stung on 
structfind and structinsert (which are a read and a write).

Auto read locking should be treated as only an interim solution to full manual 
locking, or to moving away from shared-scope variables.

best,
Chris Norloff

-- Original Message --
from: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
date: Tue, 2 Oct 2001 09:19:44 -0400 

>I have seen suggestions that, with CF 4.5x, the "automatic read locking"
>setting misses some read/write situations.  I can't remember the exact
>situation; I think it was something other than CFSETS, such as
>
>
>
>and similar.  Anyone got confirmation or refutation of this claim?
>
>
>Martin Herbener
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Last Updated Date

2001-10-02 Thread kbutterly

Simon,

I just reread your original post.  Do you want the last updated date of the
database, or of a table in the database?

Kathryn Butterly
Web Developer
Washington Mutual Finance
813 632-4490
[EMAIL PROTECTED]


-Original Message-
From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 8:45 AM
To: CF-Talk
Subject: Re: Last Updated Date


Thanks for your help - unfortunately - I am getting the following error when
I try the code - do I have to change anything in CfAdministrator?

  Error Diagnostic Information
  ODBC Error Code = S0002 (Base table not found)


  [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
engine cannot find the input table or query 'sysobjects'. Make sure it
exists and that its name is spelled correctly.



  The error occurred while processing an element with a general
identifier of (CFQUERY), occupying document position (1:1) to (1:54).


  Date/Time: 10/02/01 13:43:51
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; poing!;
Poing! Guest)
  Remote Address: 62.190.52.254



Cheers

Simon
- Original Message -
From: "Steven Dworman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 1:05 PM
Subject: RE: Last Updated Date


> select refdate
> from sysobjects
> where name = 'TABLE NAME'
>
>
> Steven D Dworman
> -
> Web Consultant
> Systems Administrator
>
> ComSpec International - http://www.comspec-intnl.com
> phone: 248.647.8841
> cell:  734.972.9676
> -
> EMPOWER-XL ***Software for Higher Education***
> http://www.empower-xl.com
> -Original Message-
> From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 4:08 AM
> To: CF-Talk
> Subject: Re: Last Updated Date
>
> Cheers Howard and John,
>
> Unfortunately the option of having a seperate column or even a seperate
> table is not really availablt - is there anyway of obtaining the last
> modified date of a dbase or even any file?
>
>
> Cheers
>
> Simon
> - Original Message -
> From: "John Paitel" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, October 01, 2001 6:28 PM
> Subject: RE: Last Updated Date
>
>
> > >You can create a column in your table called "DATE_MODIFIED" and update
> that
> > >with the current date each time the row is updated, then retrieve that
> date
> > >when displaying that record.
> >
> > I believe he wanted to see if it was possible without using another
field.
> > John
> >
> > > > Is it possible (without a seperate field/table) to obtain a last
> updated
> > > > date/time for an Access 2000 or SQL database and then display it on
a
> > > > page?
> > > > It would also be brilliant to obtain a last updated date/time for a
> > > > paticular record but I realise that this is less likely.
> > > >
> > > > I hope you can help,
> > > >
> > > > Cheers
> > > >
> > > > Simon
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
> 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT

2001-10-02 Thread Tony Hicks

Any y'all got Christian sites written in CF?

Thanks,
Tony Hicks
--
Search the Holy Bible: http://www.bibleclicks.com

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Need some help!

2001-10-02 Thread phumes1

This is just a followup on numerous emails I've sent in the past. I need 
some help.

The link below is my sample code with all the javascript files necessary 
for the heirmenu popup.
You will have to change the destination path in the  tag.

I'm listing the files on my server which are have  On the 
these is the javascript code which loads a popup menu.
I then want to select "File" -> "Info" and have that filename (from the 
 that was clicked) to be redirected and just the filename to be 
dumped (NOT the contents) to the fileinfo.cfm template.

I'm really stuck, or really dumb.

Any help would be greatly appreciated.

http://members.home.com/phumes1/sample.zip
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Last Updated Date

2001-10-02 Thread Steven Dworman

It's not going to find the table cause it's a SQL server table...sorry :(
 I don't know how to get it in Access, but I would point you to the
newsgroups

Microsoft.Public.Access.Forms

Or

Microsoft.Public.Access.FormsCoding


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 8:45 AM
To: CF-Talk
Subject: Re: Last Updated Date

Thanks for your help - unfortunately - I am getting the following error when
I try the code - do I have to change anything in CfAdministrator?

  Error Diagnostic Information
  ODBC Error Code = S0002 (Base table not found)


  [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
engine cannot find the input table or query 'sysobjects'. Make sure it
exists and that its name is spelled correctly.



  The error occurred while processing an element with a general
identifier of (CFQUERY), occupying document position (1:1) to (1:54).


  Date/Time: 10/02/01 13:43:51
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; poing!;
Poing! Guest)
  Remote Address: 62.190.52.254



Cheers

Simon
- Original Message -
From: "Steven Dworman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 1:05 PM
Subject: RE: Last Updated Date


> select refdate
> from sysobjects
> where name = 'TABLE NAME'
>
>
> Steven D Dworman
> -
> Web Consultant
> Systems Administrator
>
> ComSpec International - http://www.comspec-intnl.com
> phone: 248.647.8841
> cell:  734.972.9676
> -
> EMPOWER-XL ***Software for Higher Education***
> http://www.empower-xl.com
> -Original Message-
> From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 4:08 AM
> To: CF-Talk
> Subject: Re: Last Updated Date
>
> Cheers Howard and John,
>
> Unfortunately the option of having a seperate column or even a seperate
> table is not really availablt - is there anyway of obtaining the last
> modified date of a dbase or even any file?
>
>
> Cheers
>
> Simon
> - Original Message -
> From: "John Paitel" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, October 01, 2001 6:28 PM
> Subject: RE: Last Updated Date
>
>
> > >You can create a column in your table called "DATE_MODIFIED" and update
> that
> > >with the current date each time the row is updated, then retrieve that
> date
> > >when displaying that record.
> >
> > I believe he wanted to see if it was possible without using another
field.
> > John
> >
> > > > Is it possible (without a seperate field/table) to obtain a last
> updated
> > > > date/time for an Access 2000 or SQL database and then display it on
a
> > > > page?
> > > > It would also be brilliant to obtain a last updated date/time for a
> > > > paticular record but I realise that this is less likely.
> > > >
> > > > I hope you can help,
> > > >
> > > > Cheers
> > > >
> > > > Simon
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
>

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Split Variable

2001-10-02 Thread Dave Hannum

ListFirst(Form.Field, "#Chr(13)#")
ListLast(Form.Field, "#Chr(13)#")


Dave

- Original Message -
From: "Joshua Tipton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 9:07 AM
Subject: Split Variable


> I have a variable that is passed such as Lonwood Leesburg.  Sometimes
> Central Orlando.  I need to know how to split it at the space then insert
> one half into one column of a db and the other half to another column of
the
> db.
>
> Joshua Tipton
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >