RE: CF8 Tab Issue

2007-08-27 Thread Dale Fraser
Your site is down. [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect Can I buy a clue Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Monday, 27 August 2007 3:04 PM To:

RE: CF8 Tab Issue

2007-08-27 Thread Dale Fraser
Sorry fixed now. But still has the extra space http://code.fraser.id.au/tabs.cfm Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, 27 August 2007 3:09 PM To: CF-Talk Subject: Re: CF8 Tab Issue On

Re: CF 7 parse large EDI file

2007-08-27 Thread Jochem van Dieten
David Brown wrote: I am not sure I know how to answer that. Put in some cftrace calls and look at the timings. Jochem ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and

RE: CF8 Tab Issue

2007-08-27 Thread Dale Fraser
I assume that this nbsp; is put in there to ensure the div isn't empty. But since I'm putting content in, it seems odd. I have discovered that if you use a source url then the space won't be there. I imagine that there is some javascript way of getting rid of it, but it's a bit odd as I've seen

Re: query runs slowly and times out in Coldfusion 8

2007-08-27 Thread Hemant Khandelwal
Hi Benjamin, For debugging in CF8, you can increase the page timeout using Administrator so that query runs. You can And then launch Server Monitor from Administrator to check slowest request or database section to see what is going wrong. You only need to start monitoring (maybe) start

Re: CF8, Query Cache, Corrupt Table (Was: ColdFusion 8 amp; CachedWithin Issue)

2007-08-27 Thread Rupesh Kumar
Hi Ken, This bug was very recently discovered and it has been fixed. We will release a hotfix for this very soom. Thanks, Rupesh Adobe ColdFusion Team. ~| Enterprise web applications, build robust, secure scalable apps today

Re: CF8, Query Cache, Corrupt Table (Was: ColdFusion 8 amp; CachedWithin Issue)

2007-08-27 Thread James Holmes
Awesome - it's truly excellent to see Adobe people in these lists. On 8/27/07, Rupesh Kumar [EMAIL PROTECTED] wrote: Hi Ken, This bug was very recently discovered and it has been fixed. We will release a hotfix for this very soom. Thanks, Rupesh Adobe ColdFusion Team. -- mxAjax /

CFGrid on CF 7

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am using ColdFusion 7 version 7,0,2,142559. I am trying to work with CFGrid. My first issue is that I wanted to use the HREF= feature, but it doesn't seem to work at all. I started looking around at sites like ASFusion.com and there I learned about some nifty tricks that I am supposed to

Re: query runs slowly and times out in Coldfusion 8

2007-08-27 Thread Andrew Scott
You will first need to look at the amount of records are returned by the query. On 8/24/07, Benjamin Rosenthal [EMAIL PROTECTED] wrote: I'm trying to run this query using Coldfusion 8 on IIS and MySQL 5. If I run the query directly off the database the results are returned quickly. If I

RE: Version of Java for CF and Adobe's Suite of products?

2007-08-27 Thread Dave Watts
I don't want to just update to the latest ersion of Java without having an idea of what Adobe recommends. Does anyone have any idea? That is a very general question. Different versions of different Adobe products use and support different JVMs. ColdFusion 7 comes with JVM 1.4.2_09, and

Re: query runs slowly and times out in Coldfusion 8

2007-08-27 Thread Phillip M. Vector
Personally, I would set up a page system that returns a set of records then the whole thing at once. Maxrows and Startrow are your friends. :) Andrew Scott wrote: You will first need to look at the amount of records are returned by the query. On 8/24/07, Benjamin Rosenthal [EMAIL

application.cfc onError

2007-08-27 Thread Chad Gray
I started using the onError function. I get the below error on one page. Any ideas? The code runs fine, I just get an email everytime the page is hit since I started using onError. It does not like my use of CFLocation, but it seems to work fine and I don't see any typos. TagContext array

RE: application.cfc onError

2007-08-27 Thread Peterson, Chris
I googled for 'cflocation application.cfc onerror' and this was the first result (the fix for it) http://www.coldfusionjedi.com/index.cfm/2005/9/28/Two-Nice-Fixes-in-Cold Fusion-701 You can either update to CF 7.01 (why are you not up to date??) or you can put this into your onError method:

RE: application.cfc onError

2007-08-27 Thread Chad Gray
Oh wow! this server is not up to date. No wonder I was getting strange results from staging to production. Thanks! -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 9:23 AM To: CF-Talk Subject: RE: application.cfc onError I googled for

RE: Version of Java for CF and Adobe's Suite of products?

2007-08-27 Thread Justin Scott
That is a very general question. Different versions of different Adobe products use and support different JVMs. ColdFusion 7 comes with JVM 1.4.2_09, and supports 1.4.2_13 or earlier. ColdFusion 8 Hi Dave, is there documentation on CF7 supporting _13 somewhere? The last I remember seeing in

CF way to Prevent back button

2007-08-27 Thread coldfusion . developer
All, Is there a way of preventing a page from being cached in the browser using CF besides the html version of ... /BODY ( yes you're seeing this correct, additional head tag after closing body tag) HEAD META HTTP-EQUIV=Pragma CONTENT=no-cache /HEAD I understand this doesn't work well in IE

Re: CF way to Prevent back button

2007-08-27 Thread J.J. Merrick
We do it at the webserver level. IIS and Apache has the ability to expire pages so that when they hit the back button they get an error from the browser saying that page has expired. J.J. On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Is there a way of preventing a page from

CF vs. PHP

2007-08-27 Thread Chris Martin
Hey... Got a question for you all. I've been a CF developer now since 2000. Previously, I used PHP and found it rather cumbersome. I'm currently working on a accounting project that my boss wants me to develop in PHP (because all he's ever used is Linux, PHP, mySQL). Now it's been 7 years

HELP

2007-08-27 Thread Chad Gray
I messed up... I just did the CF 7.0.2 Hotfix on my 7.0.0 installation. Apparently I should have upgraded to 7.0.2 first then did the hot fix. Now I get 500 null on pages. What are the best steps to fix my messup? ~| Get

RE: CF vs. PHP

2007-08-27 Thread owner
If that is what they use for allof thier other apps...then yes...it is normal to use the same language across the enterprise where appropriate. You might see a mix of Java and other languages and sometimes even .Net and CF (usually the only time you see multiple lanhuages like NET and CF or CF

Re: CF vs. PHP

2007-08-27 Thread John Paul Ashenfelter
Now it's been 7 years since I've done any PHP development. Am I being ignorant by thinking the only reason why this guy wants me to develop in PHP is for his own job security (since he doesn't know CF)? Sure, that makes sense. Manage what you know. There's also many more PHP developers

CF Installations provides link to CF7 demos

2007-08-27 Thread Brad Wood
I just noticed last night that when I installed CF8 on my home (Windows) computer, the Getting Started link it placed on my start menu takes me to page labeled ColdFusion MX7 code samples. That's not really a bug par se, but I would like to mention it to Adobe. Is the go/wish form appropriate

Re: CF Installations provides link to CF7 demos

2007-08-27 Thread Raymond Camden
I would say always use the go/wish form. On 8/27/07, Brad Wood [EMAIL PROTECTED] wrote: I just noticed last night that when I installed CF8 on my home (Windows) computer, the Getting Started link it placed on my start menu takes me to page labeled ColdFusion MX7 code samples. That's not

RE: HELP

2007-08-27 Thread Chad Gray
Got it Installed 7.0.1 updater then 7.0.2 updater and these repaired my installation. New rule: two cups of coffee are mandatory before installing updates. :) -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 10:11 AM To: CF-Talk Subject:

Re: CF8 Tab Issue

2007-08-27 Thread Rey Bango
Dale, I contacted Adobe about it and they will be looking into this. No ETA on a response but they are, at the very least, aware of it now. Rey... Dale Fraser wrote: I have what should be a really simple Tab example. But the tabs seem to contain a nbsp; on the first line of each tab.

Re: CF way to Prevent back button

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
JJ, How do you do it at the IIS level? I asked my Web hosting provider to help and they have no idea how to do it. Thanks. We do it at the webserver level. IIS and Apache has the ability to expire pages so that when they hit the back button they get an error from the browser saying that page

Re: CF way to Prevent back button

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I think I found it. Thought I would post it for anyone else that may need it. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0fc16fe7-be45-4033-a5aa-d7fda3c993ff.mspx?mfr=true Thaks JJ. We do it at the webserver level. IIS and Apache has the ability to expire pages

Return File Extension

2007-08-27 Thread Robert Harrison
Using CF, how do I get just the file extension from a file name? Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't

RE: Return File Extension

2007-08-27 Thread Brad Wood
Listlast(file_name,.) -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 11:09 AM To: CF-Talk Subject: Return File Extension Using CF, how do I get just the file extension from a file name?

Re: Return File Extension

2007-08-27 Thread Charlie Griefer
listLast(filenameVar, '.') On 8/27/07, Robert Harrison [EMAIL PROTECTED] wrote: Using CF, how do I get just the file extension from a file name? Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T :

Re: Return File Extension

2007-08-27 Thread Raymond Camden
You can treat it like a list. If f is a file name: cfset extension = listLast(f, .) Of course, this assumes a file has an extension, foo is a valid filename. If you use the code above, it will return foo, so you probably want to combine it with: cfif listLen(f, .) gte 2 cfset extension =

Re: Importing CSV into

2007-08-27 Thread Crow T. Robot
this still seems like a whole bunch of work for something that can be done very easily in SQL Server. I could have this pkg set up in less than 20 minutes, and I bet it would be 10X faster than your CF. the only reason I see to not use the right tool for this job is if there were some issue with

RE: Return File Extension

2007-08-27 Thread Bobby Hartsfield
#listlast(file, .)# When uploading, there are a number of attributes available in the cffile scope such as cffile.serverfileext ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: Return File Extension

2007-08-27 Thread Bruce Sorge
Cffile.ClientFileExt. this is the client side file extension without the period. -Original Message- From: Robert Harrison Sent: Monday, August 27, 2007 9:09 AM To: CF-Talk Subject: Return File Extension Using CF, how do I get just the file extension from a file name? Thanks

RE: Return File Extension

2007-08-27 Thread Bruce Sorge
OH yeah, that's right. I sent the cffile way of doing it. I guess since I am working on an application right now using CFFILE I merely assumed. Bruce -Original Message- From: Brad Wood Sent: Monday, August 27, 2007 9:13 AM To: CF-Talk Subject: RE: Return File Extension

RE: Return File Extension

2007-08-27 Thread Robert Harrison
Perfect. Thanks. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be . -Original Message- From: Brad

Re: Return File Extension

2007-08-27 Thread Paul Ihrig
you could do a find on the .+ three characters using cffile. On 8/27/07, Robert Harrison [EMAIL PROTECTED] wrote: Using CF, how do I get just the file extension from a file name? Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite

Re: Return File Extension

2007-08-27 Thread Bryan Stevenson
Have a look at CFFILE.one of the keys returned in the CFFILE structure is the file extension ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

CF Studio Browse tab doesn't work

2007-08-27 Thread Dave Long
For some reason, I've never been able to develop mappings to preview .cfm pages in the Browse tab of CF Studio, probably because I don't have my server set up properly, but I was always able to preview static pages there. A few weeks ago, this feature stopped working and I have no idea what I

IIS Rewriting options

2007-08-27 Thread John Paul Ashenfelter
Folks, I'm moving a moderately high-volume site from Apache to IIS6/Win2k3. We're using mod_rewrite under Apache for a few URL redirects (simply, 'hardcoded' friendly urls) and need a replacement. I know that there's a slew of choices -- googling that's pretty easy. I'm looking instead for advice

Re: CF way to Prevent back button

2007-08-27 Thread J.J. Merrick
That would be it. We had a LARGE client that used a proxy for everything and there was issues of the proxy caching pages including ones that weren't even for that session so the next page you might get someone else's page via the proxy. We decided to expire all pages and the proxy quit caching and

application.cfc question

2007-08-27 Thread Chad Gray
I am switching an application.cfm to application.cfc. Im my application.cfm I defined a function that I used through out the web site. cfscript function replaceQuotes(arg) { return Replace(arg, '', ##34;, ALL); } /cfscript Now in the application.cfc I cannot

RE: IIS Rewriting options

2007-08-27 Thread Russ
John, Are you moving from Linux to Windows? Although I've never used any of the IIS rewriting tools, just wanted to let you know that Apache runs quite happily on Windows as well. Russ -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: application.cfc question

2007-08-27 Thread Crow T. Robot
Plenty of ways to do this, but I'd probably create a utilities.cfc and then drop it into the application scope (in OnApplicationStart()). That way, anytime you want to use it on your site, you just call it that way. The added benefit is if you find you have more functions liek this that you may

Re: CF Studio Browse tab doesn't work

2007-08-27 Thread Jerry Johnson
You need to tell studio how to translate file paths into urls. You do this on the Debug - development mappings. On 8/27/07, Dave Long [EMAIL PROTECTED] wrote: For some reason, I've never been able to develop mappings to preview .cfm pages in the Browse tab of CF Studio, probably because I

RE: IIS Rewriting options

2007-08-27 Thread Dave Watts
I'm moving a moderately high-volume site from Apache to IIS6/Win2k3. We're using mod_rewrite under Apache for a few URL redirects (simply, 'hardcoded' friendly urls) and need a replacement. I know that there's a slew of choices -- googling that's pretty easy. I'm looking instead for advice

RE: IIS Rewriting options

2007-08-27 Thread Adam Churvis
John, We've used Isapi Rewrite: http://www.helicontech.com/order/#isapi_rewrite Respectfully, Adam Phillip Churvis Get advanced intensive Master-level training in C# ASP.NET 2.0 for ColdFusion Developers at ProductivityEnhancement.com -Original Message- From: John Paul Ashenfelter

Re: deadlocks and the DefaultAppPool in IIS

2007-08-27 Thread Jim Easterly
Hi, Did you ever find a solution to this? We are experiencing the same issue. Thanks Hi list, we have an ongoing problem with deadlocks and the DefaultAppPool in IIS. I made some dumps with the IIS diagnostics tool. We run: IIS 6 under W2003 and CFMX 6.1 I would love to have a

CF Studio Browse tab doesn't work

2007-08-27 Thread Dave Long
For some reason, I've never been able to develop mappings to preview .cfm pages in the Browse tab of CF Studio, probably because I don't have my server set up properly, but I was always able to preview static pages there. A few weeks ago, this feature stopped working and I have no idea what I

Re: application.cfc question

2007-08-27 Thread Josh Nathanson
Plenty of ways to do this, but I'd probably create a utilities.cfc and then drop it into the application scope (in OnApplicationStart()). That way, anytime you want to use it on your site, you just call it that way. I concur with Crow - I was going to suggest exactly the same thing. You

Application Pools getting disabled

2007-08-27 Thread Jim Easterly
Hi, Has anyone seen or solved this. We are running CFMX 6.1 on Windows 2003 IIS 6. Nothing has changed in this app for 3 months but about 3 weeks ago we started having this issue when the server gets busy. The Application pools all become disabled thus making the website unusable.

Re: Railo 2 Released

2007-08-27 Thread Terry Schmitt
I've been trying figure out their licensing, as I've been testing the RC version but I think with the pro version (1 web context), it's similar to the CF server installation. You run unlimited virtual hosts under the single web context. The limitation being that all the Railo setting are global

RE: Application Pools getting disabled

2007-08-27 Thread Dave Watts
We are running CFMX 6.1 on Windows 2003 IIS 6. Nothing has changed in this app for 3 months but about 3 weeks ago we started having this issue when the server gets busy. The Application pools all become disabled thus making the website unusable. Restarting IIS and CF fixes it. After

Re: IIS Rewriting options

2007-08-27 Thread Michael Dinowitz
I've used this for clients as well as personally and it's solid. Pro is limited RegEx support. Con is limited RegEx support. This simply means you have to be a bit creative with your redirect code as well as some ColdFusion pages to deal with logic that the isapi can't. Things that require a DB

Coldfusion 8 and AJAX

2007-08-27 Thread Ben S
Hi, I'm experimenting with the AJAX stuff that was added with CF 8 and i'm running in the following issue - i wonder if anyone played around with it and could help me. I have a cfform: cfform Client name: cfinput type=text name=clientName

Re: Coldfusion 8 and AJAX

2007-08-27 Thread Raymond Camden
So if I read you right - what you want is NOT the autosuggest feature itself - or actually - you want to do something AFTER the user has picked a value. Ie, I type in Ra, your autocomplete returns a set of possibilities, one of which is Ray, I select Ray, you then load your other form fields with

RE: Coldfusion 8 and AJAX

2007-08-27 Thread Andy Matthews
Without having looked at Ben's tute, you might consider returning a structure instead of a query or a string. Then you could bring back multiple bits of data in the same variable. andy -Original Message- From: Ben S [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 1:49 PM To:

Re: Coldfusion 8 and AJAX

2007-08-27 Thread benjamin schwartz
Ray you are right and you described exactly what i wanted to do - even the idea of building a drop down if there are several johns. I'm going to look into cfajaxproxy. I want to try what Andy suggest too though - returning a structure. Any other ideas? Thanks already for your help. Ben On

Re: Coldfusion 8 and AJAX

2007-08-27 Thread benjamin schwartz
Actually i don't think that returning a struct would work 'cause the widget itself (aka the cfinput box) doesn't know what to do with that result set. I'll play around with cfajaxproxy - although i'm not sure that it will fix my problem On 8/27/07, benjamin schwartz [EMAIL PROTECTED] wrote: Ray

Re: Coldfusion 8 and AJAX

2007-08-27 Thread Raymond Camden
I could be wrong - but I think Andy is wrong. I believe you can only return the simple values - not the structure. Yeah - so ajaxproxy is pretty cool. It has two very distinct, very different features. On one hand it can make a simple connection between your JS and your CFC code. On the other

Re: Return File Extension

2007-08-27 Thread Rick Root
Keep in mind that if a file has no extension, #listLast(filename,.)# won't return the desired result of Rick ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Fwd: IIS Rewriting options

2007-08-27 Thread John Paul Ashenfelter
On 8/27/07, Russ [EMAIL PROTECTED] wrote: John, Are you moving from Linux to Windows? Nope. Windows to Windows (self-hosted to higher-end custom hosting). The new hosting partner support involves less hassle if it's IIS/MSSQL or Apache/MySQL. We're currently Apache/MSSQL on Windows and it's

Re: IIS Rewriting options

2007-08-27 Thread John Paul Ashenfelter
On 8/27/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I've used this for clients as well as personally and it's solid. Pro is limited RegEx support. Con is limited RegEx support. This simply means you have to be a bit creative with your redirect code as well as some ColdFusion pages to deal

Re: Return File Extension

2007-08-27 Thread Alan Rother
BUT, you can protect against it by doing this cfif ListLen(filename, .) GTE 2 On 8/27/07, Rick Root [EMAIL PROTECTED] wrote: Keep in mind that if a file has no extension, #listLast(filename,.)# won't return the desired result of Rick

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Yes Rick, you wer right. We haven't flushed the cache so we had some Errors regarding our current level of compatibility. Thanks for the information. And I must add that we have some CF8 features in it as well. We will try to get as close as possible to CF8 with the Railo 2.1 release in Q1

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Then why is there querySetCell(). You can use qry.age[1] = 50 as well. Or why in other engines there is a ListFind() but no ArrayFind()? Or a ListToArray() but no ListToStruct() or ArrayToStruct()? Our function matrix containing the functions regarding lists, structs, arrays and queries is as

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Hi Andrew, yes that's a bug we will fix in the 2.0.0.008 or 009 next week. Thank you for pointing it out. Seems that everyone now knows we love Firefox :-) Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie

FW: CFMX installation problems

2007-08-27 Thread mayo
I'm trying to install CFMX 6 on Windows XP Pro with Service Pack 2. I've installed, removed, reinstalled IIS and CFMX 6. I've tried it as a stand-alone server (port 8500) as well. I keep getting the same problem: I'm unable to access the admin area. I keep getting the same error.

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Hi Sean, yes there are still some things we work on. As you may know I am working hard on getting Transfer running. I'll blog about that. We are and were very busy with the 2.0 relaunch. So it just needs some time. Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Yes it does. And we just need the time to implement the functionality. But it definitely is on our list. You are not the first to mention. Thanks Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer

Re: Railo 2 Released

2007-08-27 Thread Gert Franz
Well, beeing from Switzerland is not allways good. At least our german is better. But we will update it day by day and try to get rid of all spelling errors. Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie

decrypting

2007-08-27 Thread Chad Gray
I was going through some log files and noticed this was frequently happening. Any ideas what this means? Here is the line of code also cfset zVar = Decrypt(URL.Z, encKey, AES, Hex) / Error,jrpp-1,08/27/07,10:53:45,MyApplication,There has been an error while trying to encrypt or decrypt your

OT: NetSol Hosting

2007-08-27 Thread Andrew Tyrone
Hello everyone, We're converting two sites from ASP to ColdFusion and I was wondering if anyone had any tips or general knowledge they'd like to share regarding dealing with NetSol hosting (using the PRO package with SQL Server). If so, please email me off-list unless you think some of the

Re: OT: NetSol Hosting

2007-08-27 Thread Alan Rother
My advice is, don't host with Network Solutions. They don't offer ColdFusion hosting. Use someone like CrystalTech.com On 8/27/07, Andrew Tyrone [EMAIL PROTECTED] wrote: Hello everyone, We're converting two sites from ASP to ColdFusion and I was wondering if anyone had any tips or general

Re: Importing CSV into

2007-08-27 Thread Steve Sequenzia
I actually used SQL to do it because I was having issues with the CFM code. I still need to come up with a way for end users to do it from a web page. I need to look into it some more. Why not use dts? Put the work on the db server, not the cf server. MUCH faster too. -Original

RE: OT: NetSol Hosting

2007-08-27 Thread Russ
GoDaddy on the other hand does offer CF hosting, although by some accounts here its fairly limited in what they allow you to do. Russ -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 3:47 PM To: CF-Talk Subject: Re: OT: NetSol Hosting

Re: OT: NetSol Hosting

2007-08-27 Thread Casey Dougall
On 8/27/07, Alan Rother [EMAIL PROTECTED] wrote: My advice is, don't host with Network Solutions. They don't offer ColdFusion hosting. Use someone like CrystalTech.com Yes they do but I would still think against it. Go with someone like viviotech.net where you can get vps hosting and I

Problem uploading file from form in cfdiv

2007-08-27 Thread Steve Sequenzia
I am having issues with trying to upload a file when the form that has the cfinput in it is nested inside of a cfdiv. Here is a simple version of the problem: cfif isDefined('cmd') cffile action=upload destination=#application.photoPath# filefield=file1 /cfif cfdiv cfform name=form1

RE: OT: NetSol Hosting

2007-08-27 Thread Bruce Sorge
I use Go Daddy exclusively and I have not run into any serious limitations of their CF hosting. I will say though that I had a better experience with Crystal Tech and sort of regret leaving them. I am sure I had a good reason to, but I forget now it was so long ago. I think it was their pricing.

Re: Problem uploading file from form in cfdiv

2007-08-27 Thread Crow T. Robot
silly question - but if you add in the action= and method= attributes, does that do anything? On 8/27/07, Steve Sequenzia [EMAIL PROTECTED] wrote: I am having issues with trying to upload a file when the form that has the cfinput in it is nested inside of a cfdiv. Here is a simple version of

Re: Importing CSV into

2007-08-27 Thread Crow T. Robot
Here's what I do, start to finish: 1) provide a file upload form 2) upload the file to the file system via CF. Be sure to put it in the folder that you specified in the DTS pkg you created, also making sure that the file is named the same as the file you specified in the DTS pkg. 3) run the

Re: OT: NetSol Hosting

2007-08-27 Thread Alan Rother
Ahh, I didnt find that page in my first search. Yeah, I still wouldn't. =] On 8/27/07, Russ [EMAIL PROTECTED] wrote: GoDaddy on the other hand does offer CF hosting, although by some accounts here its fairly limited in what they allow you to do. Russ -Original Message- From:

Re: Importing CSV into

2007-08-27 Thread Steve Sequenzia
Crow, Thanks for the info, that is very helpful. I am using SQL 05 DTS is not really an option anymore. I had to use Integration Services to do it. I am guessing you can save the package and call it like you do a DTS package. Any ideas if it will function the same way. Thanks again for the

RE: OT: NetSol Hosting

2007-08-27 Thread Andrew Tyrone
My advice is, don't host with Network Solutions. Why not? They don't offer ColdFusion hosting. Use someone like CrystalTech.com The PRO package does offer CF, but the waters are pretty murky as to what is supported within CF and what is not. The problem is this client so far refuses to jump

RE: OT: NetSol Hosting

2007-08-27 Thread Andrew Tyrone
Anyway,the only thing that I don't like that a lot of hosting companies are doing is you cannot use Enterprise Manager to connect to your database. That sucks. The web administration tools out there are not too bad, but you have to do a lot of extra steps to get done what you can do in

Re: Importing CSV into

2007-08-27 Thread Crow T. Robot
Unfortunately, I don't get the opportunity to use SQL 05 yet, we're still on 2K, so I'm not sure how you'd do it from there. I bet someone here can answer tha tho. I'd personally like to know myself. Good luck! On 8/27/07, Steve Sequenzia [EMAIL PROTECTED] wrote: Crow, Thanks for the info,

CFMX installation problems

2007-08-27 Thread mayo
I'm trying to install CFMX 6 on Windows XP Pro with Service Pack 2. I've installed, removed, reinstalled IIS and CFMX 6. I've tried it as a stand-alone server (port 8500) as well. I keep getting the same problem: I'm unable to access the admin area. I keep getting the same error.

RE: CF Studio Browse tab doesn't work

2007-08-27 Thread Dave Long
Thanks, Jerry. It took a lot of trial and error but I finally got it working... even the .cfm pages are displaying data. Great! Dave -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 11:47 AM To: CF-Talk Subject: Re: CF Studio Browse tab

Re: OT: NetSol Hosting

2007-08-27 Thread Alan Rother
Right there with you one the murky bit. It took me too long to find the section that mentions they offer CFMX as a Pro option. If your client has their heart set on using it, my main concern would be what features are missing. GoDaddy for example won't let you use createobject, negating an Java

RE: Railo 2 Released

2007-08-27 Thread Rick Faircloth
Hi, Gert... Yes, you're right that there are benefits to Railo that CF 8 doesn't have concerning administration. But, I know for me, one killer function that is missing is the support for CFX tags. Why is that? I heard that mentioned more than once as a big problem? Is support for tags that

Re: Railo 2 Released

2007-08-27 Thread Mary Jo Sminkey
The main thing that bugs me is CFX tags they have to be java based not C++. which rules out a lot of useful CFX tags out there. I'm glad to hear they are working on this, when it comes to doing ecommerce, many of the CFX tags are more than just useful, they are essential depending on the

RE: Railo 2 Released

2007-08-27 Thread Rick Faircloth
Is that accurate, Gert? Will once $300 pro license allow for unlimited virtual hosts, as does one pro license of Adobe's CF? I've lived without various instances of CF for about 10 years, so I can certainly live without that capability to save $1000... Rick -Original Message- From:

Re: Problem uploading file from form in cfdiv

2007-08-27 Thread Raymond Camden
cfform posts that are within an Ajax UI element are posted asynch. You can't do file uploads asynch. On 8/27/07, Steve Sequenzia [EMAIL PROTECTED] wrote: I am having issues with trying to upload a file when the form that has the cfinput in it is nested inside of a cfdiv. Here is a simple

Re: Application Pools getting disabled

2007-08-27 Thread Jim Easterly
Thanks for the suggestion. I have downloaded and installed the latest wsconfig.jar. I'll let you know if this works. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

CFChart divide by zero error

2007-08-27 Thread Tom McNeer
Hi, Using the charting application on CF 7.02, I receive a divide by zero error that appears to bubble up from Java or at least WebCharts3D (since it doesn't have the usual CF error information). It occurs under very specific conditions (at least in my application), and it's completely

CFChart and XML string

2007-08-27 Thread Tom McNeer
Hi, The CF7 docs say that you can pass a stylesheet to the WebCharts3D application by inserting either an XML string or the path to an XML file into the style attribute of the cfchart tag. I have use a file path many times, and it works fine. But I am not able to insert an XML string into the

RE: CFChart divide by zero error

2007-08-27 Thread Raster, Tim
I had a similar problem with a chart once that puked this error under certain conditions. Try resizing it, say 25% larger height width. See if resizing it magically fixes it. My problem was caused (I think) by some sort of math error when my graph was trying to pack too much stuff into a small

RE: CFChart divide by zero error

2007-08-27 Thread Brad Wood
You know, that does sound familiar. I think we may have had a similar problem due to internal rounding with data samples very close to 0. I will ask my co-worker tomorrow if she remembers what our fix was. ~Brad -Original Message- From: Raster, Tim [mailto:[EMAIL PROTECTED] Sent:

Re: CF8 Tab Issue

2007-08-27 Thread Andrew Scott
They should be, before I blogged it I filed it as a bug. On 8/28/07, Rey Bango [EMAIL PROTECTED] wrote: Dale, I contacted Adobe about it and they will be looking into this. No ETA on a response but they are, at the very least, aware of it now. Rey... Dale Fraser wrote: I have what

RE: Version of Java for CF and Adobe's Suite of products?

2007-08-27 Thread Dave Watts
Hi Dave, is there documentation on CF7 supporting _13 somewhere? The last I remember seeing in the feature matrix was _11, but if a newer version is supported we'd like to check it out. I believe the latest version listed on the Adobe site is 11, but when talking to some (relatively

  1   2   >