Re: L-Soft Mail engine

2003-06-02 Thread Chris Evans
Sorry this message came to the list. My fault, not Mike's. My email settings conflict with the mailing list <--> newsgroup setup. I replied offline. Chris Evans http://www.fuseware.com ~| Arc

Re: CF and Mail Engines

2003-06-01 Thread Chris Evans
s a couple of years ago. FYI, those messages are order and shipment confirmations for a large retail website, and aren't spam. Chris Evans http://www.fuseware.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?f

Re: CF-talk -> Gmane

2003-05-31 Thread Chris Evans
W Luke wrote: > Would it be ok for cf-talk to be subscribed to gmane.org and thus have > Usenet access to the list? Fuseware.com currently mirrors the list to a newsgroup. You can access it at news://fuseware.com/cf-talk. Chris Evans http://www.fusewa

Re: Various questions

2003-05-27 Thread Chris Evans
The NNTP service is up and running. Our web site is still down temporarily, but the newsgroup mirror is alive and well. That's how I'm posting this message. I'm glad to see that people use it! Chris Evans http://w

Moving Studio between machines

2000-11-15 Thread Chris Evans
I am migrating between laptops. I would like to move all of my prefs and setup from my NT machine to my new Win2K machine. Which files and registry settings can I move so all of my preferences are maintained? Thanks, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
having? I have a script that has been running every five minutes for over three months to insert messages from seven newsgroups into a database, and have not had any problems. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
I've used it quite successfully. What sort of problems are you having? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 6:39 AM To: CF-Talk Subject: CFX_NNTP Hi, I'm havin

RE: padding a variable

2000-11-03 Thread Chris Evans
Or, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 12:54 PM To: CF-Talk Subject: RE: padding a variable That's not the queston boys. He's not asking how to limi

Re: CF-TALK in a newsreader, not in email client.

2000-11-02 Thread Chris Evans
Jamie, The rules of the cf-talk mailing list require you to be a member in order to post. I get around this by subscribing to the digest version of the list. I get one or two messages a day, which I delete. This allows you to read and post from the newsgroup. Hope that helps, Chris

RE: Paranoid programming...

2000-11-02 Thread Chris Evans
What about hardcoding the username and password in a CFX tag? It is compiled, so it won't be simple to extract. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Larry W. Virden [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 2:39 PM T

RE: SPARC Solaris site frustrated with ColdFusion

2000-10-25 Thread Chris Evans
We are running 4.5.1sp1 (soon sp2) with little difficulty. We have some problems with CFX tags under load, but other than that its pretty solid. Rather than moving away from CF, we are moving a lot of apps towards CF. Chris Evans Webmaster, Victoria's Secret Catalog

