RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
I was thinking - I have been focusing on Bluedragon quite a bit as of late, and is cfml the only language that can be used on .net *and* java? You can compile Java code against .NET using JUMP, although I don't know how well that actually works. You can also write Python and use that with

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Michael Dinowitz
No disrespect, but this topic and the way it was presented is basically troll bait. Please move the speculative debate over to CF-OT or CF-Community. Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Jim Davis
Although since the terms proprietary and standard are not, themselves defined in this context it's an interesting, but ultimately unwinnable argument.;^) The most appropriate definition of proprietary seems to be privately owned and run - which seems to apply clearly to Java.In other words Java

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Rob
On Wed, 2004-06-09 at 21:42, Dick Applebaum wrote: the ColdFusion Markup Language (CFML) is supported by several companies: Macromedia New Atlanta (BlueDragon) Ralio I was thinking - I have been focusing on Bluedragon quite a bit as of late, and is cfml the only language that

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Rob
On Wed, 2004-06-09 at 23:09, Dave Watts wrote: I was thinking - I have been focusing on Bluedragon quite a bit as of late, and is cfml the only language that can be used on .net *and* java? You can compile Java code against .NET using JUMP, although I don't know how well that actually

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Matt Liotta
I avoid the off topic part of your post and just correct you. C# is an ECMA standard that has been implemented by various groups including Microsoft, Corel (Rotor), Novell (Mono), and Gnu (Portable.NET). -Matt On Jun 10, 2004, at 2:41 AM, Jim Davis wrote: Although since the terms proprietary

RE: JS Question

2004-06-10 Thread Pascal Peters
Just for info: I ran the code you gave in the orriginal post before sending my previous response and just added the cfoutput and function. It never gave me an error. It just didn't collapse a table once it was opened. Pascal -Original Message- From: Michael T. Tangorre [mailto:[EMAIL

Problems with Evaluate() and Form Input Fields

2004-06-10 Thread cf coder
Hi Guys, I can't find a solution to something and its bothering me. I have a form, with two input fields: text 1 and text 2 form name=frm method=post input type=text name=text 1 value=a,b,c,d input type=text name=text 2 value=e,f,g,h input type=submit name=frmSubmit value=submit /form On form

RE: Sorting for Reports

2004-06-10 Thread Pascal Peters
No he doesn't. He needs a cfoutput group=. -Original Message- From: Maureen [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juni 2004 0:01 To: CF-Talk Subject: Re: Sorting for Reports You need a group by clause on your query. At 05:23 PM 6/9/04, Mickael E. wrote: The

RE: getting all form fields?

2004-06-10 Thread Pascal Peters
You are using structKeyList() which will return them in alpha order. You need to loop over form.fieldnames (and watch out for duplicate entries): cfset doNotIncludeList = REDIRECT,REQUIRED,REALNAME,PRINT_CONFIG,PRINT_BLANK_FIELDS,RECIPIENT,SU BJECT cfloop list=#form.fieldnames# index=field cfif

RE: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread Pascal Peters
Drop the spaces. If you can't: cfset val = form[lnames] Never use evaluate if you don't have to. Pascal -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juni 2004 10:05 To: CF-Talk Subject: Problems with Evaluate() and Form Input Fields Hi Guys,

