Re: CFX_Excel 'Can't start excel'

2005-09-06 Thread Andy Mcshane
I cannot find a definitive answer but has anyone actually had this tag working with Excel 2003 or does it only suport up to Excel 2000? I am trying to use the CFX_Excel tag but I keep the error 'Can't start excel'. I have office 2003 installed on my development server so I am assuming that

Re: Xml parsing xmlns issue

2005-09-06 Thread Massimo Foti
Im not the familiar with namespace usage in xml. When trying to us mx 7 to parse this im getting this message: The prefix xmlns cannot be bound to any namespace explicitly; neither can the namespace for xmlns be bound to any prefix explicitly. Not sure what these means in plain English.

RE: cfdirectory action=create errors

2005-09-06 Thread Robertson-Ravo, Neil (RX)
If you can, I would dump the call to CFDIRECTORY and use plain Java to do the directory create thus. createObject(java, java.io.File).init(p).mkdirs(); where P is the directory you want to create - this handles all the trys and catches for you in that if a directory does not exist it will

Re: cfdirectory action=create errors

2005-09-06 Thread Bram Plessers
This method does not return errors, at least not in my code ;) I tried it yesterday ... On 9/6/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: If you can, I would dump the call to CFDIRECTORY and use plain Java to do the directory create thus. createObject(java,

RE: cfdirectory action=create errors

2005-09-06 Thread Robertson-Ravo, Neil (RX)
Tried what? This method or cfdirectory? -Original Message- From: Bram Plessers [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 10:28 To: CF-Talk Subject: Re: cfdirectory action=create errors This method does not return errors, at least not in my code ;) I tried it yesterday ...

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Calvin Ward
Am I the only one that thinks that the fact that CFMX can't install on an updated Windows 2k3 server a problem? -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, September 05, 2005 7:53 PM To: CF-Talk Subject: Re: ColdFusion Installation - more FREAKING

Re: Calling php class / function from a cfc

2005-09-06 Thread Joe Rinehart
Bram, If you want to do away with PHP altogether, there are a couple implementations of resizing images in CF floating around. Doug Hughes (www.alagad.com) has a great one (alagad image component) that's pretty cheap. You can also write your own in Java for free. -Joe On 9/5/05, Bram Plessers

Re: Calling php class / function from a cfc

2005-09-06 Thread cftalk
And ImageCR from Efflare, which is less cheap. http://efflare.com/products/cfx_imagecr/ You can also use/call php.exe from the command-line, or possibly embed it in a CFX as someone mentioned. We've done the 1st and are thinking about the 2nd for other languages aside from FlareScript in

Calling ANT directly from CFML

2005-09-06 Thread Michael Traher
Hi, We use apache ANT for a number of tasks and present a nice interface to these tasks via CF. Currently we call ANT using CFEXECUTE i.e. we run the windows ant.exe. There are some issues regarding paths and other odd behaviours and it has always seemed silly that we are calling a java program

RE: Xml parsing xmlns issue

2005-09-06 Thread gabriel l smallman
Right you are, no idea what that uri is for, the language on the page is a little vague. You don't have any clever ideas how to access the variables contained in stuff like products:price? Seems to produce a structure but the refference to where the data is contained would be:

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread S . Isaac Dealey
Am I the only one that thinks that the fact that CFMX can't install on an updated Windows 2k3 server a problem? no, you're not - hopefully they'll find a fix for that before they release their next updater s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 12:37, Calvin Ward wrote: Am I the only one that thinks that the fact that CFMX can't install on an updated Windows 2k3 server a problem? No, you're not. It's one of the things that makes people say maybe MM isn't very keen on CF. -- Tom Chiverton Advanced

redirect inside an applet?

2005-09-06 Thread Johnny Le
Hi, Does anyone using jUpload from http://sourceforge.net/projects/jupload/? I need to redirect the user to another page once the upload is successful, but I don't seem to be able to redirect it from within the executeThis() method in the AfterUploadSuccImp.java. It seems that

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Ryan Guill
I dont agree really. Yeah, its an inconvenience, but its not like you can just throw out a new installer on a whim. If they did we would have a lot more problems than we do. They have an updater thats either in beta or getting ready to be in beta, im sure they are rolling out the fix in it.

Re: CFX_Excel 'Can't start excel'

2005-09-06 Thread Joerg Zimmer
I cannot find a definitive answer but has anyone actually had this tag working with Excel 2003 or does it only suport up to Excel 2000? Hi, we got it up an running with excel 97 and 2000. The wicked thing is, that you have to create the excel.application object once the server starts... we

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Adrocknaphobia
seriously. CFMX7 came out before SP1. I'm sure the CFMX7 Updater will fix this install issue moving forward. -Adam On 9/6/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 September 2005 12:37, Calvin Ward wrote: Am I the only one that thinks that the fact that CFMX can't

Re: redirect inside an applet?

2005-09-06 Thread Neculai Macarie
Does anyone using jUpload from http://sourceforge.net/projects/jupload/? I need to redirect the user to another page once the upload is successful, but I don't seem to be able to redirect it from within the executeThis() method in the AfterUploadSuccImp.java. It seems that getAppletContext()

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 14:22, Adrocknaphobia wrote: seriously. CFMX7 came out before SP1. I'm sure the CFMX7 Updater So ? Did MM have no warning or time to produce a fix ? Have other large companies rolled out fixes for problems SP1 caused in their products, sometimes before SP1 was

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Ryan Guill
On 9/6/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 September 2005 14:22, Adrocknaphobia wrote: seriously. CFMX7 came out before SP1. I'm sure the CFMX7 Updater So ? Did MM have no warning or time to produce a fix ? Have other large companies rolled out fixes for

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
That's part I know, but I don't know how to use that parameter to get the applet to actually redirect to the page. Where do you put the code and what is the logic to make it to redirect after upload? A little more detail would be really appreciated. Johnny Does anyone using jUpload from

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Dave Watts
Am I the only one that thinks that the fact that CFMX can't install on an updated Windows 2k3 server a problem? No, you're not. It's one of the things that makes people say maybe MM isn't very keen on CF. You're absolutely right. I can't imagine why Macromedia has failed to use

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Adrocknaphobia
You want some cheese with that whine? -Adam On 9/6/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 September 2005 14:22, Adrocknaphobia wrote: seriously. CFMX7 came out before SP1. I'm sure the CFMX7 Updater So ? Did MM have no warning or time to produce a fix ? Have

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Dave Watts
Did MM have no warning or time to produce a fix? Have other large companies rolled out fixes for problems SP1 caused in their products, sometimes before SP1 was even released? There are quite a few application incompatibilities with SP1, actually. Most of them appear to come from other

cfgrid flash player version difference?

2005-09-06 Thread Ryan Guill
Hey guys, This morning I came into work and started working on an application I built using cfgrid. It was displaying everything just fine on my screen, but when a coworker tried to hit it, the query data was not showing up. A dump proved that the query did exist and have records in it on his

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread S . Isaac Dealey
Neither do I ... My comments really weren't intended to be derogatory toward MM, I was just expressing frustration... Yesterday was a very frustrating day for me and today isn't shaping up to be much better... And too, there *is* a workaround. Just be patient guys. But I definately don't

Re: Calling ANT directly from CFML

2005-09-06 Thread John Paul Ashenfelter
On 9/6/05, Michael Traher [EMAIL PROTECTED] wrote: Hi, We use apache ANT for a number of tasks and present a nice interface to these tasks via CF. Currently we call ANT using CFEXECUTE i.e. we run the windows ant.exe. I'm thinkign you're running ant.bat or ant.cmd in the ant/bin directory --

DB Deadlock Error??

2005-09-06 Thread Rey Bango
Guys, I'm troubleshooting a report which report the following error: [Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 52) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. This was received on this

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Michael Soultanian
And then on top of that, their installer just plain won't seem to extract right on some machines. Have you noticed that they checksums on the download page? It's whack!! Mike On Tue, 6 Sep 2005 07:37:22 -0400 Calvin Ward [EMAIL PROTECTED] wrote: Am I the only one that thinks that the fact

Re: redirect inside an applet?

2005-09-06 Thread Neculai Macarie
That's part I know, but I don't know how to use that parameter to get the applet to actually redirect to the page. Where do you put the code and what is the logic to make it to redirect after upload? A little more detail would be really appreciated. Here is an example: applet

Re: cfgrid flash player version difference?

2005-09-06 Thread Ryan Guill
Well guys, it was my code. I had the same name for my grid as I did for my form. This wasn't throwing a compile error like usual, it just wasn't outputting the data. The strange part was that it was working on flash player 8, just not with flash player 7. Very interesting... Hey guys,

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
Hi, Thanks for your help, but what I don't know is how to use these parameters inside the .java files to make it work. I would greatly appreciate it if I could see your JUpload/startup.java file. Look like that file holds all the answers. Johnny That's part I know, but I don't know how to

Re: galleon mysql ?

2005-09-06 Thread Raymond Camden
Sorry, do you mean for the default admin user? If so, it should be in the SQL already, if not, please let me know. (And email me directly at [EMAIL PROTECTED], I almost didn't notice this thread.) On 9/5/05, dave [EMAIL PROTECTED] wrote: hey Ray, whats the best way to add the username password

Re: redirect inside an applet?

2005-09-06 Thread Neculai Macarie
Hi, Thanks for your help, but what I don't know is how to use these parameters inside the .java files to make it work. I would greatly appreciate it if I could see your JUpload/startup.java file. Look like that file holds all the answers. I'm not recompiling the applet, I'm using the jar

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
Where do you get this jar file? Because in my jar file there is no startup.class file. Are you talking about the same jUpload here? Mine is from http://sourceforge.net/projects/jupload/ Johnny Hi, Thanks for your help, but what I don't know is how to use these parameters inside the .java

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 14:35, Ryan Guill wrote: alternatives to cf do you have that fixed all of their sp1 issues before it came out? Java. -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logware.us):

Re: redirect inside an applet?

2005-09-06 Thread Neculai Macarie
Where do you get this jar file? Because in my jar file there is no startup.class file. Are you talking about the same jUpload here? Mine is from http://sourceforge.net/projects/jupload/ Just noticed that we're not talking about the same thing. I'm using this: http://www.jupload.biz/ and it

Re: Calling ANT directly from CFML

2005-09-06 Thread Michael Traher
Hi John thanks for the advice. You may be right that its more trouble than its worth, but I know it was all a bit 'clunky' calling the .bat files so I figured that since ant takes few direct parameters (apart from any additional properties you want to feed in), because most details are in the

Re: Katrina Relief and BlogFusion

2005-09-06 Thread Larry Lyons
Why did you change this to Red Cross? I'm not interested in donating to a now political organization. I recommend Salvation Army or United Way. Dave And the Salvation Army is not? Remember the secret agreement they made with the Bush administration to support funding for religious

test

2005-09-06 Thread chris.alvarado
anyone else not receiving email from the lists? -- -chris.alvarado [application developer] ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Adrocknaphobia
That reply doesn't even make sense. Java is a language, not an application. You are being nonsensical. Next you'll lay claim to inventing the question mark! -Adam On 9/6/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 September 2005 14:35, Ryan Guill wrote: alternatives to cf do

Re: test

2005-09-06 Thread chris.alvarado
ok i see my email posted on the site, however for some reason i am not receive any emails from any of the lists to my Gmail account. i also cant remember my login information for HoF and cannot get the retrieve password process to work. i get: I'm sorry but an error has occured with the

RE: test

2005-09-06 Thread Damien McKenna
From: chris.alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 10:47 AM To: CF-Talk Subject: test anyone else not receiving email from the lists? No. :-P -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ -

RE: Katrina Relief and BlogFusion

2005-09-06 Thread Robertson-Ravo, Neil (RX)
CF-Community... -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 15:46 To: CF-Talk Subject: Re: Katrina Relief and BlogFusion Why did you change this to Red Cross? I'm not interested in donating to a now political organization. I recommend

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Calvin Ward
I don't really considering uninstalling an OS service pack to install software much of a work around... -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 9:19 AM To: CF-Talk Subject: Re: ColdFusion Installation - more FREAKING JNDI problems

Re: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Thomas Chiverton
On Tuesday 06 September 2005 15:49, Adrocknaphobia wrote: That reply doesn't even make sense. Java is a language, not an application. You are being nonsensical. Coldfusion is a language :-) Seriously, can't think of any right now, but then the only thing I know of that is broke on XP-SP1 is

Re: Convert PDF to Word Doc or RTF?

2005-09-06 Thread Bryan Stevenson
iText on SourceForge (same package is behind CFDOCUMENT).put on your Java hat ;-) 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:

