Re: Error consuming web services

2005-03-02 Thread James Holmes
I'm now getting the same thing. I created a remote method in my CFC, called it, everything was fine. Then I added another method, which can't be found, even though I can see it in the WSDL. I don't store any of these in the CF administrator (I'm calling them directly via the ?wdsl cfc URL). On

RE: Error consuming web services

2005-03-02 Thread James Holmes
And just to make things even more enjoyable, it seems that any time I want to edit the saved wsdl file (i.e. replace it with a new version) I have to rename it, because that gets cached as well. -Original Message- From: James Holmes Sent: Wednesday, 2 March 2005 5:02 To: CF-Talk

Re: Delete all files in a folder

2005-03-02 Thread Massimo Foti
Is there a way to delete all files in a folder without deleting the folder? http://www.olimpo.ch/tmt/cfc/tmt_file_io Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/

RE: Securing MS-SQL port 1433

2005-03-02 Thread Robertson-Ravo, Neil (RX)
My point is that if you are running 818 you are NOT fully patched. -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 21:53 To: CF-Talk Subject: Re: Securing MS-SQL port 1433 On Tue, 1 Mar 2005 20:53:13 -, Robertson-Ravo, Neil (RX) [EMAIL

RE: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Robertson-Ravo, Neil (RX)
There is a way you can open two versions of Homesite...I believe it is a reg hack - well it used to be when Studio existed! -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 21:31 To: CF-Talk Subject: Homesite 5.5 vs. Dual Monitors I have dual 19's

RE: Dividing output??

2005-03-02 Thread Micha Schopman
Unless you are using a fixed width font like courier, the approach of serverside division isn't really smart. Better try looking at Javascript offsetwidth to calculate this on the client. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax

RE: Setting validation order when validating via CFINPUT

2005-03-02 Thread Mark Smyth
Hi Since cfform is simply creating javascript validation on the fly, you could do the following: View the source in the page, you'll see that cfform creates a javascript method which is then called via a form onsubmit tag. Basically you could take that javascript and HTML source (you only

Re: FW: Access Memo field issues

2005-03-02 Thread Wayne Putterill
I had this happen once, it took days of hair pulling before I worked it out. Check in CF administrator that the datasource has Enable long text retrieval (CLOB) checked, it's under advanced settings for the datasource and by default is not checked. On Wed, 2 Mar 2005 11:36:54 +1030, Parker,

How to horizontal loop with a grouped output

2005-03-02 Thread Will The Game
I'm using a horizontal looper with grouped output, but it's being thrown off BY the grouped output. It runs off the recordcount which of course can be greater than the actual amount of items *shown*. What would be a work around for this? Here's a page where it's up and running. (no comments on

Re: Setting validation order when validating via CFINPUT

2005-03-02 Thread pardeep
That's a great work around, bit tedious, but it will work. Thanks:) - Original Message - From: Mark Smyth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 02, 2005 2:05 AM Subject: RE: Setting validation order when validating via CFINPUT Hi Since

Re: Odd Behavior with CFMX7

2005-03-02 Thread Scott Stroz
Anyone? On Tue, 1 Mar 2005 12:48:52 -0500, Scott Stroz [EMAIL PROTECTED] wrote: I have CFMX7, multi-server, installed on a WIN2K3 Standard Edition box that I use for development. With frightening regularity, I get a 500 Server error when testing apps in development saying no server has been

Re: How to horizontal loop with a grouped output

2005-03-02 Thread Charlie Griefer
can't use currentrow in this situation, as it's no longer sequential within the grouped output. set a counter var to 0 inside of the outer cfoutput and outside of the inner. then in the inner cfoutput increment the counter by 1 (cfset mycounter = mycounter + 1). use mycounter MOD 8 NEQ 0

RE: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Mark W. Breneman
Not to brag here but, I some how ended up with 3 - 19inch monitors. My new computer was ordered with dual monitors, as do all of our new computers and I keep my old 19 monitor. I ran our and bought, with my own $, a PCI video card to run the old monitor. But, I must say that I am envoys of this

RE: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Robertson-Ravo, Neil (RX)
Pretty standard for a monitoring station... I too have a 3 displays at home with a Parhelion Cardnice But its not really CF related ;-p -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 13:03 To: CF-Talk Subject: RE: Homesite 5.5 vs. Dual

RE: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Michael T. Tangorre
From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Not to brag here but, I some how ended up with 3 - 19inch monitors. My new computer was ordered with dual monitors, as do all of our new computers and I keep my old 19 monitor. I ran our and bought, with my own $, a PCI video card to run

Re: Software caused connection abort: recv failed

2005-03-02 Thread Douglas Knudsen
anyone? Bueler? ;) On Tue, 1 Mar 2005 11:51:18 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: Ok, I was under the impression the below was related to users moving away from a web page due to impatience or what have you. This the case? using CFMX6.1 03/01 08:18:57,debug webserver

Re: CF generated email.

2005-03-02 Thread Adrocknaphobia
Tony, I actually explored this issue and ran a few speed tests to see if there was an advantage to using cffile vs cfmail. One instance I used cffile to create cfmail files, and in another instance I created eml files. I honestly thought I might see a gain, but cfmail is fast. There weren't any

CFMX 7: bug in Flash cfselect ?

2005-03-02 Thread Stas Newdel
When a form containing the following code is submitted and the 'All' option is chosen, the form variable on the action page contains 'All' and not a zero. Has anyone run into this? cfselect label=Broker name=broker_name query=qListBrokers value=broker_name display=broker_name multiple=yes

Re: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Bert Dawson
To get more than one HS+ running, open regedit, go to HKCU\Software\Macromedia\Homesite+ and add a new string value: AllowMultipleInstances = -1 AFAIR the only annoying thing is that clicking on a .cfm template means a new instance of studio opens, and i haven't used since about 4 years ago, but

Convert JavaMail FILETIME=[80CFB6F0:01C51E5F]

2005-03-02 Thread Chris Stoner
Does anyone know how I would convert the following FileTime value to a datetime? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

Re: CF generated email.

2005-03-02 Thread Tony Weeg
coool idea... thank ya... tony On Tue, 1 Mar 2005 23:40:46 -0500, Justin D. Scott [EMAIL PROTECTED] wrote: how would i write messages to this folder and not to cfmail? do i need to generate some sort of text file, that is the whole complete email, the header etc...? You would need

Re: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Pete Ruckelshaus
Yeah, I'm pretty sure I'd rather give up caffeine than give up working with dual monitors. I'm running dual Dell 1800FP's at home...my wife needs a new monitor and I'm about to build my oldest daughter her own PC so I'm thinking about upgrading to dual Dell 2100FP's...mm3200x1200... Dual

CFChart dieing

2005-03-02 Thread Greg Morphis
Has anyone encountered this? On our Dev Server (MX6.1 Win2K), pages with CFChart are not loading.. the call goes to the servlet and just hangs. We're using the trial version of iistracer and we can see the request but the page doesn't load. Some of these requests get up into the 1000s of seconds

Re: cfformgroup visible=false with actionscript...

2005-03-02 Thread TJ Hilton
On Tue, 1 Mar 2005 15:30:13 -0800, Sean Corfield [EMAIL PROTECTED] wrote: On Tue, 1 Mar 2005 10:15:19 -0700, TJ Hilton [EMAIL PROTECTED] wrote: I'm trying to figure out how to toggle the visibility of a cfformgroup control using actionscript. I don't know the answer off the top of my head

Upload file...in reverse

2005-03-02 Thread jjakim
Quick question about uploading files. We have a department that has an access database- they have over 20 different sites. Because of wan speed issues they can't all be on the main db, instead they each have a local copy of the data. So each day the user goes in and pulls a new zipped copy of

Re: Upload file...in reverse

2005-03-02 Thread Adrocknaphobia
Well... I don't think its a good idea from a security point of view. But if the CF server can access thier My Documents folder through a network share, that would most likely be your only CF solution. -Adam On Wed, 02 Mar 2005 09:20:23 -0400, jjakim @ albemarle. org jjakim @ albemarle. org

RE: Upload file...in reverse

2005-03-02 Thread Robertson-Ravo, Neil (RX)
I gather it is Access? -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 13:20 To: CF-Talk Subject: Upload file...in reverse Quick question about uploading files. We have a department that has an access database- they have over

Re: Homesite 5.5 vs. Dual Monitors

2005-03-02 Thread Jerry Johnson
It is nice. But I have to struggle at work with only 2. I have 4 on my home dev box. Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED] 03/01/05 10:05PM Where do all you guys work that they give you duel monitors? Must be nice :)