Re: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread cf coder
Hey Pascal! Thanks again for coming to my rescue. Much apprecaited! Drop the spaces. If you can't: cfset val = form[lnames] Never use evaluate if you don't have to. Pascal [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Geoff Bowers
Dave Watts wrote: *yawn*here we go again -- dancing in semantics land with Matt. Note my use of quotes (I guess not) -- in any event... The problem with your dancing lesson is that Matt is absolutely correct in his insistence on semantic accuracy in this case, because it matters. You're

Re: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread cf coder
actually I have another question. I want to use ListGetAt to get the list element. How do I use this function in my code? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Sorting for Reports

2004-06-10 Thread Mickael Elmalem
Thanks Doug, That helped a lot.Now I have another question.The layout looks great but it is in a vertical listing I would like to make some tables.Is there a way to determine the recordcount in each category?Like query.recordcount just for the group=category part of my CFQuery? Mike get the

Re: Reliably stripping out only the email address?

2004-06-10 Thread Mike Townend
Hi, We tend to use this... //This function returns everything between a and a function ExtractEmail(sString) { return trim(ReReplace(sString, .*([^]*).*, \1)); } and seems to be working OK HTH Jedi Bryan F. Hogan wrote: Does anyone have a Regex they can share that reliably strips out

RE: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread Pascal Peters
Do you want to get 1 element instead of looping through the list? -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juni 2004 11:39 To: CF-Talk Subject: Re: Problems with Evaluate() and Form Input Fields actually I have another question. I want to

Re: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread cf coder
Sorry Pascal for that silly post. I wasn't thinking straight. Sorry again if I've wasted your time. Hope you have a good day. Do you want to get 1 element instead of looping through the list? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiza rds.htm http://www.macromedia.com/support/coldfusion/ts/documents/rerun_install_wiz ards.htm Intro: The Migration/Configuration portion of the ColdFusion MX 6.1 installation, which

Force Download?

2004-06-10 Thread Les Mizzell
On the Press Downloads section of a site, a client has a large number of .tif images for folks to download.However, in many cases, they open in the browser using a default application (Quicktime, for example) instead of offering the option to save them to disk. Is there anyway to force a

ColdFusion TechNote Notification: ColdFusion MX: NullPointerExce ption error when using cfmailparam

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/type_cfmailparam.h tm http://www.macromedia.com/support/coldfusion/ts/documents/type_cfmailparam. htm Intro: ColdFusion MX 6.1 throws a NullPointerException error if the keyword type is used as part of the

RE: Force Download?

2004-06-10 Thread Adkins, Randy
Check out CFCONTENT and use the mime type of unknown -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 8:18 AM To: CF-Talk Subject: Force Download? On the Press Downloads section of a site, a client has a large number of .tif images for folks

ColdFusion TechNote Notification: ColdFusion MX data source conf iguration causes 'port out of range' error

2004-06-10 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/jdbc_port_range.ht m http://www.macromedia.com/support/coldfusion/ts/documents/jdbc_port_range.h tm Intro: When submitting a JDBC data source in the Macromedia ColdFusion MX Administrator, an error is

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Tony Weeg
not that I don't like them, but whats with the new flurry of technotes making their way to THE LIST :) just wondrin' deb. thanks. tony -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 8:09 AM To: CF-Talk Subject: ColdFusion TechNote

SSHA hash checking

2004-06-10 Thread Tony Pimm
Hi, Does anyone know of any SSHA extensions available for ColdFusion / Java? Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Dave Carabetta
not that I don't like them, but whats with the new flurry of technotes making their way to THE LIST :) just wondrin' deb. I would surmise that it's in response to the posters who usually flame MM for not informing the community of these sorts of releases. I love it -- especially the new RSS

Re: Force Download?

2004-06-10 Thread Les Mizzell
Adkins, Randy wrote: Check out CFCONTENT and use the mime type of unknown How would I do that as a link, specifically like: Click [here] to download file. I don't think I can do it directly from the link, which is what the client wants - I'll have to open another page with the

Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Paul Hastings
not that I don't like them, but whats with the new flurry of technotes making their way to THE LIST :) geez louise, now compliants of too much info? these are fairly important bits of info the more that know the merrier. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Paul Hastings
not that I don't like them, but whats with the new flurry of technotes making their way to THE LIST :) geez louise, now compliants of too much info? these are fairly important bits of info the more that know the merrier. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Force Download?

2004-06-10 Thread Hugo Ahlenius
link to a .cfm file, that sets the proper cfheaders, and cfcontent:s out the file. -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm OfficeMobile:+46

Re: Force Download?

2004-06-10 Thread Aaron DC
You are linking to an image. Change the link to point to a cold fusion page that does the CFCONTENT tag to suck the image into it. Aaron - Original Message - From: Les Mizzell To: CF-Talk Sent: Thursday, June 10, 2004 11:07 PM Subject: Re: Force Download? Adkins, Randy wrote:

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Tony Weeg
you took it wrong, IM HAPPY, just wondering what happened to spark it, that's all, was it our feedback and complaints, or just an o'duh we should do this kinda thing Happy happy geek, happy happy geek. :) tony -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent:

Re: WE'RE ALL GOING TO DIE SOMEDAY! (was: RE: COLDFUSION has JUST bee n DISContinued!!!!)

2004-06-10 Thread Alexander Sherwood
At 02:06 AM 6/10/2004, you wrote: Conversely, there are all kinds of non-proprietary standards that aren't successful. Standards fall out of favor all the time. Anyone here working on any VRML projects? yes. We've got a nice VRML config app running off a mixture of FuseDocs and FuseBox 4.0 .qry

