CSVtoQuery problem

2002-11-19 Thread Justin MacCarthy
Have you got cflock s around the cfx? Justin Date: Tue, 19 Nov 2002 18:28:25 +1100 From: Michael Kear [EMAIL PROTECTED] Subject: Anyone have any ideas why this happens? CSVtoQuery problem Message-ID: [EMAIL PROTECTED] Does anyone else have any idea why my CSVtoQuery tag might be crashing

Re: sql hell

2002-11-19 Thread Jochem van Dieten
Tony Weeg wrote: XP - OS USA My House - OS locale SQL Server 2000 - RDBMS No Idea? - database encoding CFMX ODBC - driver No Idea? - charset settings with your driver CFMX? - template encoding None. - usage of setEncoding() None. - usage of cfprocessingdirective None. - usage of

Re: sql hell

2002-11-19 Thread Jochem van Dieten
Tony Weeg wrote: #Evaluate(’)# if i put that in the middle of the sql code in the cfquery tag...i get this errorare these unicode values for those characters? \u00e2\u20ac\u2122, on line 73, column 71, is not a valid identifer name. Yes, that is a unicode translation. \ is the escape

Re: SOT Tool to disassemble Java class files

2002-11-19 Thread Dick Applebaum
I have JEdit installed and can't find any decompile reference? Where is it? TIA Dick On Monday, November 18, 2002, at 10:55 AM, Rob Rohan wrote: Jedit has a built in decompiler (probably uses javap or mocha) you just click decomplie and - BAM you have it in the editor www.jedit.org

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
I know Bank of America uses it internally and it's used externally @ Peachtree Software... http://www.peachtree.com Also at my last gig I built a portal product that we sold to over 750 financial institutions that runs on CF S1 Customer Center - http://k2.secure-banking.com/0002.cfm Thanks,

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Robertson-Ravo, Neil (REC)
We also use it :-) -Original Message- From: Michael Greenberg [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 12:30 To: CF-Talk Subject: Re: Large Corporations that use ColdFusion I know Bank of America uses it internally and it's used externally @ Peachtree Software...

RE: CSVtoQuery problem

2002-11-19 Thread Michael Kear
No I haven't. That was suggested by Robin Hilliard too, and I'm wondering if that is the problem. What puzzles me is why the tag broke when the system booted, after working fine for 2 weeks already. Would locking have solved that do you think? Cheers, Mike Kear Windsor, NSW, Australia AFP

Shopping Cart Attributes

2002-11-19 Thread Dowdell, Jason G
Hi all, This is a theory question with regards to shopping carts that allow for inventory maintenance of the items in they display. Suppose I have a customer that has items with different weights, colors and sizes and wants to keep inventory of each one of them. They also only want to

RE: CF SQL problem Rant

2002-11-19 Thread Kennerly, Rick H CIV
Well, you've certainly earned your title. That did it and it works like a charm. A heartfelt thanks. Time out for a brief, self-indulgent rant: OTOH, while listGetAt is mentioned in several of my CF guides, but not mentioned in the CF class I took a few months ago or illustrated in any of

RE: CF SQL problem Rant

2002-11-19 Thread Raymond Camden
For a long time, most CF books were what I call 101 books. Ie, they taught you the syntax and nothing more. Now we are beginning to see more 'use of' style books. In other words, books that assume you already know the syntax. The Reality MX series is like this - and is pretty dang good. I am the

RE: [OT] Zip Code Lookup

2002-11-19 Thread jon roig
Yeah... it's for US only, you're correct. That's interesting about PostGres, though. I hadn't realized that. .. another reason to support open source databases! -- jon -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:01 PM

RE: CSVtoQuery problem

2002-11-19 Thread Matthew Fusfield
Mike, One of my coworkers just did a similar tag in CFML; not sure how extensive your use of the cfx tag is, but this set of tags might be helpful: http://www.emerle.net/programming/index.cfm Regards, Matt -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent:

RE: CSVtoQuery problem

2002-11-19 Thread Michael Kear
Thanks, Matthew, I'll check it out. I'm using the tag once a day to import 17 csv files from the ftp directory where our information supplier dumps them and turn them into queries so they can be inserted into a SQL7 database. That's all its used for. But with all the trouble it's given me, I

RE: CSVtoQuery problem

2002-11-19 Thread Michael Kear
G'day Matt, I notice your example code doesn't have a lock around the tag. Several people have said that my problem might be the absence of a CFLOCK around my use of the tag. What's your take on that? Should I have CFLOCK around it? Your example code doesn't, and nor does Nate Weiss's, who

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Amy Wong
Eric, Here is a list of large corporatings using ColdFusion MX--I don't know if that helps: http://www.macromedia.com/software/coldfusion/showcase/live/ And here are more companies using CF in general:

RE: Shopping Cart Attributes

2002-11-19 Thread Andy Ousterhout
Are you looking for DB schema and/or screen/display formats? If looking for DB, does the customer assign unique product numbers to each product/weight/color/size combination? Andy -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Howie Hamlin
The Washington Capitals (ColdFusion and iMS users) http://www.washcaps.com/ - Original Message - From: David Groth [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 8:58 AM Subject: RE: Large Corporations that use ColdFusion

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Douglas.Knudsen
We use it here internally at Alltel... Hey, victoriasecrets.com uses it! Enough said. Doug -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 7:36 AM To: CF-Talk Subject: RE: Large Corporations that use ColdFusion We also

RE: Shopping Cart Attributes

2002-11-19 Thread Dowdell, Jason G
I'm just looking for a db schema. When a new product is added it would be able to inherit existing attribute id's or it could create more if need be. Hope that makes sense. ~Jason -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 9:31

RE: CSVtoQuery problem

2002-11-19 Thread Matthew Fusfield
Mike, Might be best to put a cflock around the tag in this case as well to prevent multiple accesses to the csv file. The main advantage to this tag is that its CFML and not executing an external dll which might help remove a layer of potential issues. In the case of the CFX tag, you'd want a

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Mike Brunt
Some clients I worked with on ColdFusion whilst at Allaire Macromedia and since (many of these are internal so it is not apparent). Alcatel ATT Wireless Baylor College of Medicine Carlson Companies (TGI Fridays - Wyndham Hotels etc) eBay Ernst and Young Gambro Healthcare IDG Publications

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
Is there a complete list of all of these somewhere? I think its important to have these all together. If no one has these compiled in a recent list I will be more than happy to do so. Thanks, Michael - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: [OT][OT] Zip Code Lookup

2002-11-19 Thread Greg McDaniel
Is there a Zip Code lookup that includes the Zip Code + 4? It would be a huge database. --Greg -Original Message- From: jon roig [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 1:53 PM To: CF-Talk Subject: RE: [OT] Zip Code Lookup If you're using the JCSM database, here's a

CF Studio codesweeper ?

2002-11-19 Thread Tim Laureska
I have CF Studio and just selected code sweeper to format the code...I tried a test template and created a sample table to see how it works. codesweeper is configured for table rows and table data to be indented (tabbed) but it ain't happening... is there something special you have to do to

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Scott Mulholland
I know there is one on forta.com (http://www.forta.com/cf/using/), but not sure how recent it is. -Original Message- From: Michael Greenberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:10 AM To: CF-Talk Subject: Re: Large Corporations that use ColdFusion Is there a

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
Its not recent though is the only thing... I was thinking about turning it into a Flash Remoting project :) - Original Message - From: Scott Mulholland [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 19, 2002 10:23 AM Subject: RE: Large Corporations that use

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Jim Campbell
A few years ago as a contract programmer, I worked on a very large internal scheduling and reporting application for SBC written in ColdFusion with SQL Server. This is generally something that may nowadays be better served by a custom Peoplesoft/SAP/Siebel solution, but we really put out a heck

RE: CSVtoQuery problem

2002-11-19 Thread Dave Watts
What puzzles me is why the tag broke when the system booted, after working fine for 2 weeks already. Would locking have solved that do you think? No, I don't think this is a locking issue. While you may want to single-thread access to it, if it's not written to handle its own

RE: Shopping Cart Attributes

2002-11-19 Thread Andy Ousterhout
I'm sending you two schema's off line. Both are for a cookie business. We track each product individually. A product = shape+color+size. We use groups to associate cookies with similar attributes. You could use groups for your product attributes, setting up a new group type for each

ListGetAt + 1

2002-11-19 Thread Hawkes, Keith A CIV
There seems to be little literature I can find on the ListGetAt command, so my question is: what is the proper syntax to add '1' my #ListGetAt(form.MonthID,1)#? In other words, this returns a number, and I want it to return a number plus 1. TIA, Keith

IsDefined do this...

2002-11-19 Thread FlashGuy
Hi, I'm checking a field in my database and if its equal to something do this...otherwise...do else... Here is my code: cfif isDefined(qgetdir.strOmit) and Len(Trim(qgetdir.strOmit)) GT 0 ...do this... cfelse ...do this... /cfif The above field contains multiple directories. I need to check

RE: ListGetAt + 1

2002-11-19 Thread Raymond Camden
I'm not quite sure what you mean. If you want to add 1 to the result of listgetat, you could do it two ways: 1) cfset val = listGetAt(list,1) cfset val = val + 1 2) cfset val = listGetAt(list,1) + 1 === Raymond

RE: ListGetAt + 1

2002-11-19 Thread Adrian Lynch
cfset newNumber = ListGetAt(FORM.monthID, 1) + 1 Ade -Original Message- From: Hawkes, Keith A CIV [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 16:51 To: CF-Talk Subject: ListGetAt + 1 There seems to be little literature I can find on the ListGetAt command, so my question is: what

RE: ListGetAt + 1

2002-11-19 Thread Tony Weeg
cfset myNumber = ListGetAt(form.MonthId,1) + 1 cfoutput#MyNumber#/cfoutput ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Hawkes, Keith A CIV [mailto:[EMAIL PROTECTED]]

RE: IsDefined do this...

2002-11-19 Thread Adrian Lynch
Would putting an AND in there help? Ade -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 15:54 To: CF-Talk Subject: IsDefined do this... Hi, I'm checking a field in my database and if its equal to something do this...otherwise...do else... Here is

RE: [OT][OT] Zip Code Lookup

2002-11-19 Thread Everett, Al
Nothing like the source: http://164.109.64.170/front2.asp -Original Message- From: Greg McDaniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:19 AM To: CF-Talk Subject: RE: [OT][OT] Zip Code Lookup Is there a Zip Code lookup that includes the Zip Code + 4?

RE: ListGetAt + 1

2002-11-19 Thread Mike Townend
Try... #Val(ListGetAt(form.MonthID,1) + 1)# HTH -Original Message- From: Hawkes, Keith A CIV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 16:51 To: CF-Talk Subject: ListGetAt + 1 There seems to be little literature I can find on the ListGetAt command, so my question

RE: ListGetAt + 1

2002-11-19 Thread Andy Ousterhout
Try, #ListGetAt(form.MonthID,1+1)# If that errors out, use cfset I=1+1 #ListGetAt(form.MonthID,I)# -Original Message- From: Hawkes, Keith A CIV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:51 AM To: CF-Talk Subject: ListGetAt + 1 There seems to be little literature I

RE: ListGetAt + 1

2002-11-19 Thread Rich Wild
If I'm guessing correctly you want to do this in an output. if you're using CFMX you can use #ListGetAt(form.MonthID,1)+1# otherwise its either deal with it before the output by using cfset intMonth = ListGetAt(form.MonthID,1) + 1 or you can output in the output by using

RE: [OT][OT] Country List

2002-11-19 Thread Kris Pilles
Does anyone have a table or list of all the countries in the world that I could have a copy of? Thanks. -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:58 AM To: CF-Talk Subject: RE: [OT][OT] Zip Code Lookup Nothing like the source:

Re: ListGetAt + 1

2002-11-19 Thread Stephen Moretti
There seems to be little literature I can find on the ListGetAt command, so my question is: what is the proper syntax to add '1' my #ListGetAt(form.MonthID,1)#? In other words, this returns a number, and I want it to return a number plus 1. Yet another way to add to one to a number is :

RE: IsDefined do this...

2002-11-19 Thread John Beynon
Would that not be a nested CFIF block? cfif isdefined(qgetdir.strOmit) cfif qgetdir.strOmit CONTAINS 'documents' ... cfelse ... /cfif /cfif jb. -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 15:54 To: CF-Talk

WDDX regional data coming in wrong

2002-11-19 Thread Robertson-Ravo, Neil (REC)
I have a wddx file which has a CF structure within it. In that structure there is a series of German text blocks with all the regional type letters within it... however, when I read the value into ColdFusion 5, the value seems to go tits up ? it appears to be CF which is messing with the

Re: IsDefined do this...

2002-11-19 Thread Bryan Stevenson
As of CF 5 I think it was (could have been 4.5) you can short circuit your CFIFs like that...no need to nest ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: IsDefined do this...

2002-11-19 Thread Dave Watts
cfif isDefined(qgetdir.strOmit) and Len(Trim(qgetdir.strOmit)) GT 0 Would that not be a nested CFIF block? cfif isdefined(qgetdir.strOmit) cfif qgetdir.strOmit CONTAINS 'documents' ... cfelse ... /cfif /cfif The original CFIF condition is fine. In CF

RE: ListGetAt + 1

2002-11-19 Thread Adrian Lynch
If you mean how do you get the next element in the list plus one, you can loop through the list or just hard code it. Hard Coded... #ListGetAt(FORM.monthID, 1 + 1) # if that doesn't work try with brackets Loop... cfoutput cfloop list=#FORM.monthID# index=i #ListGetAt(FORM.monthID,

Re: IsDefined do this...

2002-11-19 Thread Stephen Moretti
No You can do it in one CFIF. No need to nest cfif isdefined(qgetdir.strOmit) AND ListFind(qgetdir.strOmit,'documents') GT 0 If CFIF fails on one part of the condition it doesn't evaluate the rest of the condition (unlike IIF() which evaluates all conditions and responses). You should

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Jacob
Us too ;-) At 12:36 PM 11/19/2002 +, you wrote: We also use it :-) -Original Message- From: Michael Greenberg [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 12:30 To: CF-Talk Subject: Re: Large Corporations that use ColdFusion I know Bank of America uses it internally and it's

RE: IsDefined do this...

2002-11-19 Thread FlashGuy
That worked. Thanks much. On Tue, 19 Nov 2002 16:02:16 -, John Beynon wrote: Would that not be a nested CFIF block? cfif isdefined(qgetdir.strOmit) cfif qgetdir.strOmit CONTAINS 'documents' ... cfelse ... /cfif /cfif jb. -Original

RE: [OT][OT] Country List

2002-11-19 Thread Everett, Al
Here's the TLD country codes from IANA: http://www.iana.org/cctld/cctld-whois.htm That's about as complete as you're going to get. -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 11:02 AM To: CF-Talk Subject: RE: [OT][OT] Country List

Re: [OT] Zip Code Lookup

2002-11-19 Thread Jochem van Dieten
jon roig wrote: Yeah... it's for US only, you're correct. ZIP codes in continental US range from a lattitude of about 24 degrees to about 70 degrees. The mismatch between those is a factor cos(24)/cos(70), or about 2.7 and it gets worse if you account for Hawai, Guam, Puerto Rico etc. Even

Re: IsDefined do this...

2002-11-19 Thread FlashGuy
I tried the below but it won't work? Only the nested cfif does? On Tue, 19 Nov 2002 16:23:06 -, Stephen Moretti wrote: No You can do it in one CFIF. No need to nest cfif isdefined(qgetdir.strOmit) AND ListFind(qgetdir.strOmit,'documents') GT 0 If CFIF fails on one part

Re: WDDX regional data coming in wrong

2002-11-19 Thread Jochem van Dieten
Robertson-Ravo, Neil (REC) wrote: I have a wddx file which has a CF structure within it. In that structure there is a series of German text blocks with all the regional type letters within it... however, when I read the value into ColdFusion 5, the value seems to go tits up ? it appears

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Stacy Young
Not sure I'd put better served and Peoplesoft in the same sentence. :-) Stace -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:45 AM To: CF-Talk Subject: Re: Large Corporations that use ColdFusion A few years ago as a contract

Behind closed doors was RE: Large Corporations that use ColdFusion

2002-11-19 Thread Mike Brunt
This has cropped up before, one of the problems is many of these apps and internal and cannot be verified from outside. Any one got any ideas how that could be dealt with and monitored? Mike Brunt - CTO Webapper Services LLC Blog - http://www.webapper.net Downey CA Office 562.243.6255 AIM

CFMX + Apache 2 + Flash Gateway Unavailable

2002-11-19 Thread Stacy Young
Anyone else have the Flash gateway fail on them after a server restart? I always have to restart Apache in order for it to become accessible again... Win2k + CFMX w/ updater + Apache 2 Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et

Re: WDDX regional data coming in wrong

2002-11-19 Thread Patric Stumpe
I faced the same problem here today with sending a wddx-packet from cfmx via cfhhtp (+char-encoding=iso) to cf4.0. The 4.0-WDDX-Parser screwed up on the first occurrence of an extended german char. *Sigh* Patric JvD Robertson-Ravo, Neil (REC) wrote: I have a wddx file which has a CF

Re: IsDefined do this...

2002-11-19 Thread Stephen Moretti
I tried the below but it won't work? Won't work? What's the error? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Behind closed doors was RE: Large Corporations that use ColdFusion

2002-11-19 Thread Ben Densmore
I think the only way you could do it is to start a site or a section of a site where developers can submit the company name that is using CF for internal apps. Ben -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 11:35 AM To: CF-Talk

Server Scope / UDFs

2002-11-19 Thread Sean Daniels
Is there a way to force CFMX to load some vars into server scope when the service is started? Also, has anyone had any negative reaction to loading a CFC into server scope? I basically have a library of UDFs I want globally available that I thought I would throw into a CFC and load into server

When CFHTTP fails, use WGET

2002-11-19 Thread David Adams
On a CF 4.5 platform, I had enormous trouble using CFHTTP to access a page behind a proxy server. I got the typical Connection Failure message. After verifying my CF code, using CF-Talk and all other resources, it was clear that I was not going to be successful. Instead, I resorted to using

RE: WDDX regional data coming in wrong

2002-11-19 Thread Robertson-Ravo, Neil (REC)
Hey Jochem, What do you mean? what am I using in the file?I am using German within the wddx packet though I am not sure how to tell it so. The charset attribute is CFMX only for CFFILE isnt it? Has anyone had problems with WDDX and regional characters being arsed when it comes to using CF.

RE: SOT Tool to disassemble Java class files

2002-11-19 Thread Rob Rohan
(if java insite is not in you plugins menu) Plugins - install plugins Select java Insite Restart Jedit --- Plugins - Java Insite Should good from there -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 4:04 AM To:

for all those playing with coldfusion.server.ServiceFactory

2002-11-19 Thread Rob Rohan
Little something I wipped up last night (should be 277 lines) cfparam name=url.class default=coldfusion.server.ServiceFactory type=String/ cfparam name=url.service default=1 type=numeric/ cfparam name=custom default= type=String/ cfparam name=eval default= type=String/ cfscript //if you

RE: WDDX regional data coming in wrong

2002-11-19 Thread Robertson-Ravo, Neil (REC)
yep... same here on CF5 and CF4.. I am not using MX anywhere for this looks like I am going to have to get them to input special chars...uurgh -Original Message- From: Patric Stumpe [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 16:31 To: CF-Talk Subject: Re: WDDX regional data

Re: WDDX regional data coming in wrong

2002-11-19 Thread Jochem van Dieten
Patric Stumpe wrote: I faced the same problem here today with sending a wddx-packet from cfmx via cfhhtp (+char-encoding=iso) ISO what? Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: IsDefined do this...

2002-11-19 Thread Cornillon, Matthieu
Hi, Flashguy. Would you post the exact cfif statement (non-nested version) you are using that is causing a problem and let us know what error it's showing? You could also use this: cfif isdefined(qgetdir.strOmit) AND FindNoCase(documents,qgetdir.strOmit) The documents string should be wrapped

RE: When CFHTTP fails, use WGET

2002-11-19 Thread Dan Phillips
I've also found that adding domain names to the windows hosts file helps as well. This file is in the c:\winnt\system32\drivers\etc dirctory. Thank you, Dan Phillips Express Technologies, Inc. dba HalfPriceHosting, CFXHosting and Invotion. www.HalfPriceHosting.com www.CFXHosting.com

Re: When CFHTTP fails, use WGET

2002-11-19 Thread Frank Mamone
I use WGET too on the CFMX platform. The only thing I don't like about it is that it leaves a file behind everytime it runs. In my case I have a job that runs every minute so it creates way too many files. I handle this by deleting them with another job on a nightly basis. Overall, it's an

Re: WDDX regional data coming in wrong

2002-11-19 Thread Patric Stumpe
Hi Jochem, charset=ISO-8859-1 JvD Patric Stumpe wrote: I faced the same problem here today with sending a wddx-packet from cfmx via cfhhtp (+char-encoding=iso) JvD ISO what? JvD Jochem JvD ~| Archives:

RE: Behind closed doors was RE: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Ross
kinda like what ben's site does??? [EMAIL PROTECTED] 11/19/02 11:30AM I think the only way you could do it is to start a site or a section of a site where developers can submit the company name that is using CF for internal apps. Ben -Original Message- From: Mike Brunt

Re: WDDX regional data coming in wrong

2002-11-19 Thread Patric Stumpe
Well I solved it (kind of) by using cfftparams of type=formfield to transfer every needed info for itself instead of transferring the serialized structure... Not really what I wanted! Patric PS I faced the same problem here today with sending a wddx-packet from cfmx PS via cfhhtp

Re: WDDX regional data coming in wrong

2002-11-19 Thread Paul Hastings
Has anyone had problems with WDDX and regional characters being arsed when it comes to using CF. yes. wddx gleefully mangles thai. have a workaround someplace. ~| Archives:

RE: SOT Tool to disassemble Java class files

2002-11-19 Thread Rob Rohan
Jezz. You know, I seem to write code better then english. If java insite is not in your plugins menu, go to Plugins then install plugins. Once there select java Insite. After the module is loaded, restart Jedit. You should now have Java Insite in you Plugins menu. You should be good from there.

RE: Server Scope / UDFs

2002-11-19 Thread Raymond Camden
Is there a way to force CFMX to load some vars into server scope when the service is started? No. Unless you have all your code under an Application.cfm that does it. FYI, 'events' like this has been on the enhancement list for sometime. :) Also, has anyone had any negative reaction to

RE: IsDefined do this...

2002-11-19 Thread FlashGuy
That worked now. THanks On Tue, 19 Nov 2002 11:40:35 -0500, Cornillon, Matthieu wrote: Hi, Flashguy. Would you post the exact cfif statement (non-nested version) you are using that is causing a problem and let us know what error it's showing? You could also use this: cfif

RE: Behind closed doors was RE: Large Corporations that use ColdFusion

2002-11-19 Thread Ben Densmore
I guess, I never looked at that part of his site. Does he still maintain that to keep it current? -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 11:49 AM To: CF-Talk Subject: RE: Behind closed doors was RE: Large Corporations that use

RegExpression Question

2002-11-19 Thread Andy Ousterhout
I want to find any of the following: Andy (Andy) 'Andy' in a string, but not find andy was here (not) I know the following will find each of the three options if I do it 3 times. Can I find all 1 one statement without finding [andy was here (not] ? REFind([]'*'[], Find this 'here')

MAKEUNIQUE in CF MX

2002-11-19 Thread Double Down, Inc.
Is there a way to change the MAKEUNIQUE in CF MX so it makes a completely different name for the file like it does in CF 5? TIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Behind closed doors was RE: Large Corporations that use ColdFusion

2002-11-19 Thread Brian Ledwith
So long as the developers NDA is honored, of course... Keeping in mind that this information might need to be verifiable, a number of fields would be required, and a client of yours getting a phone call about verifying their intranet might not make you look so good. I currently have a client

Re: IsDefined do this...

2002-11-19 Thread Stephen Moretti
Would you post the exact cfif statement (non-nested version) you are using that is causing a problem and let us know what error it's showing? You could also use this: cfif isdefined(qgetdir.strOmit) AND FindNoCase(documents,qgetdir.strOmit) Nope You get the same inconsistant results

Re: Large Corporations that use ColdFusion

2002-11-19 Thread Rick Root
Parts of Duke University use it.. I'm not sure how many parts though. I know parts of the University of North Carolina use it too (more heavily, I think, than we do, actually). Progress Energy (which owns Carolina Power Light, Florida Power, and some other companies) uses it pretty heavily

RE: WDDX regional data coming in wrong

2002-11-19 Thread Robertson-Ravo, Neil (REC)
I would certainly like to see/have a workaround for this, as at present I am having to use special characters which I dont want to do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 17:06 To: CF-Talk Subject: Re: WDDX regional data coming in

Date issues between CF5 and CFMX

2002-11-19 Thread Scott Brady
Are there any date issues (particularly Y2K issues of all things) with CF5 compared to CFMX? Here's the situation: We have an app which we will be porting over to CFMX. Our QA server is currently on CF5. We have a search screen that lists patients and their date of birth (among other

RE: Behind closed doors was RE: Large Corporations that useColdFusion

2002-11-19 Thread S . Isaac Dealey
I think the implication was to produce something with more specifics than Ben's. Ben's site says who, but now how -- i.e. Lokheed Martin -- www.lockheed.com -- Defense Contractor -- Internal CF applications to manage engineering and business workflow, as well as appointment and meeting scheduling

RE: RegExpression Question

2002-11-19 Thread Ben Doom
refind((['(])Andy\1, string) will find the tree examples you gave. If you want an explanation or more help, I suggest you turn to: http://www.houseoffusion.com/cf_lists/index.cfm?method=threadsforumid=21 Read, Post to, or Join the list here for all your RegEx needs. :-) --Ben Doom

RE: When CFHTTP fails, use WGET

2002-11-19 Thread David Adams
Try using the --delete-after option -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: November 19, 2002 11:46 AM To: CF-Talk Subject: Re: When CFHTTP fails, use WGET I use WGET too on the CFMX platform. The only thing I don't like about it is that it leaves a file

Re: RegExpression Question

2002-11-19 Thread S . Isaac Dealey
I want to find any of the following: Andy (Andy) 'Andy' in a string, but not find andy was here (not) I know the following will find each of the three options if I do it 3 times. Can I find all 1 one statement without finding [andy was here (not] ? REFind([]'*'[], Find this 'here')

Re: WDDX regional data coming in wrong

2002-11-19 Thread Paul Hastings
I would certainly like to see/have a workaround for this, as at present I am having to use special characters which I dont want to do. ok, dredge it up from one of our servers ~| Archives:

Re: Date issues between CF5 and CFMX

2002-11-19 Thread S . Isaac Dealey
Sounds really odd -- I haven't seen or heard of any problems with 4 digit years in CF 5 ... I remember there being mention in the documentation for a previous version of CF ( I think it was the docs for 3.0 I was reading at the time ) that said a 2 digit year would be interpreted as 20xx if xx =

RE: RegExpression Question

2002-11-19 Thread S . Isaac Dealey
I didn't know you could use backreferences outside of the replacement string -- that's awesome. :) refind((['(])Andy\1, string) will find the tree examples you gave. If you want an explanation or more help, I suggest you turn to:

Re: secure email...

2002-11-19 Thread samcfug
Yep In the CFMAIL section of the Docs for version 5.0 it describes the tags. It is similar to CFPOP as well and works the same way. The FROM address should be the Account name the mail server uses, followed by password =pop passwordhere You use the REPLYTO as the email address of the user

RE: Large Corporations that use ColdFusion

2002-11-19 Thread cameronc
I am currently working a project at a medium sized chemical company who uses it for their ERP system. Inventory manageent, financials, manufacturing process, etc... -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL

Issue with accessing a structure Var

2002-11-19 Thread Matthew Friedman
I am currently running CF 5 and am trying access some XML data. I have installed the CFDEV XML_parsing which is working great. The issue is that I am trying to access a varible: myVariable.MANIFEST.RESOURCES.#Course_resources#.XML:BASE and I keep getting an error stating:

RE: Large Corporations that use ColdFusion

2002-11-19 Thread Winn, Ron
Philips and Bank of America -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 12:51 PM To: CF-Talk Subject: RE: Large Corporations that use ColdFusion I am currently working a project at a medium sized chemical company who uses it for

RE: MX and UPS XML

2002-11-19 Thread Chad
I still cannot get this thing to work! If I put two cfhttpparam type=XML... CF throws an error and says I can only have one How can I concatenate the two CFXML vars? Will a simple concatenate the two structures together so I can use only one cfhttpparam type=XML? -Original

Re: Date issues between CF5 and CFMX

2002-11-19 Thread Scott Brady
Sounds really odd -- I haven't seen or heard of any problems with 4 digit years in CF 5 ... I remember there being mention in the documentation for a previous version of CF ( I think it was the docs for 3.0 I was reading at the time ) that said a 2 digit year would be interpreted as 20xx if xx =

RE: MX and UPS XML

2002-11-19 Thread Ben Densmore
Use 2 cfhttp param=file then call your trackrequest xml file and accessrequest file. But I don't think you can use cfhttp with UPS XML Track, from what I have been told cfhttp doesn't work with SSL, you need to use a raw socket. Ben -Original Message- From: Chad [mailto:[EMAIL

Re: Behind closed doors was RE: Large Corporations that useColdFusion

2002-11-19 Thread Michael Greenberg
That was exactly my intention. I was thinking and description...thats it :) - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 19, 2002 12:18 PM Subject: RE: Behind closed doors was RE: Large Corporations that useColdFusion

ColdFusion practical limits

2002-11-19 Thread Howie Hamlin
I need to provide a big client with the practical limits of ColdFusion 5 running on a Windows 2000 server. The clients wants to know that the server and the associated MS SQL Server can handle 2000 simultaneous transactions. Are there any published stats that would help? Would I need to lod

  1   2   3   >