Re: Upload file...in reverse

2005-03-02 Thread Thomas Chiverton
Why not have a scheduled task / cron job that just pulls them down from the server over fto/smb or whatever ? Or share the remote sites folders and have the server push to them. -- Tom Chiverton Advanced ColdFusion Programmer

Updated tag/function insight for CFMX7?

2005-03-02 Thread Alex Sherwood
Anyone know where the updated tag and function definitions are for Dreamweaver for CFMX7? I cannot locate them on MACR's site... Thanks, -- Alex ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Updated tag/function insight for CFMX7?

2005-03-02 Thread Robertson-Ravo, Neil (RX)
http://www.macromedia.com/software/coldfusion/downloads/ -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 15:36 To: CF-Talk Subject: Updated tag/function insight for CFMX7? Anyone know where the updated tag and function definitions are for

Error handling with a CFHTTP request

2005-03-02 Thread Claremont, Timothy
I make use of an include on my main page that makes a call to the weather channel to retrieve the weather status. The include looks like this: cfhttp url=http://xoap.weather.com/weather/local/ /cfhttp Every once in a while, for whatever reason, the call cannot be completed. When this happens

Re: Error handling with a CFHTTP request

2005-03-02 Thread Thomas Chiverton
On Wednesday 02 Mar 2005 15:40 pm, Claremont, Timothy wrote: My question is, how can I more gracefully handle the error? If the CFHHTP request is not successful, I just to display a temporarilly out The normal way, with a try/catch pair, and optionaly some of the other arguments to cfhttp ?