RE: Sorting for Reports

2004-06-10 Thread Douglas.Knudsen
hm, no.You could how ever add a count column to your query, either via grouping or 'subselect' then use that number or you can setup a counter in the cfoutput loop.What sort of table are you trying to build?The below builds a table. table bored=1 cfoutput query=foo group=category tr td

Re: Problems with Evaluate() and Form Input Fields

2004-06-10 Thread Bryan F. Hogan
Please, please remember that you can now for the most part treat most of the cf scopes as structures. cfoutput#form[fieldName]#/cfoutput [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: how to view client abortions ?

2004-06-10 Thread cf-talk
Hi list, a customer of mine wanted to know how many people stopped to download his first start page in his shop-system - cf-based. (took the exit button). I thought about to do it with counting lines like: Error,1896,10/06/03,13:10:12,,Unable to write reply -- client browser stopped waiting for

RE: getting all form fields?

2004-06-10 Thread Ray Champagne
It worked!Yee Ha!Thanks a lot Pascal, not only for the solution to the ordering problem, but for making my code MUCH more concise. Ray At 04:18 AM 6/10/2004, you wrote: You are using structKeyList() which will return them in alpha order. You need to loop over form.fieldnames (and watch out for

RE: Force Download?

2004-06-10 Thread Adkins, Randy
Try the following: A HREF="" DOWNLOAD/A On the File_Download.cfm page: CFHEADER NAME=content-disposition VALUE=inline; filename=#URL.File2Download# cfcontent type=application/unknown -Original Message- From: Aaron DC To: CF-Talk Sent: 6/10/04 9:27 AM Subject: Re: Force Download? You

Re: Reliably stripping out only the email address?

2004-06-10 Thread Bryan F. Hogan
Thanks I think this only strips out a string between the lt and gt Happen to have one that will work on these? [EMAIL PROTECTED] [EMAIL PROTECTED] DisplayName [EMAIL PROTECTED] DisplayName [EMAIL PROTECTED] [EMAIL PROTECTED] (DisplayName) Mike Townend wrote: Hi, We tend to use this...

Re: image dimensions

2004-06-10 Thread daniel kessler
OK, I put the file name directly in the read method.I get a different error, which is nice. Error: The selected method read was not found. cfset ImageObject = createObject(java,javax.imageio.ImageIO).read(a21.jpg) Does this have to do with the version of CF that I'm running?It's at least MX,

Re: Force Download?

2004-06-10 Thread Thomas Chiverton
On Thursday 10 Jun 2004 14:21 pm, Hugo Ahlenius wrote: link to a .cfm file, that sets the proper cfheaders, and cfcontent:s out the file. Good idea, this is what we are doing. However, I think WinXP service pack 2 is going to fuGk this up...

Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Thomas Chiverton
On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote: especially the new RSS feeds. The only thing I'm wondering is if Debbie actually ever goes home!! Do you think maybe MM might have automated the process :-) ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

Re: ColdFusion TechNote Notification: Rerunning the ColdFusion MX 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Dave Carabetta
On Thursday 10 Jun 2004 14:03 pm, Dave Carabetta wrote: especially the new RSS feeds. The only thing I'm wondering is if Debbie actually ever goes home!! Do you think maybe MM might have automated the process :-) ? Of actually writing the TechNotes? If so, let me know where to find that

Re: image dimensions

2004-06-10 Thread Philip Arnold
On Thu, 10 Jun 2004 09:56:37 -0400, daniel kessler wrote: Error: The selected method read was not found. cfset ImageObject = createObject(java,javax.imageio.ImageIO).read(a21.jpg) Does this have to do with the version of CF that I'm running?It's at least MX, though I've not checked to see

Dynamic list generation

2004-06-10 Thread Eric Creese
Ok I want to query my database and get a comma list of images and then out put them into an array dynamically.I have this non dynamic list now Script var slideurl=new Array(images/1.gif,images/2.gif,images/3.gif) /script I want to replace the script above with the dynamic output list using a

RE: Dynamic list generation

2004-06-10 Thread Raymond Camden
Well, I assume you used that fake code below as an example. There is no simple way to auto-make an array in one line. You can however use a UDF: http://www.cflib.org/udf.cfm?ID=683 That being said - if you wanted to use the udf above, you can access a list from a query by using the valueList

Dreamweaver MX error

2004-06-10 Thread Scott Stewart
Anyone seen this error before? A script in the file C:\Program Files\Macromedia\Dreamweaver MX\Translators\TranslationManager.js has been running for a long time. Do you wish to continue? I get this everytime I try to save a change to a CF template. Thanks Scott Stewart [Todays Threads]

Re: Dreamweaver MX error

2004-06-10 Thread Bryan F. Hogan
I've seen lots of errors like that and more. I don't have a fix, I just wanted to let you know that I have seen them like you ask and that I gave up on DW and went with Eclipse and Homesite+. Scott Stewart wrote: Anyone seen this error before? A script in the file C:\Program

Re: Force Download?

2004-06-10 Thread Bryan F. Hogan
Thomas you couldn't have waited until I got back from vacation before sending this document link? ;-) I thought I was almost caught up. Thomas Chiverton wrote: Good idea, this is what we are doing. However, I think WinXP service pack 2 is going to fuGk this up...

RE: Force Download?

2004-06-10 Thread Pascal Peters
That's the idea, but you need to specify the file to download. I also use attachment instead of inline: CFHEADER NAME=content-disposition VALUE=attachment; filename=#URL.File2Download# cfcontent type=application/unknown file=#physicalPathToFilesFolder##URL.File2Download# -Original

Re: Dreamweaver MX error

2004-06-10 Thread Alexander Sherwood
At 10:21 AM 6/10/2004, you wrote: I've seen lots of errors like that and more. I don't have a fix, I just wanted to let you know that I have seen them like you ask and that I gave up on DW and went with Eclipse and Homesite+. I use DW everyday for 6-8 hours. Rarely do I get errors in DWMX.

RE: Reliably stripping out only the email address?

2004-06-10 Thread Pascal Peters
[-_a-z0-9]+(\.[-_a-z0-9]+)[EMAIL PROTECTED](\.[-a-z0-9]+)*\.([a-z]{2,3}|aero| coop|info|museum|name) If you are concerned that the last group wont be reliable enough, you could use: [-_a-z0-9]+(\.[-_a-z0-9]+)[EMAIL PROTECTED](\.[-a-z0-9]+)*\.[a-z]{2,} -Original Message- From: Bryan F.

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Matt Liotta
I suggest spending some time with Google before making absurd positions. For example, the patents necessary to implement the standards ECMA-334 (C#) and ECMA-335 (CLI) are available from Microsoft RAND + Royalty Free. Which shouldn't be surprising since all standard organizations require RAND

Re: Force Download?

2004-06-10 Thread Thomas Chiverton
On Thursday 10 Jun 2004 15:23 pm, Bryan F. Hogan wrote: Thomas you couldn't have waited until I got back from vacation before sending this document link? ;-) I thought I was almost caught up. Me too. We have a release in a week or two... I'll post back our experiences to go with everyone

Re: Force Download?

2004-06-10 Thread Bryan F. Hogan
You may want to include a try/catch block. http://www.cfm-applications.com/expressive_v1_b2/go/?2055 Pascal Peters wrote: That's the idea, but you need to specify the file to download. I also use attachment instead of inline: CFHEADER NAME=content-disposition VALUE=attachment;

Re: Dreamweaver MX error

2004-06-10 Thread Massimo, Tiziana e Federica
Anyone seen this error before? A script in the file C:\Program Files\Macromedia\Dreamweaver MX\Translators\TranslationManager.js has been running for a long time. Do you wish to continue?^ Looks like a DW's translator gone crazy trying to figure out the contents of many include files. It may

Re: Dynamic list generation

2004-06-10 Thread Charlie Griefer
You'd need a listQualify() in there too.. var slideurl=new Array(cfoutput#listQualify(getimgList.valueList, ')#/cfoutput) (where the second argument of listQualify() is doublequote-singlequote-doublequote) - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL

Upload file component

2004-06-10 Thread Asim Manzur
Good morning guys, Does any one knows about any COM object free/cheap which allows you to show the progress/status of the file being uploading. I have found one called Dundas Upload. but couldn't get it work. http://aspalliance.com/dundas/default.aspx any comments/suggessions are welcome.

JRun limitations?

2004-06-10 Thread Damien McKenna
I was attempting to get the image dimensions script to work when I got this error: Object Instantiation Exception. Class not found: javax.imageio.ImageIO The error occurred in actImagesInsert.cfm: line 10 Called from fbx_Switch.cfm: line 91 Called from fbx_fusebox30_CF50.cfm: line 247 Called

Re: Dreamweaver MX error

2004-06-10 Thread Damien McKenna
On Jun 10, 2004, at 10:14 AM, Scott Stewart wrote: A script in the file C:\Program Files\Macromedia\Dreamweaver MX\Translators\TranslationManager.js has been running for a long time. Do you wish to continue? Reinstall Dreamweaver, making sure to apply the patches? -- Damien McKenna - Web

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Jim Davis
Then in that case I would say that C# is also non-proprietary. Jim Davis _ From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 2:58 AM To: CF-Talk Subject: Re: COLDFUSION has JUST been DISContinued I avoid the off topic part of your post and just correct you. C#

Re: Reliably stripping out only the email address?

2004-06-10 Thread Bryan F. Hogan
Pascal, this returns to me the first position that it finds the email address on. It does not strip out the email address from a string. Of course if I'm doing it correctly. Pascal Peters wrote: [-_a-z0-9]+(\.[-_a-z0-9]+)[EMAIL PROTECTED](\.[-a-z0-9]+)*\.([a-z]{2,3}|aero|

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Wayne Burlingame \(wburling\)
This topic has been moved to cf-community as the moderator requested. Please re-read the email as I am concerned over cf security, speed, the need for cf servers,etc... Any doc's url's etc... without chopping a newbie apart will be appreciated. Wayne _ From: Matt Liotta [mailto:[EMAIL

activePDF

2004-06-10 Thread Phillip B
Any one use this with CF and can answer a few questions for me? Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Reliably stripping out only the email address?

2004-06-10 Thread Mike Townend
CFSCRIPT function ExtractEmail(sString) { return trim(ReReplace(sString, .*([^]*).*, \1)); } /CFSCRIPT CFSET lstEmails = '[EMAIL PROTECTED],[EMAIL PROTECTED],DisplayName [EMAIL PROTECTED],DisplayName [EMAIL PROTECTED],[EMAIL PROTECTED] (DisplayName)' CFLOOP LIST=#lstEmails# INDEX=idxFoo

Slow Down CFmail?

2004-06-10 Thread Mark W. Breneman
This may sound like an odd request but, here goes anyway.Is there a way I can slow down the mail queue on CFMX? Not a lot just a little. I have a mail server that is seemingly not able to handle the burst load that the CFmail queue puts on it.The server does not go down hard but, it will ignore

RE: SSHA hash checking

2004-06-10 Thread Barney Boisvert
What's SSHA?If you means just SHA, you can get a SHA hasher direct from the JRE: cfset shaHasher = createObject(java, java.security.MessageDigest).getInstance(SHA) / The only downside is that you have to use byte arrays to deal interact with it, but thanks to a little trick I saw Nathan

re: Dynamic list generation

2004-06-10 Thread Scott Brady
Original Message: From: Eric Creese I want to replace the script above with the dynamic output list using a query like this cfquery name=getimglist datasource=foo SELECT 'images/'+''+signimage AS myImg FROM signs WHERE signtype =1; /cfquery . cfset myList =

RE: Dynamic list generation

2004-06-10 Thread Scott Brady
Original Message: From: Raymond Camden To: CF-Talk [EMAIL PROTECTED] Subject: RE: Dynamic list generation Date: Thu, 10 Jun 2004 09:11:20 -0500 Well, I assume you used that fake code below as an example. There is no simple way to auto-make an array in one line. You can however use a UDF:

re: OT: how to view client abortions ?

2004-06-10 Thread Scott Brady
Man, that is one controversial subject line. :) Scott --- Scott Brady http://www.scottbrady.net/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Dreamweaver MX error

2004-06-10 Thread Damien McKenna
On Jun 10, 2004, at 10:48 AM, Massimo, Tiziana e Federica wrote: Edit Preferences Invisible Elements Server-side Includes And uncheck the Show contents of included files box. Then restart DW. That probably would have fixed the problem where DWMX 6.01 was crashing on my Windows system when I

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Debbie Dickerson
Sorry to disappoint you, but neither the writing of the TechNotes nor the posting of the notifications has been automated. :-) Debbie _ From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:03 AM To: CF-Talk Subject: Re: ColdFusion TechNote Notification:

RE: Force Download?

2004-06-10 Thread Paul Vernon
I just looked at the log entry Bryan posted and now I'm puzzled... http://www.cfm-applications.com/expressive_v1_b2/go/?2055 After sending a file using cfcontent, can you really do a cflocation I thought that would kill a download Paul [Todays Threads] [This Message]

re: Dynamic list generation

2004-06-10 Thread Scott Brady
Original Message: From: Eric Creese Oh, never mind. I thought you wanted to create a new CF array. I think others got your answer for you. Scott --- Scott Brady http://www.scottbrady.net/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

CFError bummer

2004-06-10 Thread Marlon Moyer
I had this great idea for my web apps.Anytime I needed to have a user authenticated, I'd check to see if the session.is_authenticated variable was set and if not, I'd throw a custom error type of notLoggedIn.In my application.cfm file I'd have a cferror tag that would trap this error and send it

RE: Dynamic list generation

2004-06-10 Thread Pascal Peters
If you are sure the imagepath doesn't contain any characters that have to be escaped in JS (like ', or \) you could do cfquery name=getimglist datasource=foo SELECT 'images/'+''+signimage as img FROM signs WHERE signtype =1; /cfquery Script var slideurl=new