Re: DB Deadlock Error??

2005-09-06 Thread Michael Traher
you might try using a datasource that only has 'select' allowed under the advanced datasource settings in cfadmin. This will set the correct serialization level. Otherwise unnecessary resource locks maybe being created. Mike T On 9/6/05, Rey Bango [EMAIL PROTECTED] wrote: Guys, I'm

Calling remote CFCs

2005-09-06 Thread Alex
First time poster... go easy on me. :-) Hi All, I've been searching for the past few days trying to find a way to call a CFC on a different server. I'd like not to use a web service. Is it possible? In theory, I'd like to do something like this, but its not working. cfinvoke

Re: Calling remote CFCs

2005-09-06 Thread Bryan Stevenson
OKgoing easy ;-) nope...if it's remote it's a web serviceany reason why you don't want to call it as such? 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

Re: DB Deadlock Error??

2005-09-06 Thread Rey Bango
Thanks for the heads up. I'll give that a shot. Rey... Michael Traher wrote: you might try using a datasource that only has 'select' allowed under the advanced datasource settings in cfadmin. This will set the correct serialization level. Otherwise unnecessary resource locks maybe being

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Calvin Ward
Good point! :P Not to mention, ColdFusion is actually an application (not a server), that runs on JRun, which is a J2EE ('Java' 2 Enterprise Edition) server... -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 11:09 AM To: CF-Talk