Re: Updated tag/function insight for CFMX7?

2005-03-02 Thread Alex Sherwood
Thanks, I looked at the DW downloads page and the CFMX7 product front page, but not the DL page. Thanks much, -- Alex Robertson-Ravo, Neil (RX) wrote: http://www.macromedia.com/software/coldfusion/downloads/ -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent:

Anyone using CF Report Builder?

2005-03-02 Thread Connie DeCinko
Is anyone using the new CF Report Builder? I just started with it this week. I'm kicking myself for not giving it a try during the beta as it smells of still be a beta release. There are many great things, many things I like that make it very easy to use. However, I am now to the point of

Cold Fusion Gettin Hot?

2005-03-02 Thread Chuck Mason
I've been noticing a LOT of high-vis sites using Cold Fusion lately ... so couldn't help but putting my comments here ... is CF on the take w/regard to increased company awareness? The last company I worked for shunned Cold Fusion (said any monkey could learn it, and they are engineers with

RE: Error handling with a CFHTTP request

2005-03-02 Thread Connie DeCinko
Be sure to add throwonerror=yes to your cfhttp tag. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 8:54 AM To: CF-Talk Subject: Re: Error handling with a CFHTTP request On Wednesday 02 Mar 2005 15:40 pm, Claremont, Timothy wrote: My

Re: Flash Forms examples?

2005-03-02 Thread toru okada
It seems the reason I could not figure this out is because the documentation is incorrect (big surprise) . You need to specify an ID attribute for some types of formcontrols. Anyways here is a technote about it if anyone wants to do this in the future. http://www.macromedia.com/go/2adf4c64 On

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Jim Davis
-Original Message- From: Chuck Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:20 AM To: CF-Talk Subject: Cold Fusion Gettin Hot? Some high-vis Sites I've recently taken notice of that use CF are: 1. Logitech.com 2. FedEX.com 3. Solarwinds.net

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Robertson-Ravo, Neil (RX)
Agreed, certainly people are put off with the move from non-Java to Java - mainly for stabilities sake. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 16:30 To: CF-Talk Subject: RE: Cold Fusion Gettin Hot? -Original Message- From: Chuck

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Chuck Mason
HA!! After submitting this email -- checked my webmail account at Roadrunner and Bam ... they're using CF too (nice use of Flash and CF): http://www.rr.com/flash/index.cfm Chuck Mason wrote: I've been noticing a LOT of high-vis sites using Cold Fusion lately ... so couldn't help but putting

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Mark Smyth
Even sean connery if cf'ing http://www.seanconnery.com/index.cfm -Original Message- From: Chuck Mason [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 16:34 To: CF-Talk Subject: Re: Cold Fusion Gettin Hot? HA!! After submitting this email -- checked my webmail account at Roadrunner and

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Pete Ruckelshaus
Well, we do this one developer at a time, too. I just started at a place where I am the sole developer (and designer, and sysadmin, and network admin). I am rewriting an old client/server application singlehandedly and convincing my new boss that CF was the way to go was pretty easy. He was

Re: Anyone using CF Report Builder?

2005-03-02 Thread David Fafard
Have seen the issues with the property panes as well. My workaround is to detach the pane and call them when needed as floating windows. I love this report writer but do see a lot of little bugs in rendering and such. Here is another, draw a straight line and then copy and paste.. the pasted line

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Stacy Young
That's certainly just perception though cause 6.1 is far more stable in our prod env then 4.5 or 5. -Stace -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- [EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:28 AM To: CF-Talk Subject: RE: Cold Fusion

CFFormItem type=html

2005-03-02 Thread David Brown
Can wrap this block tag around my exisiting html table and input statments? When I try it it does not display anything in the flash form other then the tab navagation label. We have a form already created and designed. I would like to place that form in a flash form with as little work as

CF MX 7 stopping IIS 5.0 service

2005-03-02 Thread David Olimpio
I've installed CF MX 7 on a W2K SP4 Advanced Server. The installation was an upgrade from MX 6.1. Everything seems to be running smoothly, except for one thing: after about 10-15 minutes CFMX 7 will kill IIS 5.0. I then will go into the services and re-start IIS and things will appear fine for

Re: chained transactions

2005-03-02 Thread Jared Rypka-Hauer - CMG, LLC
Alisa, From what I see here: http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part2/c0661.mspx It looks like if you're going to use set chained on (which in your case is built in to cftransaction), you also have to have begin transaction and commit transaction code in

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Robertson-Ravo, Neil (RX)
Yeah..I suppose it is al relative, but I know most people I speak to who have not upgraded are put off with the Java move because of the stability - in some cases its as good if not better, but from the lists and posts I have seen, I have defo seen it as being flakier especially with large

RE: Anyone using CF Report Builder?

2005-03-02 Thread Justin D. Scott
Any one interested in CF10 seats? You have ColdFusion 10?!? Can I buy access to your time machine for a little while? ;) --- Justin D. Scott Vice President Sceiron Interactive, Inc. www.sceiron.com [EMAIL PROTECTED] 941.378.5341 - office 941.320.2402 - mobile

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Jim Davis
-Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:54 AM To: CF-Talk Subject: RE: Cold Fusion Gettin Hot? That's certainly just perception though cause 6.1 is far more stable in our prod env then 4.5 or 5. It does depend tho'. I'd