RE: Reliably stripping out only the email address?

2004-06-10 Thread Pascal Peters
Use REReplaceNoCase instead of REFindNoCase -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juni 2004 16:54 To: CF-Talk Subject: Re: Reliably stripping out only the email address? Pascal, this returns to me the first position that it finds

Re: Reliably stripping out only the email address?

2004-06-10 Thread Thomas Chiverton
On Thursday 10 Jun 2004 15:54 pm, Bryan F. Hogan wrote: Pascal, this returns to me the first position that it finds the email address on. It does not strip out the email address from a string. It will if you use a different RE function/argument in CF... the docs are quite extensive. -- Tom

RE: Dynamic list generation - SOLVED

2004-06-10 Thread Eric Creese
Ok everything works fine with this. Incase any one is wondering I am doing a site for a LED sign company. What this does is _javascript_ scroll along the bottom of the page and scrolls images of client business name images that are done in a colored LED font, so it looks like a scrolling LED sign.

Re: Slow Down CFmail?

2004-06-10 Thread Mark Drew
What mail server is it? the one that comes with IIS as an smtp server? I could be wrong, but instead of connecting to the mail server you can simply change the script to write each mail in a format (that I would have to look up) to a folder that is the outbound directory. I might be wrong as I

re: Using cflock and when under different circumstances