RE: What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Chris Evans
It also appears to support NSAPI, which should run on ZEUS/Solaris (though I didn't get into detail on the Zeus page). CF on Linux uses an Apache module rather than CGI. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Todd Ashworth [mailto:[

testing

2000-10-19 Thread Chris Evans
testing the NNTP mirror gateway at news://fuseware.com/cf-talk Chris Evans [EMAIL PROTECTED] http://www.fuseware.com Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: Does Cold Fusion Chug?

2000-08-17 Thread Chris Evans
Isn't adding more servers to attain higher volumes pretty much the definition of scalability? We have no problems whatsoever with scalability. Chris Evans Webmaster, Victoria's Secret Catalog http://www.VictoriasSecret.com [EMAIL PROTECTED] -Original Message- From: Chris

RE: Function for padding strings???

2000-07-31 Thread Chris Evans
Here's one option: Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 10:19 AM To: [EMAIL PROTECTED] Subject: Function for padding strings??? Hello all, This

RE: Need help with delete function

2000-07-29 Thread Chris Evans
Oops. Should be Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Need help with delete function On Sat, 29 Jul 2000, Chris Evans spewed

RE: CFMAIL and multiple attachments

2000-07-29 Thread Chris Evans
In CF4.5, you can use the CFMAILPARAM tag to add additional headers. This is not supported in previous version. If you using a previous version, you can use CFX_MAIL from Fuseware (http://www.fuseware.com) to do the same thing. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: Need help with delete function

2000-07-29 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 9:07 AM To: [EMAIL PROTECTED] Subject: Need help with delete function I am at a loss here. I have a catalog I am building, and in

RE: CF-Talk V1 #104

2000-07-27 Thread Chris Evans
settings in the CF Administrator to turn this feature off, or limit the number of open connections. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brian W. Zaleski, DC, MS [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 12:18 PM To: [EMAIL PROTECTED

RE: High-Powered Scaling

2000-07-26 Thread Chris Evans
al DB server. I don't know the price points where massive redundancy on the NT side takes over for the reliability of Solaris, but I think any argument on highly scalable sites needs to look at Unix, if not as its sole focus,. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Origin

RE: List slowdown problems and solutions

2000-07-19 Thread Chris Evans
There is always the option of using the Fuseware newsgroups. I set up the DNS, so I know its not right :). Where are you getting this DNS info, Len? I have DNS issues as well. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Len Conrad [mailto:[EMAIL

RE: My solution:Variable IN a list? How to check?

2000-07-14 Thread Chris Evans
Actually, the biggest difference is rather looping over the number of items in the list, then using ListGetAt to get the element, my code loops over the list itself. This is going to be quicker on larger lists. Besides, if I didn't play with your code, I'd have to do real work :)>

RE: CFPop alternative

2000-07-14 Thread Chris Evans
news.fuseware.com has every message posted since 8/10/99, when the mirrored newsgroup was started. I am making great progress on an application to put these on the web. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL

RE: My solution:Variable IN a list? How to check?

2000-07-14 Thread Chris Evans
I may be missing a pice of logic, but this may work a little better: -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 7:56 AM To: [EMAIL PROTECTED] Subject: Re: My solution:Variable IN a list? How to check? Ok..here is

RE: CFX_MAIL port

2000-07-14 Thread Chris Evans
CFX_MAIL uses the standard SMTP port, port 25. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Yuri Vorontsov (Language Networks) [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 6:15 AM To: [EMAIL PROTECTED] Subject: CFX_MAIL port Hi, Does

RE: Variable IN a list? How to check?

2000-07-13 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:39 PM To: [EMAIL PROTECTED] Subject: Variable IN a list? How to check? How would i write this correctly in CFML? Of course I

RE: For those of us Desperately in Need of CFMail Help

2000-07-13 Thread Chris Evans
CFX_MAIL (www.fuseware.com) allows you to send multi-part messages. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jonathan McGuire [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:44 PM To: [EMAIL PROTECTED] Subject: For those of us

RE: Domain specific cookies with CFCOOKIE

2000-07-13 Thread Chris Evans
ies set by another, for privacy reasons. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 11:51 AM To: [EMAIL PROTECTED] Subject: RE: Domain specific cookies with CFCOOKIE On 7/13/00, Chris Evans pe

RE: Domain specific cookies with CFCOOKIE

2000-07-13 Thread Chris Evans
Bud, Cookies cannot be read from a different domain than where they are set. This is a security precaution built into the cookie specification. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000

RE: Testing Assignment

2000-07-10 Thread Chris Evans
Well, if you want to hardcode it. You'll have to re-code for IPv6 :). Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 1:18 PM To: [EMAIL PROTECTED] Subject: Re: Testing Assig

RE: Testing Assignment

2000-07-10 Thread Chris Evans
Short and sweet, since I had a couple of minutes: Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 1:11 PM To: [EMAIL PROTECTED] Subject: Testing Assignment Just

RE: Know where I can find Chr(*) definitions?

2000-07-10 Thread Chris Evans
That doesn't help much with Tab, ESC, or DLE (data link escape - CHR(16). It's a good reference for printable characters, though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 200

RE: sssssssssssssssssssssssssssssssssssssssssssssssssssssss

2000-07-10 Thread Chris Evans
I assumed it was a single long string that needed broken. If you want to break up a sentence, try CF_WRAP from the Tag Gallery. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 6

RE: Know where I can find Chr(*) definitions?

2000-07-07 Thread Chris Evans
These are ASCII values. YOu can find a full list at http://www.asciitable.com. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Ric Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 11:14 AM To: [EMAIL PROTECTED] Subject: Know where I can find

RE: contained in a list

2000-07-07 Thread Chris Evans
You need ListFind(mylist, mynumber). ListFind looks for a string within the list, ListContains looks for a substring. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Gilles Ratte [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 10:52 AM To: 'c

RE: sssssssssssssssssssssssssssssssssssssssssssssssssssssss

2000-07-07 Thread Chris Evans
#Left(MYString,CutLength)# Or something like that. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: jonathan hamner [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 2:23 PM To: [EMAIL PROTECTED] Subject

RE: wddx problem

2000-07-06 Thread Chris Evans
how to deal with the new value. We ended up doing nasty search and replaces to clean the data before deserializing it. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 1:17 PM To: [EMA

RE: line break as delimiter

2000-07-06 Thread Chris Evans
You'll need #CHR(10)# as your delimiter. Why incur the extra overhead of converting the list to an array, and then looping over the array? Arrays are normally faster than lists, but the extra overhead in converting the list to an array negates any performance gains. Chris Evans [

RE: Cookie Math

2000-07-03 Thread Chris Evans
Only variables can be within #s. If you want a function to be evaluated within #s, you'll need to use the Evaluate() function. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Paige Chandler [mailto:[EMAIL PROTECTED]] Sent: Monday, July 03, 20

CF 3.1 docs?

2000-06-29 Thread Chris Evans
I'm looking for the docs for 3.1, to support a client with that version. Does anybody have a link to them online? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -- Archives: http://www.eGroups.com/list/cf

RE: sorting a structure

2000-06-26 Thread Chris Evans
You can either get the keys as an array or a list, and then sort the list using the appropriate sort function. For example, to get it as an array, you could use: Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Ric Smith [mailto:[EMAIL PROTECTED]] Sent

RE: RDS service on Solaris

2000-06-22 Thread Chris Evans
Yes. You have to modify /opt/coldfusion/bin/start and comment out the line that starts up RDS. Let me know if you need more details. I don't have mine in front of me. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: !jeff! [mailto:[EMAIL PROT

RE: CFMAIL MIMEATTACH

2000-06-20 Thread Chris Evans
p. Thanks, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 11:20 PM To: [EMAIL PROTECTED] Subject: RE: CFMAIL MIMEATTACH It isn't possible to send multiple attachments using CFMAIL.

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 10:06 AM To: [EMAIL PROTECTED] Subject: Re: How to stop an infinite CF loop? What about using these settings in the Admin? Timeout

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
There is no way to stop an individual template during execution. The only way to stop it is to cycle the service. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 9:48 AM To: [EMAIL

Newsgroups still working

2000-06-15 Thread Chris Evans
For those of you who are still reading the cf-talk newsgroup, after cf-talk mailing list has gone down, I wanted to mention that the newsgroup is still working. It doesn't get nearly as much pure traffic as cf-talk, but there are those of us who read and use it. Chris Evans [EMAIL PROT

RE: Another question on performance -- better than lists?

2000-06-01 Thread Chris Evans
e know and I'll mail it offlist. If anybody else has done any testing, I would like to see those results as well. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 10:21 AM To: [EMAIL PRO

RE: browser detection

2000-06-01 Thread Chris Evans
[en] stand for English. I think the (compatible;) is what differentiates. You may want to look into CFX_Browserhawk from the developers exchange. That is a custom tag to determine browser versions. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Lon

RE: CFSchedule Problem

2000-05-28 Thread Chris Evans
Jonathan, You can't run a task before you create it. You can either use ACTION="UPDATE" to create the task which will run every 60 minutes, or you can use ACTION="RUN" to run an existing task you already have scheduled. Chris Evans [EMAIL PROTECTED] http://www.fus

RE: Customization

2000-05-24 Thread Chris Evans
... Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Smad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 4:58 PM To: [EMAIL PROTECTED] Subject: Customization Based on the user's choices, I wan't to display

RE: Best Editor

2000-05-23 Thread Chris Evans
You're right. I was specifically looking for that feature and missed it on the first pass. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 2:41 PM To: [EMAIL PROTECTED] Subjec

RE: Best Editor

2000-05-23 Thread Chris Evans
And it looks as though UltraEdit runs under Linux using WINE, but not TextPad ( though the tests on TextPad are pretty old.) If only either one had built in FTP access. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL

RE: Crypt.exe Help

2000-05-12 Thread Chris Evans
d-won knowledge by encryption are hesitant to decrypt templates, pretty much for the same reason they encrypt them. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 9:48 PM To: [EMAIL PROT

RE: Crypt.exe Help

2000-05-12 Thread Chris Evans
Contact Allaire. They can decrypt those pages, and you don't have to deal with the shady underground of CF developers who have decrypt capabilities ;). Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]]

RE: Slightly OT: Lighten things up a little

2000-05-12 Thread Chris Evans
I think those are discarded lives of ASP developers, though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: James Mathieson [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 5:09 PM To: [EMAIL PROTECTED] Subject: RE: Slightly OT: Lighten things up a

RE: Debugging CFCONTENT/CFHEADER problems

2000-05-12 Thread Chris Evans
To expand on Dave's advice, if you want to use telnet for Q&D debugging, telnet to port 80 of the webserver you are interested in, and type the following: Get /the/path/ofmyapp.cfm HTTP/1.0 That will show you the output of the page. Chris Evans [EMAIL PROTECTED] http://www.fus

RE: SQL Max record ID ?

2000-05-12 Thread Chris Evans
several small, boring applications that were planned to be used once and forgotten that have turned into enterprise-wide applications that need to be updated using other tools. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Nick Slay [mailto:[EMAIL PROTECTED

RE: CFX Beginner (Any info would be greatly appreciated)

2000-05-12 Thread Chris Evans
you are calling external shared libraries, or if your tag will take a long time to run. If you are calling external libraries, you need to make sure they are thread safe. If your tag takes a long time to run, then you need to worry about multiple hits tying up your server. Chris Evans [EMAIL

RE: OT-XML-SOAP

2000-05-11 Thread Chris Evans
://www.wddx.org. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 9:39 PM To: [EMAIL PROTECTED] Subject: OT-XML-SOAP Does anyone know anything about XML-SOAP? It's related to Micr

RE: Client and session variables same thing different

2000-05-11 Thread Chris Evans
clustered servers can't share them, as they are stored in the initiating servers RAM. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 4:12 PM To: '[EMAIL PROTECTED]' Su

RE: Slightly OT: Lighten things up a little

2000-05-09 Thread Chris Evans
What Would Ben Forta Do? There is a Christian slogan now, with bumper stickers and bracelets and all kind of marketing paraphernalia - "WWJD", or What Would Jesus Do? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Eric Dawson [mailto:[EMAIL

RE: Get Next Saturday command? (HOW TO?)

2000-05-04 Thread Chris Evans
ons to get: Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Kevin Hemenway [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: Re: Get Next Saturday command? (HOW TO?) > >What I need to do is find "

RE: Setting a variable

2000-05-04 Thread Chris Evans
Michel, You'll want the SetVariable function: CFSET tmp = SetVariable("tempcat", "Cat.a#ID#") Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michel Gagnon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 4:43 PM To:

RE: IE 4

2000-05-01 Thread Chris Evans
I don't know of any CF that is turned into Javascript, other than CFFORM elements which are specifically desgined to dothis. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 12:

RE: NNTP and Cold Fusion

2000-05-01 Thread Chris Evans
weeks. If you would like more information, please let me know. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: WL [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 30, 2000 4:22 PM To: [EMAIL PROTECTED] Subject: Re: NNTP and Cold Fusion - Original

RE: word count

2000-04-27 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: word count is there a way to do a word count

OT: webmaster of Fusebox

2000-04-27 Thread Chris Evans
Sorry for the off-topic post, but does anybody know who is in charge of the Fusebox.org site? Can the webmaster contact me if you are reading this? Thanks, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: encrypt decrypt functions - what kind of encryption?

2000-04-26 Thread Chris Evans
urity. If you need to encrypt passwords, use the new Hash() function. If you need strong security that you want to decrypt, use PGP. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mike Sheldon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 6:

RE: can anyone see anything wrong with this?

2000-04-20 Thread Chris Evans
DATE is a reserved word. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 4:43 PM To: '[EMAIL PROTECTED]' Subject: can anyone see anything wrong with this? This message

RE: Help with grabbing data

2000-04-20 Thread Chris Evans
That's funny, I have a tendency to think cron and Perl. :) Either way, you're right. Leave CF to handle web applications. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bill Plummer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000

RE: SQL.COUNT question

2000-04-19 Thread Chris Evans
You need to alias the COUNT. You can then refer to that variable in your CFOUTPUT. select count(*) as CountChocula from customer where CustomerName='My_Name' #CountChocula# Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message-

RE: Parent/Child query

2000-04-19 Thread Chris Evans
Yes. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michael Imhoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 18, 2000 11:05 PM To: [EMAIL PROTECTED] Subject: Re: Parent/Child query Are you trying to do this so that you can thread your messages

Parent/Child query

2000-04-18 Thread Chris Evans
want the query to return with parent message followed by children messages. I can't get it to work correctly, though. Any ideas? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -- Archives: http://www.eGroup

RE: Breaking strings apart

2000-04-18 Thread Chris Evans
Or even simpler: Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Tiffany - Tech Support [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 18, 2000 6:18 PM To: [EMAIL PROTECTED] Subject: Re: Breaking strings apart Thank you Dana and Howie.. They both

RE: Native SQL Server driver?

2000-04-17 Thread Chris Evans
My understanding was that since both were MS products, MS used ODBC as their native driver. That information was based on SQL 6.5, and may not have been accurate. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED

RE: What's the difference between...

2000-04-17 Thread Chris Evans
CFMODULE is a tiny bit faster than calling a custom tag, and a little more flexible. I think standard custom tags are just easier to call. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Monday, April 17

RE: ABI Hosting & baboon Jeff

2000-04-17 Thread Chris Evans
>If the posting inspires fusebox.com to enter the e-commerce fray and Just a minor correction - that's Fuseware.com, and we are not affiliated with Fusebox.org. back to your regulary scheduled program... Chris Evans [EMAIL PROTECTED] http://www.fuse

RE: Native SQL Server driver?

2000-04-16 Thread Chris Evans
The way I understand it, ODBC *is* native SQL Server 7 support. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 16, 2000 4:56 PM To: [EMAIL PROTECTED] Subject: Native SQL Server driver? Anyone

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread Chris Evans
e to write your own. Maybe its time to rethink that position. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 16, 2000 4:49 PM To: [EMAIL PROTECTED] Subject: Re: Is Able Commerce truly user-unfr

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Evans
Yes. Application.cfm only runs when you call a Cold Fusion page. I have a very similar app, where the reports are generated by a log analysis program (HitList). I had HitList name my log files with a .cfm extension rather than a .htm extension. Chris Evans [EMAIL PROTECTED] http

RE: Fusebox or not Fusebox that is the question...

2000-04-14 Thread Chris Evans
n the way Spectra calls handler files and custom tags, though. That's what I am looking at. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 6:36 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Scriptable Advanced Security Administration, Part Deux

2000-04-14 Thread Chris Evans
well. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bob Hendren [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: Scriptable Advanced Security Administration, Part Deux It's not clear yet, but I'm

RE: Fusebox or not Fusebox that is the question...

2000-04-14 Thread Chris Evans
and containers gives an idea of how Allaire thinks of code reuse and plug-in modules. I don't currently use Spectra, but am looking at its development model rather than Fusebox. Chris Evans [EMAIL PROTECTED] http://www.fusewar

RE: Newsgroup Forum

2000-04-14 Thread Chris Evans
Scott, Fuseware has a CFX_NNTP tag to interface Cold Fusion with newsgroups. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Raley, Scott M (MIL) [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 9:42 AM To: '[EMAIL PROTECTED]' S

RE: CFFILE Woes

2000-04-14 Thread Chris Evans
I believe you can reference columns and tables that have spaces in them by surrounding them with brackets ([table name]). It's been a while since I've done this, though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Don Vawter [mailto:[EMAIL

RE: Starting the CF service on Solaris

2000-04-11 Thread Chris Evans
Try running ./stop -force to kill the registry daemon first. Then running ./start should work. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Steve Robson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 10:45 AM To: House of Fusion (E-mail

RE: Asynchronous Submissions - Round 2

2000-04-10 Thread Chris Evans
Here's what the docs say about TIMEOUT="0" in CFEXECUTE : "The default is 0; therefore, the ColdFusion thread spawns a process and immediately returns without waiting for the process to terminate." Again, only in 4.5, though. Chris Evans [EMAIL PROTECTED

RE: Asynchronous Submissions - Round 2

2000-04-10 Thread Chris Evans
Are you using 4.5.1, or 4.0.1? CFEXECUTE in 4.5.1 has a timeout attribute. It looks as though if you set the timeout to 0 the spawned process will run asynchronously. I have not tried it though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: David E

RE: HTMLCodeFormat()

2000-04-10 Thread Chris Evans
Try using HTMLEditFormat() instead. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Richard Hart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 7:43 AM To: House of Fusion Subject: HTMLCodeFormat() When I use #HTMLCodeFormat(Trim

RE: CFLOCK revisited, part 2

2000-04-09 Thread Chris Evans
necessary, I got burned pretty bad by an app that died under load this weekend because I didn't lock some application variables.. Live and learn, I guess. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent:

RE: Netscape! Hidden fields?

2000-04-07 Thread Chris Evans
In Netscape, you don't need to rebuild an entire form to associate two select boxes. I have done this several times. What code are using in your JS? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Chris Tazewell [mailto:[EMAIL PROTECTED]] Sent: F

RE: Parsing NNTP dates?

2000-04-07 Thread Chris Evans
ing a valid date object from that. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 6:12 PM To: [EMAIL PROTECTED] Subject: Parsing NNTP dates? ParseDateTime() is choking on this.. NNTP

RE: return a response of 301 or 302

2000-04-07 Thread Chris Evans
Roy, CFLOCATION writes a 302 header back to the browser. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Roy Rim [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 7:51 PM To: [EMAIL PROTECTED] Subject: return a response of 301 or 302 Hey

RE: How do I retrieve from this list

2000-04-07 Thread Chris Evans
You can retrieve the part number using Mid function: You can loop through the FIELDNAMES list to get each value and quantity. Depending on what you want to do with these, you could create a structure, or an array, or a query, or whatever. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: Speed of CFMAIL

2000-04-06 Thread Chris Evans
0 an hour. That should be sufficient. LSMTP costs a lot, but it runs on a minimal hardware platform. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 1:23 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Captupturing Form Elements

2000-04-06 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Captupturing Form Elements Is there an analogous solution to looping t

Re: More Allaire newsgroups

2000-04-05 Thread Chris Evans
Here's a link on how to create public newsgroups: http://www.faqs.org/faqs/usenet/creating-newsgroups/part1/ Also, if there is interest in more targeted newsgroups, but not enough to create more public newsgroups, we are willing to host them here. Chris Evans [EMAIL PROTECTED] Reuben

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
oduct. Gotta love cube life. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 11:49 AM To: [EMAIL PROTECTED] Subject: RE: Speed of CFMAIL >LSMTP handles the DNS lookups, using DNS cachi

RE: CF NNTP server?

2000-04-05 Thread Chris Evans
it is news://news.fuseware.com/cf-talk. You know you're working too hard when you misspell your own server name. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 11:48 AM To: [EMAIL PRO

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
? This is very very slow. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Dirk De Bock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 11:27 AM To: [EMAIL PROTECTED] Subject: Re: Speed of CFMAIL On a good day I can have my box spit out 2.000

  1   2   >