Re: Delete all files in a folder

2005-03-02 Thread Jared Rypka-Hauer - CMG, LLC
Very cool, Massimo... I'll have to give it a try... Laterz, J On Wed, 2 Mar 2005 10:28:49 +0100, Massimo Foti [EMAIL PROTECTED] wrote: Is there a way to delete all files in a folder without deleting the folder? http://www.olimpo.ch/tmt/cfc/tmt_file_io

Verity and collectn.lck

2005-03-02 Thread Richard lastname
After indexing a query on my live webserver the collection remains empty. however, if i run the code locally it will create the index correctly but will also create a collectn.lck file. Does this file not being created have anything to do with why my query isnt being indexed on the server? i'm

RE: Anyone using CF Report Builder?

2005-03-02 Thread Connie DeCinko
I'd like to see the property panes have the ability like Dreamweaver where I can collapse that whole section or bring it back. I've seen something similar with a line. Move the line, then undo, and get a slanted line! -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED]

RE: CF MX 7 stopping IIS 5.0 service

2005-03-02 Thread Connie DeCinko
Having both versions side by side is normal and by design. You need to uninstall 6.1 if you no longer need it. The catch is you can only have one on port 80 which could explain why IIS is getting killed. -Original Message- From: David Olimpio [mailto:[EMAIL PROTECTED] Sent:

Re: ColdFusion Studio: changing help files with vtm

2005-03-02 Thread Jared Rypka-Hauer - CMG, LLC
I just went poking about in the HS+ (CFStudio) Options tab... If you go into options/settings/locations and change the Help location to a different folder, and put the new help files in that folder, it may help. I'd create and use a different folder for this, just to make sure you're forcing new

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
I know that (and cost and the fact that I haven't needed any of the new features) has certainly caused me hesitation...I know nothing about Java and just looking at the types of problems that users have to deal with that discuss things about which I have no clue as to meaning, causes fear and

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Bryan Stevenson
I know that (and cost and the fact that I haven't needed any of the new features) has certainly caused me hesitation...I know nothing about Java and just looking at the types of problems that users have to deal with that discuss things about which I have no clue as to meaning, causes fear

Re: CF MX 7 stopping IIS 5.0 service

2005-03-02 Thread David Brown
Ok, how do you uninstall cfmx 6.1 without removing your cfide folders in your root web? The last time I tried that it removed my cfide and cfdocs folders . Although it named the old ones cfide_old. - Original Message - From: Connie DeCinko [EMAIL PROTECTED] To: CF-Talk

Re: Anyone using CF Report Builder?

2005-03-02 Thread David Fafard
Sorry.. CR10 Seats !!! smarty. - Original Message - From: Justin D. Scott [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 02, 2005 11:59 AM Subject: RE: Anyone using CF Report Builder? Any one interested in CF10 seats? You have ColdFusion 10?!? Can I

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
Thanks for the reassurance, Bryan...I'm one of the self-taught, (except for book and this list!) CF programmers...so I have to learn, deploy, and earn a living on the fly...and there's not much room for error and downtime! Rick -Original Message- From: Bryan Stevenson [mailto:[EMAIL

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Jordan Michaels
Bryan Stevenson wrote: I know that (and cost and the fact that I haven't needed any of the new features) has certainly caused me hesitation...I know nothing about Java and just looking at the types of problems that users have to deal with that discuss things about which I have no clue as to

RE: CF MX 7 stopping IIS 5.0 service

2005-03-02 Thread Connie DeCinko
Hmm, I would assume it would be smart enough to leave those alone... But, if it were me, I would copy them to a safe place, do the uninstall and if necessary, copy the CFIDE folder back. Actually, you might want to take a close look as you should have two CF administrators and I wonder where the

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Bryan Stevenson
Hey RickI have a business degreeso I hear ya on the self-taught...but I started my CF career back with 3.1 and a former member of Team Allaire to help me on my way ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642

Re: Software caused connection abort: recv failed

2005-03-02 Thread Nathan Strutz
You should be able to match it up to your web server logs. You'll probably find a 503 error. I'm pretty sure the recv failed error is given when an upload is broken off (stop button, double-clicked, etc). -nathan strutz http://www.dopefly.com/ Douglas Knudsen wrote: anyone? Bueler? ;)

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Calvin Ward
I would say that you would definitely want to start moving towards the newer platforms. It's not always that you have a specific need for a specific new feature and you can justify the cost in that fashion. It's also where you are increasing your capability and nimbleness in responding to client

Need help with CFHTMLHEAD in CF 5.0

2005-03-02 Thread Ali Awan
I'm running into somewhat of a problem in a CF 5 app I'm running. I have a javascript snippet that checks for plugins before a specific page executes. Everything is working fine, except when I cflocation to the next page, the http headers are displayed on the page. This is what displays on

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Bryan Stevenson
Yeah..I suppose it is al relative, but I know most people I speak to who have not upgraded are put off with the Java move because of the stability - in some cases its as good if not better, but from the lists and posts I have seen, I have defo seen it as being flakier especially with large

Re: Delete all files in a folder

2005-03-02 Thread Rick Root
Jared, This could be modified easily to delete a directory and all contents: http://www.cflib.org/udf.cfm?ID=615 - Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Root
Chuck Mason wrote: shunned Cold Fusion (said any monkey could learn it, and they are Any monkey can learn it =) Doesn't mean that any monkey can do it WELL! - Rick ~| Logware (www.logware.us): a new and convenient

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread jonese
rant I came from a PHP background and found CF to be SOO Frustrating. Why?? Cause i was so set in my ways of thinking with PHP etc. BUT once i got past this (lots of long hours and many kicks in the rear) i'm a happy little CF'er. I was a CF'er in a JAVA shop in my last job. I was allowed to

Re: CF MX 7 stopping IIS 5.0 service

2005-03-02 Thread David Brown
RANT ON I have never called in to Macromedia for support and I have used their products since CF 3.x. We currently own 5 copies of standard with their subscription and DEVNET. I called in to get support on how to uninstall CF 6.1mx now that I have upgraded to CF MX 7 and I get you have to pay

Central Floridian (Orlando area) CFers?

2005-03-02 Thread Damien McKenna
Are there any other CFers in the Orlando area who might be interested in setting up a meeting.com group? Whaddyas think? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ http://www.thelimucompany.com/ -

Re: Need help with CFHTMLHEAD in CF 5.0

2005-03-02 Thread Jochem van Dieten
Ali Awan wrote: I'm running into somewhat of a problem in a CF 5 app I'm running. I have a javascript snippet that checks for plugins before a specific page executes. Everything is working fine, except when I cflocation to the next page, the http headers are displayed on the page. This

RE: Central Floridian (Orlando area) CFers?

2005-03-02 Thread Calvin Ward
No, but I'm in the Jacksonville area, about 2 hours northeast of you. You should come to our CFUG meetings! Does Orlando have a CFUG? - Calvin -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:11 PM To: CF-Talk Subject: Central

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Connie DeCinko
Don't you also have to be mindful of when MM cuts off support for the older products? How much longer will they support CF 4.5? You might be up a creek if someday something goes haywire and you have no where to turn. Also, here's a thought. Today you say, web services, we have no need for

RE: Central Floridian (Orlando area) CFers?

2005-03-02 Thread Damien McKenna
I've got inlaws of inlaws in Jacksonville... Nice area, if a bit big. There's no CFUG in Orlando anymore, though there used to be. . Then again, looking on MM.com again there's the GOMMUG. Go figure. Guess I'll start there. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Connie DeCinko
And why the hell does easy mean that it can't be good??? That's like saying the higher priced tool must be better! -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:04 AM To: CF-Talk Subject: Re: Cold Fusion Gettin Hot? Chuck Mason wrote:

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Aaron Rouse
I thought when 6.0 came out, shortly after that support for 4.5 ended. But I only base that on what our data center said here, never on any actual proof. We still use 5.0 here on most of our projects, the few on 6.1 do not take advantage of anything to 6.1 Actually most of the 5.0 ones do not

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Jim Davis
-Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:29 PM To: CF-Talk Subject: RE: Cold Fusion Gettin Hot? And why the hell does easy mean that it can't be good??? That's like saying the higher priced tool must be better! This is

Re: CFChart dieing

2005-03-02 Thread Greg Morphis
Anyone have any ideas settings or options we can try? We're not having this problem with our prod environment, only dev. On Wed, 2 Mar 2005 08:14:54 -0600, Greg Morphis [EMAIL PROTECTED] wrote: Has anyone encountered this? On our Dev Server (MX6.1 Win2K), pages with CFChart are not loading..

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Calvin Ward
4.5.2 is no longer supported by Macromedia. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:35 PM To: CF-Talk Subject: Re: Cold Fusion Gettin Hot? I thought when 6.0 came out, shortly after that support for 4.5 ended. But I only base

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Raymond Camden
Here is another problem with CF. I was contracting about 5 or 6 years ago at a company that was spending a crap load of money on their web site. When I asked why they didn't consider using CF, they said, CF is too cheap. We want a 25k solution, not a 2k solution. On Wed, 2 Mar 2005 11:28:49

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Damien McKenna
Yet another example of the stupidity of the statement you get what you pay for. If that were the case I've got some land to sell you, its nice and SPACEous, though there's not much atmosphere, and you can come by to see it next MONday. Honestly people need to see that you don't get what you pay

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Jerry Johnson
You should have billed them $2K for the CF, and $23K for installation support Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED] 03/02/05 01:50PM Here is another problem with CF. I was contracting about 5 or 6 years ago at a company that was spending a crap load of money on

i can index 10 records but not 100...verity issues

2005-03-02 Thread Richard lastname
I can index 10 records using verity but for some reason i cant index 100 records (i need to index 22,000). how can i tell whats going on? does verity keep an error log somewhere? I need some help with this one. tia ~| Find

Re: Software caused connection abort: recv failed

2005-03-02 Thread Douglas Knudsen
ah, ic, thanks Nathan. I was able to recreate the error. But its not occuring on a page with an upload, the page is just a web based data report. If I request to run the report then navigate away from the page, the error below shows up in teh debug log and a 503 response is logged in the IIS

Re: CFChart dieing

2005-03-02 Thread Douglas Knudsen
actually, we (I work with Greg) did have this issue in production last week. Because each graphing request never timed out, it brought CF done every hour or so. We have an app that uses cfgraph quite abit. The only way I could find to fix it was to just create a new fresh CFMX instance under

Re: CFChart dieing

2005-03-02 Thread Barney Boisvert
We're using CFCHART a fair amount. We're not using the GraphData servlet though, because it doesn't work in clusters without session affinity. Of course, we didn't find this out until deploying to the cluster, since our dev environment is a cluster of one server. ; ) We quickly fixed things

CF Chart bug? (CFMX7?)

2005-03-02 Thread Tom McNeer
My development server is running CFMX7, and I have not had a chance to test this on 6.1, so I'm sure if the issue is related to the CF version. In certain charts, the scaleto, scalefrom and gridlines values are not being used correctly when the chart is generated. I'm aware that the scalefrom and

Re:Need help with CFHTMLHEAD in CF 5.0

2005-03-02 Thread Ali Awan
Firstly, I'd like to apologize if I end up sending 10 duplicate copies of this response. It didn't seem to work via the website. Anyway. To answer your question, Jochem. The CFHTMLHead is called before the CFLocation. However, the javascript that is included in the

Re: Cold Fusion Gettin Hot?

2005-03-02 Thread Bryan Stevenson
And why the hell does easy mean that it can't be good??? That's like saying the higher priced tool must be better! Yep Conniethat's pretty close to the top of my list of stupid CF statementsit's only for prototyping...yeah right! Bryan Stevenson B.Comm. VP Director of E-Commerce

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Dawson, Michael
CF is caught in the middle - I sometimes think that they should make CF Standard $100 and CF Enterprise $75,000 and see what happens... ;^) Or, just charge $100 and $75,000 for the *same* product. Then, let the smart people, such as ourselves, pay $100 for the product, while the higher-mgt

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Jim Davis
-Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:48 PM To: CF-Talk Subject: RE: Cold Fusion Gettin Hot? 4.5.2 is no longer supported by Macromedia. It depends on the level of support. You can still hire MM consultants to help with

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Calvin Ward
I've heard that in a number of companies. This is what leads some people who work for corporations to feel that CF is 'dying'. - Calvin -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 2:48 PM To: CF-Talk Subject: RE: Cold Fusion Gettin Hot?

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
Actually, there are many features and functions of CF 4.5.2 that I haven't had the need to explore...but with every project / website, I try to learn a little more about something will add to the site and its functionality. Most of my projects are basic websites...add, update, delete

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
CF 4.0 was my first version...I've got a Bachelors Degree in Music and a Masters Degree in Theology...now I'll tell you...those degrees just add a lot to my skills as a CF programmer! ;o) Rick -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
Some good points...and I know I'll have to move away from 4.5.2 at some point. If for no other reason than to be able to understand ...(HA! Let me rephrase that...) to just be able to *relate to* what's being discussed on CF-Talk! Rick -Original Message- From: Calvin Ward [mailto:[EMAIL

RE: Cold Fusion Gettin Hot?

2005-03-02 Thread Rick Faircloth
The good new here is...I'm the boss... :o) And...thankfully, I've never had to call MM for any kind of support, mostly because of this great list. What I am concerned about is upgrading to a product with Java at its base, with no knowledge of Java...and if I do run into problems they would be

ArgoUML

2005-03-02 Thread Trevor Holm-Laursen
Hey all, Does anyone have a sample diagram or tutorial that has beans, dao's and gateways that they would be willing to share. I'm trying to design all my apps in UML now but work better when I have a tutorial that builds up to a completed diagram or a completed one with explanations with

  1   2   >