2004-06-10 Thread Hoe
Hello, I'm having difficulty grasping when and when not to use cflock? I've been using the following for session variables. cflock timeout=10 type=EXCLUSIVE scope=SESSION cfset SESSION.aaa = aaa cfset SESSION.bbb = bbb /cflock Let's say I'm checking a session varaible using cfif cfif

re: OT: how to view client abortions ?

2004-06-10 Thread Ray Champagne
LOL...I was thinking the same thing.And you guys thought the CF discussions get heated. At 11:23 AM 6/10/2004, you wrote: Man, that is one controversial subject line. :) Scott --- Scott Brady http://www.scottbrady.net/ [Todays Threads] [This Message]

Re: Slow Down CFmail?

2004-06-10 Thread Charlie Griefer
http://tutorial256.easycfm.com/ - Original Message - From: Mark W. Breneman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 8:19 AM Subject: Slow Down CFmail? This may sound like an odd request but, here goes anyway.Is there a way I can slow down the mail

RE: Dynamic list generation

2004-06-10 Thread Raymond Camden
Well, I assume you used that fake code below as an example. There is no simple way to auto-make an array in one line. You can however use a UDF: http://www.cflib.org/udf.cfm?ID=683 *cough* ListToArray() *cough* I just think you're trying to push people to cflib :) Nah -

