Re: sorting an array

2001-09-03 Thread Sharon Fling
Thanks WebGuy, I just downloaded it and am gonna give it a try... Sharon - Original Message - From: Kevin Langevin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 10:43 PM Subject: RE: sorting an array Don't know if this is what you're looking for, but

Re: Upload Directory

2001-09-03 Thread Jon Hall
If the letting the user see an ActiveX prompt is not a problem unless you want to get it signed, these guys have an ActiveX ftp component for $15. IE only of course. http://www.rainfall.com/coding/kftp.htm jon Joshua Tipton wrote: Yes Sorry I wasn't very clear on how I wanted to do it. I

Re: Mr D's big SQL box :)

2001-09-03 Thread Stephen M Aylor
I beleive MD had a houseoffusion PayPal account - to which I sent some $$$ - a while back. Dont know that anyone got a report as to what ended up happening those contributions ... not that we really need one, but if new stuff for the community was begot from it - then that might be a good

Cached queries

2001-09-03 Thread Thomas Chiverton
Let me get this right, if I set cachedWithin to 24 hours, and set 100 cached queries in the server, the server limit will 'win' if a 101st query is made, and the oldest query will be uncached ? Regards, Thomas Chiverton Intranet Architect 01565 757 909 The web is the borderless embodiment of

RE: CF5 Pro SN

2001-09-03 Thread Thomas Chiverton
I doubt it was an honest mistake with a user name of warez. Although, as I just got mailed by Macroaire about letting slip some stuff about the CF5 beta, I can bet Mr. Warez will be having a visit... ~~ Structure your ColdFusion code with

RE: CF5 Pro SN

2001-09-03 Thread Will Swain
Yup...you and me both Thomas!! -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 10:43 To: CF-Talk Subject: RE: CF5 Pro SN I doubt it was an honest mistake with a user name of warez. Although, as I just got mailed by Macroaire about

RE: CF5 Pro SN

2001-09-03 Thread Neil Clark
and me! ~~ 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/

Re: Cached queries

2001-09-03 Thread Jochem van Dieten
Thomas Chiverton wrote: Let me get this right, if I set cachedWithin to 24 hours, and set 100 cached queries in the server, the server limit will 'win' if a 101st query is made, and the oldest query will be uncached ? Correct. Jochem ~~

RE: CF5 Pro SN

2001-09-03 Thread DeVoil, Nick
and me! If only they were that efficient about sending the fleeces from the Server 5 beta Giveaway ;-) Did *anyone* get one? Nick ** Information in this email is confidential and may be privileged. It is intended for the

RE: CF5 Pro SN

2001-09-03 Thread Neil Clark
I think you misunderstood the use of the word fleece :-) ~~ 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:

RE: CF5 Pro SN

2001-09-03 Thread Rich Wild
Did *anyone* get one? I got one here in ol' blighty! FedEx'd across the pond! -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 11:27 To: CF-Talk Subject: RE: CF5 Pro SN and me! If only they were that efficient about sending the

RE: CF5 Pro SN

2001-09-03 Thread Will Swain
lol.but have MM?? -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 11:36 To: CF-Talk Subject: RE: CF5 Pro SN I think you misunderstood the use of the word fleece :-) ~~ Structure your

Catching page timeouts

2001-09-03 Thread Thomas Chiverton
Can I catch the page timeout error at all ? Regards, Thomas Chiverton Intranet Architect 01565 757 909 The web is the borderless embodiment of every abstraction ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Catching page timeouts

2001-09-03 Thread DeVoil, Nick
Can I catch the page timeout error at all ? I haven't tried it myself but the list of Advanced Exception Types includes COM.Allaire.ColdFusion.Request.Timeout Nick ** Information in this email is confidential and may be

RE: Catching page timeouts

2001-09-03 Thread Thomas Chiverton
COM.Allaire.ColdFusion.Request.Timeout Yeah, I have cftry at the top of the page, and a closing /try at the end, with a catch of type=COM.Allaire.ColdFusion.Request.Timeout, but the error normal error is still printed to the page instead of mine.