Timeout template after x seconds

2005-09-06 Thread Ryan Guill
Hey guys, We are doing some planning for an upcomming project and have a question about the timeout. Is there a way that you can programatically set the timeout for a page that overrides the cfadministrator setting? In other words, in the admin, we have a timeout after 60 seconds. But we have

Re: Timeout template after x seconds

2005-09-06 Thread Howie Hamlin
Sure: cfsetting enableCFoutputOnly = Yes or No showDebugOutput = Yes or No requestTimeOut = value in seconds http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htm HTH, Howie --- On Tuesday, September 06, 2005 1:38 PM, Ryan Guill scribed: --- Hey guys,

RE: Timeout template after x seconds

2005-09-06 Thread Mark A Kruger
Yes - The scheduled task admin itself allows you to specify the timeout setting - and it will override the default. You can also add the following: cfsetting requesttimeout=200 ... 200 being the timeout in seconds. If it's CF 4.5 or 5.0 you append the requesttimeout variable to the url as

Re: Timeout template after x seconds

2005-09-06 Thread Ryan Guill
Ahh, totally forgot about cfsetting. Sorry, even though its tuesday its still monday for me I guess! Thanks guys, On 9/6/05, Mark A Kruger [EMAIL PROTECTED] wrote: Yes - The scheduled task admin itself allows you to specify the timeout setting - and it will override the default. You can