Re: Reliably stripping out only the email address?

2004-06-10 Thread Bryan F. Hogan
Hi Mike it works on all but the last index. Thanks for the script. Mike Townend wrote: CFSCRIPT function ExtractEmail(sString) { return trim(ReReplace(sString, .*([^]*).*, \1)); } /CFSCRIPT CFSET lstEmails = '[EMAIL PROTECTED],[EMAIL PROTECTED],DisplayName [EMAIL PROTECTED],DisplayName

old topic re-visited: binary output to the client

2004-06-10 Thread Robert Munn
Hi to all. I've been working on a solution to the problem of building a secure download system for my company's software. We have a pretty good system in place today, but it lacks support for pause/resume for interrupted downloads, and the current solution uses cfcontent to push files, which

Re: Force Download?

2004-06-10 Thread Bryan F. Hogan
Most of the time it is ignored. There are some instances where a browser doesn't set the correct headers or something and it fails. When it does the cflocation takes over. I use that to redirect to a something went wrong page. Paul Vernon wrote: I just looked at the log entry Bryan posted

RE: CF-Talk: Digest every hour

2004-06-10 Thread Janine Jakim
Subject: activePDF From: Phillip B [EMAIL PROTECTED] Date: Thu, 10 Jun 2004 10:01:32 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid=0f orumid=4#166130 Any one use this with CF and can answer a few questions for me? Phillip B. [Todays Threads] [This