RE: Catching page timeouts

2001-09-03 Thread DeVoil, Nick
What if you put that code on your custom error page? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 2:39 PM To: CF-Talk Subject: RE: Catching page timeouts COM.Allaire.ColdFusion.Request.Timeout Yeah, I have cftry at the top of

OT: SQL Filtered SELECT

2001-09-03 Thread Michael Lugassy
I use a SQL Full Text query that finds search_query in Product_desc, Something like this: SELECT Product_id, Product_desc FROM Products WHERE CONTAINS(Product_desc,'#search_query#') What if I don't want to select the complete Product_Desc field, but only portions of it? By only portions I mean

RE: Catching page timeouts

2001-09-03 Thread Thomas Chiverton
Trouble is, I want every other page (on our large intranet) to give the proper error... -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 14:58 To: CF-Talk Subject: RE: Catching page timeouts What if you put that code on your custom error

Re: SQL Filtered SELECT

2001-09-03 Thread Don Vawter
My hunch is that you will need to use the full text search to find the product_id and its description and then further process the results to display only what you want. For example cfset keyword=#search_query# cfloop query=qresults cfscript offset=25; delim1='span class=highlight';

RE: SQL Filtered SELECT

2001-09-03 Thread Michael Lugassy
Don, If there is any interest I could write either a custom tag or udf to do this. The idea was the filter the SELECT, and not highlight the search term(s). Is there a way to minimze the amount of data sent by CFQUERY like I need? Michael.

Re: SQL Filtered SELECT

2001-09-03 Thread Don Vawter
The show_text is the filtered result. The highlight is incidental. Just replace delim1 and delim 2 with if you dont want to highlight the results. If your concern is the amount of data returned you could write a udf in sql server which would build the filtered results in a table before they

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
Actually, it's not exactly right to say that the advanced features of iMS have to be built...it is more correct to say that all iMS features are built. The reason is - iMS is a mail server platform that is very much like a web server that uses ColdFusion in that it uses CF to perform the

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
- Original Message - From: Kevin Langevin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 8:40 PM Subject: RE: Mailing List Manager I'm ruinning iMS, and I can tell you that you do, in fact, have to run iMS on a CF machine. It's a CF-based

Re: Mailing List Manager