RE: Timeout template after x seconds

2005-09-06 Thread Bobby Hartsfield
You used to be able to put requesttimeout in a url variable that would override the main settings. So you could just hit http://mysite.com/?requesttimeout=500 That may or may not still work. I haven’t used it since 4.5 or 5.0 for a client who wanted to upload huge files on a dial up connection.

RE: Calling remote CFCs

2005-09-06 Thread Dave Watts
I've been searching for the past few days trying to find a way to call a CFC on a different server. I'd like not to use a web service. Is it possible? As Bryan indicated, no, this isn't possible. In theory, I'd like to do something like this, but its not working. cfinvoke

RE: Calling remote CFCs

2005-09-06 Thread Dave.Phillips
I've been searching for the past few days trying to find a way to call a CFC on a different server. I'd like not to use a web service. Is it possible? Although this isn't good practice, couldn't you technically do this: CFHTTP url=http://someserver.com/test.cfm?method=CallMe; METHOD=GET

RE: Timeout template after x seconds

2005-09-06 Thread Bobby Hartsfield
Scratch that if you're above 5.0. It looks like it has been taken out. But you could still use it. Put a cfparam in your application.cfm so it's always there and use. cfsetting requesttimeout=#val(url.requesttimeout)# That way you wouldn’t have to adjust any code to try a new timeout value.

FW: Calling remote CFCs

2005-09-06 Thread Dave.Phillips
Oops...that was supposed to be: CFHTTP url=http://someserver.com/test.cfc?method=CallMe; METHOD=GET TIMEOUT=5/CFHTTP ..cfc instead of .cfm Sorry. Dave -Original Message- From: Phillips, Dave Sent: Tuesday, September 06, 2005 2:08 PM To: 'cf-talk@houseoffusion.com' Subject: RE:

RE: ColdFusion Installation - more FREAKING JNDI problems

2005-09-06 Thread Dave Watts
I don't really considering uninstalling an OS service pack to install software much of a work around... I agree with you on that. However, it looks like there are other workarounds that are less drastic. From the log entries that get generated, it looks like a permissions problem. Dave

Re: test

2005-09-06 Thread Claude Schneegans
anyone else not receiving email from the lists? I guess they won't answer if they don't ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

visual diff to embed in CF app

2005-09-06 Thread Jonathan Gingerich
I'm looking for a visual diff to embed in a CF web application. I need source (or alternative) in order to hook into the visual text display with links or on-clicks. It doesn't need to be fancy - locking 2 dimensional scrolling is about as fancy as required. I'm assuming the best bet is

RE: Calling remote CFCs

2005-09-06 Thread Alex
Thanks everyone for the responses. The main reason I wanted to use a remote .cfc was that I was having trouble getting the web services to work correctly. I have multiple internal servers that I wanted to adjust the admin options (using the adminapi) by calling a .cfc on each of them. I have

Re: Calling remote CFCs

2005-09-06 Thread Ryan Guill
Well, if you are still looking for other options, you should be able to maintain maybe one xml file on one server and have the other servers look to the file for their settings... You probably would have to find a way to explicitly invoke them, or just have them check the file on every request...

Re: test

2005-09-06 Thread Michael Dinowitz
The emailer for the password is working again. When I moved all of the databases over, one must have been messed up. As for gmail posts not getting through, I'm on that. ~| Find out how CFTicket can increase your company's

Using CFLDAP to look in a Public Folder in Exchange

2005-09-06 Thread Scott Stroz
Is itpossible, and if so, how, to view the data in a Public Folder usinf CFLDAP (or any LDAP client, for that matter). I have a public folder that contains only Contact Information. I would liek to set-up a 'phone-book' using CF and Gateways, but I can't seem to find a way to actually read the

RE: visual diff to embed in CF app

2005-09-06 Thread Kevin Aebig
Visual diff? What do you mean? Kevin -Original Message- From: Jonathan Gingerich [mailto:[EMAIL PROTECTED] Sent: September 6, 2005 12:29 PM To: CF-Talk Subject: visual diff to embed in CF app I'm looking for a visual diff to embed in a CF web application. I need source (or

Re: visual diff to embed in CF app

2005-09-06 Thread Jerry Johnson
a visual gui version of the unix diff command that compares two files for additions/deletions/changes. It is usually represented by left/right panes each with a different file that scroll together keeping lines matched up and highlight differences between the two files by color coding each line.

Re: visual diff to embed in CF app

2005-09-06 Thread Michael Beveridge
CVS has this type of tool which shows versioning. - Original Message - From: Jerry Johnson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 3:13 PM Subject: Re: visual diff to embed in CF app a visual gui version of the unix diff command that

Re: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
I did that this morning... was late to our weekly meeting because I forgot today is Tuesday. Ahh, totally forgot about cfsetting. Sorry, even though its tuesday its still monday for me I guess! Thanks guys, s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add

Re: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can extend the timeout beyond that value (although you can shorten it with

Re: Timeout template after x seconds

2005-09-06 Thread Ryan Guill
On 9/6/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can extend the timeout

RE: Timeout template after x seconds

2005-09-06 Thread Russ
That's not true... I've had no problems extending the timeout with cfsetting for templates that need to run a long time in CF MX 6.1.. -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 3:22 PM To: CF-Talk Subject: Re: Timeout template after

RE: Timeout template after x seconds

2005-09-06 Thread Dave Watts
My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can extend the timeout beyond that value (although you can shorten it with

Re: Timeout template after x seconds

2005-09-06 Thread Matthew Blatchley
What if you provide in the URL? ex www.something.com/index.cfm?RequesTimeout=1500 Doesn't that override it? - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 2:17 PM Subject: Re: Timeout template after

Re: Timeout template after x seconds

2005-09-06 Thread Ryan Guill
Alright, good to know. On 9/6/05, Dave Watts [EMAIL PROTECTED] wrote: My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can

Re: Timeout template after x seconds

2005-09-06 Thread Ryan Guill
On 9/6/05, Matthew Blatchley [EMAIL PROTECTED] wrote: What if you provide in the URL? ex www.something.com/index.cfm?RequesTimeout=1500 Doesn't that override it? Apparently it used to, but in current versions for that to work you would have to use this on your page: cfparam

RE: visual diff to embed in CF app

2005-09-06 Thread Jim Davis
-Original Message- From: Jonathan Gingerich [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 2:29 PM To: CF-Talk Subject: visual diff to embed in CF app I'm looking for a visual diff to embed in a CF web application. I need source (or alternative) in order to hook into

Re: visual diff to embed in CF app

2005-09-06 Thread Robert Munn
Here is an interesting little tool written in C++ that does a diff on two text files and generates a little HTML report. http://www.codeproject.com/tools/difftool.asp If nothing else this could give you a headstart on building your own in Javascript... I'm looking for a visual diff to embed

Re: SPAM-LOW: Re: Timeout template after x seconds

2005-09-06 Thread Matthew Blatchley
ah...that's good to know too :) - Original Message - From: Ryan Guill [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 2:31 PM Subject: SPAM-LOW: Re: Timeout template after x seconds On 9/6/05, Matthew Blatchley [EMAIL PROTECTED] wrote: What

RE: visual diff to embed in CF app

2005-09-06 Thread Kevin Aebig
The gui can be done with 5 lines of code in Flash, but as far as the actually parsing to find changes, that could be more difficult... Kevin -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: September 6, 2005 1:30 PM To: CF-Talk Subject: RE: visual diff to embed in CF

Re: visual diff to embed in CF app

2005-09-06 Thread Jonathan Gingerich
Thanks for the quick responses. There are a lot of diff or file comparison apps out there, but freeware source seems quite rare. I wouldn't do the difference algorithm myself - rather I'd parse a text based tool (ex: Unix diff). That - I think - would leave only the locking scrolling... I saw

RE: Timeout template after x seconds

2005-09-06 Thread Dave Watts
What if you provide in the URL? ex www.something.com/index.cfm?RequesTimeout=1500 Doesn't that override it? That works in CF 5 and earlier versions. With CFMX, you need to place CFSETTING within your page to override the request timeout. Dave Watts, CTO, Fig Leaf Software

RE: visual diff to embed in CF app

2005-09-06 Thread Matthew Small
It would be simple enough to list each line of each file as an option in a multiple select box, then as selectbox1 is clicked, selectbox2 moves to the corresponding line. You could use css to denote lines that have differences by coloring them red in the select box. Use a server-side tech to

RE: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can extend the timeout beyond that value (although you can shorten it with

RE: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
Well by default the CF Admin doesn't have a timeout limit -- the field is blank... So if your server is using default values then you can set requesttimeout to whatever you want... I haven't tested it recently, but I distinctly remember not being able to increase the request timeout beyond a

Re: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
On 9/6/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: My experience is that the CF admin setting overrides any cfsetting tags... Same with the site-wide error handler... I personally wish they didn't, but... No once you've set a timeout in CF admin I don't believe you can extend the timeout

Re: Timeout template after x seconds

2005-09-06 Thread S . Isaac Dealey
It might have with CF5, but MX doesn't natively acknowledge the RequestTimeout url variable anymore (you have to use cfsetting requestTimeout=#url.requestTimeout# to make that happen). But then Russ says he's not had that problem, so... I dunno... What if you provide in the URL? ex

Re: visual diff to embed in CF app

2005-09-06 Thread Jonathan Gingerich
Well I found a nice little Javascript + IE solution to the locked scrolling here: http://webfx.eae.net/dhtml/syncscroll/syncscroll.html Jon. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Have brain lock, need schema/query help!

2005-09-06 Thread Will Tomlinson
Hey guys, I'll get right to it. I'm working on my new cfc cart app and using a new db schema. Here's the schema: http://wtomlinson.com/newcartschema.gif You add a productid/model, then add SKU'S to it. Where I'm having trouble is with the options. They're twisting my brain up! I've made it

Re: Have brain lock, need schema/query help!

2005-09-06 Thread Matthew Blatchley
I done something similar to your drop down menu and had to end up using the Evaluate functions to figure out the name of the form field. Gave me a major headache as I recall. The biggest question on my mind is why does the productID have multiple SKU's (1 to many) on your db schema? Isn't

re: Have brain lock, need schema/query help!

2005-09-06 Thread dave
wow it's amazing how that code looks just like cartweaver! You guys must be on the same wave length!! I can't wait too see it after you spagetti it :) haha ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time.

Re: CF Spider/Screen Scrape

2005-09-06 Thread Nomad
Many Thanks. Ben - Original Message - From: Matthew Walker [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 3:38 PM Subject: RE: CF Spider/Screen Scrape This may help, but you need to be able to use regular expressions

CFPARAM not PARAMing ?

2005-09-06 Thread Jann E. VanOver
This one's got me baffled. Has anyone found situations where CFPARAM isn't doing its job? Win/CFMX 6.1 Here's the code ... I'll put markers by the pertinent code segments: +++ HERE's the CFPARAM cfparam name=mstatus default= cfif structCheckout.ccNumber IS NOT cfset maskedCCnumber =

Re: CFPARAM not PARAMing ?

2005-09-06 Thread Barney Boisvert
I can't say I have an explaination, but have you tried explicitly scoping the variables? I wouldn't be surprised if that fixes it. cheers, barneyb On 9/6/05, Jann E. VanOver [EMAIL PROTECTED] wrote: This one's got me baffled. Has anyone found situations where CFPARAM isn't doing its job?

RE: Have brain lock, need schema/query help!

2005-09-06 Thread Matthew Walker
An SKU incorporates options such as colour and size A product could be ColdFusion coffee mug while an SKU might be ColdFusion Coffee Mug, Size XXL, white I guess a product is a promotional unit, while an SKU is an inventory unit. -Original Message- From: Matthew Blatchley

Re: Have brain lock, need schema/query help!

2005-09-06 Thread Will Tomlinson
An SKU incorporates options such as colour and size A product could be ColdFusion coffee mug while an SKU might be ColdFusion Coffee Mug, Size XXL, white I guess a product is a promotional unit, while an SKU is an inventory unit. Exactly! Thanks! This is definitely a brain buster for me.

RE: Using CFLDAP to look in a Public Folder in Exchange

2005-09-06 Thread Dawson, Michael
First, to see if it is possible, try the free LDAP Browser from Softerra. I think the address is still http://www.ldapbrowser.com/ Then, if you can query it from there, you might be able to do the same in CF. I would say the most-important part would be the START attribute in CFLDAP. If you

Cybersource CF tag

2005-09-06 Thread David Livingston
I am looking for someone who has or can write me a CF tag for processing credit cards through cybersource's payment gateway. They publish examples for most scripting languages: http://www.cybersource.com/support_center/implementation/downloads/ I just don't have time to write one from scratch. I

  1   2   >