RE: Dynamic list generation

2004-06-10 Thread Eric Creese
yep -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:38 AM To: CF-Talk Subject: re: Dynamic list generation Original Message: From: Eric Creese Oh, never mind. I thought you wanted to create a new CF array. I think others got your answer

RE: activePDF

2004-06-10 Thread Janine Jakim
Phillip, I'd be glad to answer a few questions. We use activepdf for several projects.Feel free to contact me off list. Janine Subject: activePDF From: Phillip B [EMAIL PROTECTED] Date: Thu, 10 Jun 2004 10:01:32 -0500 Thread:

RE: ColdFusion TechNote Notification: Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard

2004-06-10 Thread Kenneth Wilson
So when we ask to get rss feeds for Hotfixes, Security Patches and Updaters, are we basically asking to add to your workload?:) So what's the chance of getting them? Would really help us internally in automating some tracking/notification systems rather than having to manually track them. Ken

RE: CFError bummer

2004-06-10 Thread Barney Boisvert
I use a single CFERROR template which then does a CFSWITCH on #error.rootcause.type# to pick the actual type of the exception, and then process accordingly (redirect, email, just error to screen, log, whatever). The 'rootcause' in there goes inside the CFErrorWrapper to the original exception.I

RE: JRun limitations?

2004-06-10 Thread Dave Watts
This is on CFMX 6.0 and suggests that the JRun JVM does not have some of the standard Java classes.Anyone have any ideas what to do?We're intending upgrading to 6.1 but I don't know the ETA yet.To the people who have gotten this to work what version of CF are you using? If you can't

ValueList() Error

2004-06-10 Thread Robertson-Ravo, Neil (RX)
OK, We have a very strange issue with a resultsetwe have the following coming back from the DB... bDisplay (Column Name) 0 1 0 0 0 1 As you can see the data in the column is simple 1s and zeros (bit Datatype)..now for the problem : If I use

RE: Slow Down CFmail?

2004-06-10 Thread Cameron Childress
You can try a few things.First, you can turn up the spooler frequency in the CFADMIN to 90 or 120 (or more) seconds.This will space the bursts further apart, but if your problem is during one burst, then this might not help. You can also set up a relay SMTP server as an inbetween from CF to your

Re: Reliably stripping out only the email address?

2004-06-10 Thread Bryan F. Hogan
the docs are quite extensive. They are indeed! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
Well if the semantics matter who owns the patent and/or trademark for Java, C#?? Cos you see, if someone owns a patent/trademark on something then that patent/trademark is the very definition of proprietary in the dictionary. It has little if anything to do with standards; real,

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
Ahh yeah forgot about python... JUMP? googling... It's a .NET migration tool included with Visual Studio .NET 2003, if I recall correctly. Is python and Jython the same syntax, etc? could you write one file and have it run the same in both environments? - kind of getting off topic (if

RE: Using cflock and when under different circumstances

2004-06-10 Thread Barney Boisvert
In CFMX you never need to lock shared scopes just because they're shared scopes (this is a change from previous versions).Now you only need to worry about race conditions. Think of your shared scopes as a primitive database, with each scope as a table, and each individual variable as a record.The

Re: CFError bummer

2004-06-10 Thread Jeff Garza
Have you tried examining the CFERROR struct that is returned for the error type and then conditionally cflocating the user to the login page, if it's a notLoggedIn error and running a CFRETHROW if it's not? Jeff - Original Message - From: Marlon Moyer To: CF-Talk Sent: Thursday, June

  1   2   >