2001-09-03 Thread Paris Lundis
Howie, sweet sounding package... I went to your site looking for pricing schema on the product... where can I find that? -paris [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: Howie Hamlin [EMAIL

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
On the left side of the web page is a purchase area. Click on the Mail Server Products link and you'll see all the iMS products. The most popular are iMS-SE and iMS Professional. Regards, Howie - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Mailing List Manager

2001-09-03 Thread Paris Lundis
ahh yeah... duh.. :) I should have found that :) so what are the differences between lets say the SOHO and Professional edition the cost is significant and big between the two packages... :) I only really see from specs that it is about the simultaneous threading... -paris [finding the

DB Scour for records - Help!

2001-09-03 Thread Matthew Hood
Ok, I have been presented ith a problem. Someone with an existing ColdFusion site which I have never worked on has come to me with a request. They would like me to extract all of the email addresses from thier database. I thought at first that this would be a simple task but when I actually

RE: Mailing List Manager

2001-09-03 Thread John Lucas
I would also like to add that Howie does not exaggerate the abilities of his product. We utilize another mail server package that we have been happy with for our customers email. Our problem began when locked down our mail server to prevent relays for unauthorized users. We moved to smtp

Re: DB Scour for records - Help!

2001-09-03 Thread Wjreichard
Hey Matt, What DB are you using? If you are using MS-SQL you can get a recordset of all tables in your current database by using the following: cfquery name=qryAllTables sql=select name from sysobjects where type='U' ... Then loop thru this recordset and for each table: select * from

OT: Server monitoring tools

2001-09-03 Thread cf-talk
Hi, does s.o. know any good server monitoring tools like Mutek's AppSight ( www.mutek.com ) ? This tool is far too expensive (but indeed very nice) for me. We have some freezing-problems with our Win-NT-CF-server and nothing is showing in the logs. Thanks ! Uwe

RE: Server monitoring tools

2001-09-03 Thread Mike Brunt
Pretty basic, reasonable price ($70.00 for single user) but we like it http://servermonitoringsoftware.com/ Kind Regards - Mike Brunt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 12:44 PM To: CF-Talk Subject: OT: Server

Session Timeouts

2001-09-03 Thread W Luke
Hi,. What's the default timeout/expiration for session vars? Also, how do sites with form submissions enable the Warning: Page has Expired when a user's connection expires, or if the user presses the back button? Will ~~ Structure your

RE: Session Timeouts

2001-09-03 Thread Dave Watts
What's the default timeout/expiration for session vars? Twenty minutes is the default value for default and maximum limits for session variables in CF Administrator. You can change these default and maximum values in CF Administrator. Also, how do sites with form submissions enable the

RE: Server monitoring tools

2001-09-03 Thread Benjamin S. Rogers
For a cheap tool: Servers Alive by Woodstone Computer Consulting Price: 10 Hosts Free; $90 USD to Register for Unlimited Hosts URL: http://www.woodstone.nu/ For something a little more robust: ipMonitor by DeepMetrix (Formerly MediaHouse Software) Price: $695 USD URL:

Re: Server monitoring tools

2001-09-03 Thread Matt Robertson
Looks good. I'm looking for something like this so I can get rid of my $30/month hosting acct that runs my own monitor. Need to spend a little time on that project. Since I use Apache at home I have to find a dirt-basic smtp that runs on win2k pro. Anyone have any ideas on that? Its sole

Any forums software based on CF-Express?

2001-09-03 Thread Kwang Suh
So, any available? If not, I'm writing one :) ~~ 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:

MM Police

2001-09-03 Thread Jeffry Houser
I posted something on this topic over on the CF-Partners list. They were angry at me for comments about CF Studio 5 Beta. They were polite and professional. I apologized and asked for copies of the messages where they thought I violated my agreement. A quick search of the CFDJ

Re: Server monitoring tools

2001-09-03 Thread Mahmut Basaran
may be, you should do a test to your memory... Mahmut Basaran [measure twice, cut once] - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 03, 2001 11:04 PM Subject: RE: Server monitoring tools Pretty basic, reasonable

Re: Any forums software based on CF-Express?

2001-09-03 Thread Rey Bango
Go to ForumSpot.org. Its the open source forums effort. Rey... - Original Message - From: Kwang Suh [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 03, 2001 5:54 PM Subject: Any forums software based on CF-Express? So, any available? If not, I'm writing one

OT: Server monitoring tools

2001-09-03 Thread Matt Robertson
A test to memory? looks like it eats between 5 and 7mb. Is that what you meant? I downloaded from servermonitoringtools.com, and set it up. Worked great, and I set up an email alert using an open relay provided by my ISP. Used the test email feature to test the connection. That test arrived

RE: Server monitoring tools

2001-09-03 Thread Ken Wilson
Have you taken a look at Swatch over at Defusion: http://www.defusion.com/news/index.cfm?NewsID=45 I'm not familiar with the features of the commercial apps mentioned but Swatch has worked well for me in the past when I've tested it. Worth a look perhaps... Ken -Original Message-

Re: Server monitoring tools

2001-09-03 Thread Mahmut Basaran
Forgive my english, I mean a ram test. You can download a ram test software from download.com. Last month we were having the same problems, and after 2 days of debugging we found out that it was our rams that caused the server crash. Mahmut Basaran [Measure Twice, Cut Once] - Original

Re: Server monitoring tools

2001-09-03 Thread Matt Robertson
Yes. I tried it some time ago; running it on my production box, back before I was able to get a dsl connection here. Unfortunately there was some sort of conflict and the server kept wanting to crash with swatch loaded into memory. I was just over at defusion.com downloading another copy to

compiling cf pages to print them all at once

2001-09-03 Thread Chong Song
I have a user home page that has a list of links to related pages. The list is dynamically generated based on the user profile. I need to add a functionality to this user home page that prints all the related pages(that are listed dynamically) at once - some sort of print button that prints all

RE: MM Police

2001-09-03 Thread Tilbrook, Peter
Oops! Same here. Anyway it is at least at release candidate stage. I posted something on this topic over on the CF-Partners list. They were angry at me for comments about CF Studio 5 Beta. They were polite and professional. I apologized and asked for copies of the messages where they

RE: Server monitoring tools

2001-09-03 Thread Ken Wilson
As best I recall, it can monitor any url, send a down alert based on url failure and send an email via any specified mail server. I don't think it can send an up alert though. Ken -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 7:16

RE: Mailing List Manager

2001-09-03 Thread Dennis Powers
Howie, Thanks for the information. I have always found your responses professional and informative. I do have one (dumb) question that hasn't been made simple enough for my feeble brain to understand. If I have a NT/2000 server that is only going to run the iMS package (no web server) I would

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
The number of simultaneous threads is really the only difference. You get the same functionality in SOHO as you do in Professional or Enterprise. Regards, Howie - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 03, 2001

Re: Mailing List Manager

2001-09-03 Thread Eric Dawson
... or developer right? ... Eric Dawson From: Howie Hamlin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Mailing List Manager Date: Mon, 03 Sep 2001 20:31:19 -0400 The number of simultaneous threads is really the only difference. You get the same

Re: MM Police

2001-09-03 Thread Michael Dinowitz
I looked at your posts and didn't see anything that could fall under the NDA. You said it exists and that's public info. I think its just an overzealous law clerk who's jumping because he just got on the list. Its interesting that I have not received anything about hosting NDA material over the

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
Developer gives you one thread per service for development purposes. Regards, Howie - Original Message - From: Eric Dawson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 03, 2001 9:46 PM Subject: Re: Mailing List Manager ... or developer right? ... Eric

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin
- Original Message - From: Dennis Powers [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 03, 2001 7:38 PM Subject: RE: Mailing List Manager Howie, Thanks for the information. I have always found your responses professional and informative. I do have one

Intrafoundation.UDPClient COM 1.4

2001-09-03 Thread lsellers
Well, I believe all the testing is over but if anyone runs into any problems etc PLEASE don't hesitate to email me about them. :-) http://www.intrafoundation.com/udpclient.html. In the last version (1.4) I included actual working cf scripts for... Quake 2/3, Half-Life, Unreal Tournament

Re: MM Police

2001-09-03 Thread Jeffry Houser
I'm glad I'm not the only one who hasn't seen anything wrong w/ my posts. I do not expect to hear anything back from them ( although it would be nice ) . I suspect that Michael's assessment is probably correct. It was an overzealous law clerk who is jumping because he got on the list.

Re: MM Police

2001-09-03 Thread Michael Dinowitz
Saying that Studio 5 went into a specific release would be covered under the NDA until MM puts it up on their beta site. Of course, a fast check shows it up on the site so your ok with that statement. It looks as if Studio 5 just went into RC 1. ( I better download before they cut off my

Problem with Java

2001-09-03 Thread David Lawrence
Hi All I am trying to use a CFX Java tag and am having problems... I have installed 'Java 2 SDK Standard Edition 1.3.1' and have configured the CF Administrator (within the Java area and the CFX area). Everytime I try to run the page calling the tag I get the following error:

Re: Problem with Java

2001-09-03 Thread Nick Texidor
Have you added the CFX to the CFX Tags section in the CF Administrator? If you have... Where is your class? For development purposes, and to ensure it's configured properly, I put them in the \cfusion\java\classes folder, then when they are ready to go to live use, I'll put them in the correct

RE: MM Police

2001-09-03 Thread Andrew Scott
I have to agree, I was also sent an email. However my comments were justified to be picked up by them. But Jeffry I couldn't find anything from you that would institute a warning:-) Regards, Andrew Scott -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: