Re: why we love coldfusion..........

2005-08-09 Thread Jochem van Dieten
Aaron DC wrote: It'd be great if people included some of the post to which they are replying in their reply. Or is that difficult with today's technology? It is not difficult at all. In fact, that is just what Bryan did. In the headers of his message it says: References: [EMAIL

Re: Architecture thoughts

2005-08-09 Thread Thomas Chiverton
On Monday 08 August 2005 23:34, Marlon Moyer wrote: ability to use flash, html, ajax,etc. I was thinking about creating all of the business logic as a set of web services. Any thoughts, Pitfall- web services are slow to execute, certainly much slower than an Ajax post/get. -- Tom

RE: Studio 8 announced

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Installer? What can simpler than downloading a zip - unzip it, copy it to a folder and click on Eclipse.exe - no reg keys, not added bloat. -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 08 August 2005 20:55 To: CF-Talk Subject: RE: Studio 8 announced The

Re: OF-Test

2005-08-09 Thread Dan O'Keefe
novato On 8/5/05, Rey Bango [EMAIL PROTECTED] wrote: Welcome back Gabriel. Que lo difrutas! Rey... Gabriel Bulfon wrote: Hi all guys. I am back with CF ! regards Gabriel Bulfon Email:[EMAIL PROTECTED]

sharing huge amount of data per webservice

2005-08-09 Thread Joerg Zimmer
Hi all, we're running a site for a customer, which continously collects data from participants. this data is callable for our customer through a webservice. Our customer consumes this webservice with a .net client. The webservice generates an XML file, which has already been optimized on lenght.

squares in QoQ

2005-08-09 Thread Matthew Walker
I notice the power operator doesn't seem to work inside query-of-queries. For example: WHERE (#params.x# - x)^2 + (#params.y# - y)^2 #params.range^2# The third one actually does work as CF evaluates it before processing the query code. The first and second don't work as they are part of

Re: why we love coldfusion..........

2005-08-09 Thread dave
lol, look at u guys tryin to find more pix ;) I forgot the gallery was in there. (which 4 those who all emailed me off list, no its not mine its a built in photoshop template(cs2)) oh she was happy!! we are doing bikini shots in same spot weds whoo hoo!! paid? nope they do it cause they

COM problems

2005-08-09 Thread Peter Shaw
I have been supplied a COM object to use in a CF application. It is displaying some erratic behaviour and I wonder whether anyone with greater experience of COM objects than I could shed any light on what might be going wrong? The COM object is installed on the same Server as CF. It takes a

Re: sharing huge amount of data per webservice

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 11:08, Joerg Zimmer wrote: There must be a better way to transfer these amounts of data... 1) Have one method that says howmany rows there are, then another that returns N rows starting at offset M. 2) Write the file to somewhere the web server can see it, and use the

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 11:49, Peter Shaw wrote: scope. The name of the image file is identical on each request and is being displayed further down the same web page that generates it. What if you make the filename unique per-request ? -- Tom Chiverton Advanced ColdFusion Programmer

Re: sharing huge amount of data per webservice

2005-08-09 Thread Joerg Zimmer
hi, 1) Have one method that says howmany rows there are, then another that returns N rows starting at offset M. We already applied arguments to the webservice, allowing to control start and end-date and to specify a participant. However, some participants managed to create 80,000 Rows for them

Re: sharing huge amount of data per webservice

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 12:42, Joerg Zimmer wrote: and end-date and to specify a participant. However, some participants managed to create 80,000 Rows for them alone. That's why I suggested making it row-based :-) and write this variable into the file. Would result in an outofmemory error

Re: sharing huge amount of data per webservice

2005-08-09 Thread Paul Hastings
Joerg Zimmer wrote: To create this file I would have to generate it's content in a variables and write this variable into the file. Would result in an outofmemory error again. have a look at the java NIO classes, these seem to be less toxic to cf when handling large amounts of data.

Re: Enterpise Manager or Query Analyzer like tool for Oracle

2005-08-09 Thread James Holmes
All add another voice in support of TOAD - it costs but it is brimming with features and they keep adding more. It does things like creating SQL statements via a drag and drop GUI, formatting execution plans, excel/csv/etc import export, table/index/sequence/trigger etc creation, PL/SQL script

Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 11:49, Peter Shaw wrote: scope. The name of the image file is identical on each request and is being displayed further down the same web page that generates it. What if you make the filename unique per-request ? -- Tom Chiverton Advanced ColdFusion Programmer I

mx 6.1 7

2005-08-09 Thread Tangorre, Michael
I have 7 installed on a dev box already but we also need 6.1. What would the best approach be to getting them both up and running on the same box. Right now MX 7 is installed using the J2EE Configuration option. I can reinstall if need be... just looking for the best way to run both until we can

SOT: MD CFUG Tonight

2005-08-09 Thread Cutter (CF-Talk)
One last call here. Is there anyone from the Eastern Shore of MD planning on attending tonights CFUG at TeraTech? I'd really like to attend, but my car just won't make it. I'd be happy to split the (incredibly overpriced) gas costs? Cutter

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 12:53, Peter Shaw wrote: I think that will be our next step but as it is a supplied COM object it involves going back to the authors. Can you forsee why non-unique names Webserver holding onto the file ? -- Tom Chiverton Advanced ColdFusion Programmer

RE: Studio 8 announced

2005-08-09 Thread Micha Schopman
But does that zip contain a full IDE implementing the list I mentioned? I haven't seen one yet. When someone stands up, and builds an installer encapsulating this all you have a winner, but now it costs too much money. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL

Re: Studio 8 announced

2005-08-09 Thread Cutter (CF-Talk)
Connie, Actually I believe the license did allow for two installations of Studio, as long as both installations were not running simultaneously, just for your type of situation. Cutter Connie DeCinko wrote: I have not read the information yet, but wonder if anything has changed in regards

Re: Studio 8 announced

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 13:29, Micha Schopman wrote: But does that zip contain a full IDE implementing the list I mentioned? I believe someone made one and posted it over on the CFEclipse mailing list. -- Tom Chiverton Advanced ColdFusion Programmer

URL question

2005-08-09 Thread Will Tomlinson
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential pitfall

Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 12:53, Peter Shaw wrote: I think that will be our next step but as it is a supplied COM object it involves going back to the authors. Can you forsee why non-unique names Webserver holding onto the file ? -- Tom Chiverton Advanced ColdFusion Programmer Hmm,

RE: Studio 8 announced

2005-08-09 Thread Damien McKenna
-Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Actually I believe the license did allow for two installations of Studio, as long as both installations were not running simultaneously, just for your type of situation. Actually there's an added limitation: you

RE: Unhandled System exception !

2005-08-09 Thread David Manriquez Farias
Please guys , any tips about this issue? Thanks. -Mensaje original- De: David Manriquez Farias [mailto:[EMAIL PROTECTED] Enviado el: Monday, August 08, 2005 3:49 PM Para: CF-Talk Asunto: RE: Unhandled System exception ! Sorry , i have and error (was when i translate the class for you

Re: COM problems

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 13:44, Peter Shaw wrote: Restarting IIS doesn't help, but restart CF does the trick; thanks for the Hmm... explicitly set the instance of the object to '' when you're done with it ? -- Tom Chiverton Advanced ColdFusion Programmer

Re: mx 6.1 7

2005-08-09 Thread dcooper
We designed CFMX7 to coexist peacefully with all previous versions (one of my requirements actually, since I figured you'd want to do this). Should be able to just install and go. I have 7 installed on a dev box already but we also need 6.1. What would the best approach be to getting them

Re: why we love coldfusion..........

2005-08-09 Thread grant
just curious, but doesn't this conflict with macromedia's trademark policy? or do they know and love it? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: mx 6.1 7

2005-08-09 Thread Tangorre, Michael
From: [EMAIL PROTECTED] [EMAIL PROTECTED] We designed CFMX7 to coexist peacefully with all previous versions (one of my requirements actually, since I figured you'd want to do this). Should be able to just install and go. What is the best config options though? Install CF 7 using the

Re: why we love coldfusion..........

2005-08-09 Thread Will Tomlinson
just curious, but doesn't this conflict with macromedia's trademark policy? or do they know and love it? I checked with MM first and they're ok with the shirts. They review the designs I create and approve them. And FYI, I'm currently in the process of developing a new site with a new name:

RE: Studio 8 announced

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Well it includes Eclipse - which is the IDE in question. Sure CFEclipse is an extra download or if you will, the plugin. Still takes a shorter time to get up and running than DW (not that I am belittling DW ;-)) -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent:

RE: why we love coldfusion..........

2005-08-09 Thread Matt Osbun
* All T- shirts are high quality, heavyweight 6.1 oz 100% cotton That's great, but can I get mine in the new 7.0 oz version? Okay- *I* thought it was funny, but I'm undercaffeinated. Matt Osbun Web Developer Health Systems, International -Original Message- From: Will Tomlinson

Re: mx 6.1 7

2005-08-09 Thread J.J. Merrick
I just did a straight install of both and have one talking to apache 2 (7) and the other on port 8500 (6.1) using the internal webserver. I then just created a bat file for each one that will start and stop as I need so I don't have 2 instances running at the same time when I only need one.

Re: why we love coldfusion..........

2005-08-09 Thread Will Tomlinson
That's great, but can I get mine in the new 7.0 oz version? Okay- *I* thought it was funny, but I'm undercaffeinated. No, that was kinda funny. *kinda* heeheehee! :) Will ~| Logware (www.logware.us): a new and convenient

cfform file upload

2005-08-09 Thread Will Tomlinson
I just think this is REALLY sweet! http://www.asfusion.com/blog/entry/file-upload-with-coldFusion-flash-forms Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

Re: cfform file upload

2005-08-09 Thread Will Tomlinson
It has a progress bar. Bout damn time no? :) Will ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message:

RE: cfform file upload

2005-08-09 Thread Damien McKenna
http://www.asfusion.com/blog/entry/file-upload-with-coldFusion -flash-forms Very nice indeed. FYI it requires the Flash Player 8. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

Re: cfform file upload

2005-08-09 Thread Will Tomlinson
Very nice indeed. FYI it requires the Flash Player 8. yeah, I was clickin on the file button and it didn't do anything. Then thought DU! Got my 8 downloaded was an uploadin' fool! This is great! Will ~| Discover

RE: cfform file upload

2005-08-09 Thread Tangorre, Michael
From: Damien McKenna [mailto:[EMAIL PROTECTED] Very nice indeed. FYI it requires the Flash Player 8. I got installed yet I get IO Error. H ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: cfform file upload

2005-08-09 Thread Paul Hastings
Damien McKenna wrote: http://www.asfusion.com/blog/entry/file-upload-with-coldFusion -flash-forms Very nice indeed. FYI it requires the Flash Player 8. what happens if you hit it w/flash 7? does it prompt you to install flash 8?

Re: cfform file upload

2005-08-09 Thread Will Tomlinson
I got installed yet I get IO Error. H Mine worked ok here. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message:

Re: cfform file upload

2005-08-09 Thread Will Tomlinson
what happens if you hit it w/flash 7? does it prompt you to install flash 8? I tried and it just did nothing. Absolutely nothing. I stared at the screen with a blank look. Then the light bulb came on. :) ~| Discover CFTicket -

Re: cfform file upload

2005-08-09 Thread Will Tomlinson
It has a PROGRESS BAR! Did I mention that part?? YA!!! :) Will ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Re: cfform file upload

2005-08-09 Thread Marlon Moyer
That might be the biggest news for me concerning Flash 8. On 8/9/05, Will Tomlinson [EMAIL PROTECTED] wrote: It has a progress bar. Bout damn time no? :) Will ~| Logware (www.logware.us): a new and convenient web-based

RE: URL question

2005-08-09 Thread Ewok
Not exactly sure what it is but all of these work fine on my dev server: www.mysite.com?var=1 www.mysite.com/?var=1 www.mysite.com/index.cfm?var=1 but only the last one works in production. We are running the same versions of windows/IIS/CF on both so it is a setting somewhere. So... yes.

RE: cfform file upload

2005-08-09 Thread Micha Schopman
The widget acts like I am using a 1000mbit pipe (I wish). Transferring 14.5MB in just 5 seconds ... Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

RE: URL question

2005-08-09 Thread Dave.Phillips
Sounds to me like your #1 default document on your production server for www.mysite.com is not index.cfm. Check that, I'll bet they are different. Dave -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 9:54 AM To: CF-Talk Subject: RE: URL question

RE: sharing huge amount of data per webservice

2005-08-09 Thread Dharmendar Kumar
Passing the resultset (~ million rows) from DB to CF may not work (unless you break it up). You could use the DB to write the file and then pass the file to CF. For eg, in SQL Server, you could create a DTS package. Export stuff out of your database, write to a file, FTP the file to the

Re: CFFORM: ActionScript to Control TabNavigator in Flash Form?

2005-08-09 Thread Felipe Fernandes
Give your tabnavigator an id and use this code: yourTabNavId[tabBar]._tab0.enabled = false; _tab0 is the first tab on the tabnavigator (use _tab1 for the second and so on). Be aware, using unsupported code like this is not guaranteed to work in future releases, and could have unintended

RE: URL question

2005-08-09 Thread Burns, John D
You may want to check to make sure that index.cfm is set up as a default document on the site. For the first two examples, it uses the default document since you didn't specify one and handles the rest as URL variables. My guess would be that you need to set that up in IIS for that website on

Re: URL question

2005-08-09 Thread S . Isaac Dealey
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential

Re: Architecture thoughts

2005-08-09 Thread S . Isaac Dealey
On Monday 08 August 2005 23:34, Marlon Moyer wrote: ability to use flash, html, ajax,etc. I was thinking about creating all of the business logic as a set of web services. Any thoughts, Pitfall- web services are slow to execute, certainly much slower than an Ajax post/get. I thought

Re: mx 6.1 7

2005-08-09 Thread dcooper
Sure, you could do that. If you'd like CFMX7 to pick up your CF5 or CFMX6.x settings, then installing CFMX7 last makes that easy. You could also have diff web server instances/sites configured to point at different CF versions. Or you could use the built-in JWS if you like. From: [EMAIL

Re: Architecture thoughts

2005-08-09 Thread Thomas Chiverton
On Tuesday 09 August 2005 15:49, S. Isaac Dealey wrote: I thought AJAX apps generally used webservices to fetch their data... isn't that the reason they use the XmlHttpRequest object? (and the reason why X ended up in the acronym). In the context of having to submit a form, run the webservice

SOT: CFMAIL reverse DNS question

2005-08-09 Thread Burns, John D
This question is more about servers that receive mail from a cfmail tag than it is about actually generating mail using cfmail. I figured someone here may know the answer. I know many mail servers now do reverse DNS lookups to make sure the mail server connecting is actually who it says it is

Fwd: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Jeremy Adams
Anyone else seen this? Just a reference to a cross-site scripting attack, but I thought it interesting that it was posted as a vulnerability with the fusebox framework as opposed to poor code implementation by the application programmer. - Original Message - From: N.N.P [EMAIL PROTECTED]

RE: CFMAIL reverse DNS question

2005-08-09 Thread Mark A Kruger
John, Yes it will cause problems - particularly with AOL who is the biggest proponent of reverse lookup. Here's how we get around that for a customer (webbrochures.net). 1. Set up a catch all account for YOUR on the mail server. Any mail that does not have a correct username will end up here.

RE: CFMAIL reverse DNS question

2005-08-09 Thread Robertson-Ravo, Neil (RX)
First off, little paragraphs would help here ;-) You are correct in assuming - it isn't safe - basically when you send an email to from say [EMAIL PROTECTED] to your email addy and your SMTP server has RDNSL setup it should look at the sending domain then reverse lookup to see if Microsoft.com

Re: Architecture thoughts

2005-08-09 Thread S . Isaac Dealey
On Tuesday 09 August 2005 15:49, S. Isaac Dealey wrote: I thought AJAX apps generally used webservices to fetch their data... isn't that the reason they use the XmlHttpRequest object? (and the reason why X ended up in the acronym). In the context of having to submit a form, run the

RE: CFMAIL reverse DNS question

2005-08-09 Thread Robertson-Ravo, Neil (RX)
RDNSL will be on as *standard* soon - it is becoming the norm. -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:08 To: CF-Talk Subject: RE: CFMAIL reverse DNS question John, Yes it will cause problems - particularly with AOL who is the biggest

Re: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Adrocknaphobia
This doesnt look like a fusebox vulnerability. Rather it is a vulnerability of any web application that displays URL values in the processing page. Fusebox does not output these values to HTML by default. The developer of the application would need to code it in that manner. For exmaple there are

Re: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread Loathe
Tell us what you really think Adam :) Seriously though, you are, as usual, exactly right. Whoever submitted this as a 'Fusebox' vulnerability doesn't seem to know much about web development in general. This would be a problem with a poorly written application in any language and not

CFCOMPILE question

2005-08-09 Thread Steve Brownlee
I haven't seen many people talk about using this little tool, but I'm hoping someone has some experience in it. When I run cfcompile.bat from the command line, I keep seeing this message and the process stops. Exception in thread main java.lang.NoClassDefFoundError:

Totals from Last 7 days, multiple tables

2005-08-09 Thread Eric J. Hoffman
Quick question...this query is wrong, but I am in the middle of spitballing how to get this information. I am sure an old SQL hand will want to slap me and say duh..but what I am trying to get is the total of calls for each day for the last seven days...the logs of these calls exist over three

Re: squares in QoQ

2005-08-09 Thread Short Fuse Media
Haven't tested it, but does the Sqr function work in this case? http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=0870.htm Erik Yowell Short Fuse Media, Inc. Matthew Walker wrote: I notice the power operator doesn't seem to work inside

RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Robertson-Ravo, Neil (RX)
Could cheat and just do this ;-) DECLARE @count1 INT DECLARE @count2 INT DECLARE @count3 INT DECLARE @total INT select @count1 = count(*) as totalcalls from cases_notes WHERE note_date BETWEEN #createodbcdate(startdat)# AND #DateAdd('D', -7, now())#) Select @count2 = count(*) as totalcalls from

ColdFusion and Oracle Single Sign On

2005-08-09 Thread wolf2k5
Hi, Does anyone have experience integrating Oracle Single Sign On (OSS) with ColdFusion? Do you know any good resource to get started? Thanks. ~| Logware (www.logware.us): a new and convenient web-based time tracking

CFForm format flash grid does not refresh

2005-08-09 Thread David Brown
This is very strange and I am going to try to explain it. First the problem: Only on windows 2000 workstations with IE 6 using flash 7 player does this problem occur. I have a flash form with 5 cfgrids on it. I can click on the columns in the first grid and you hear the click and see the

Re: Fwd: Coldfusion Fusebox V4.1.0 Vulnerability

2005-08-09 Thread S . Isaac Dealey
Anyone else seen this? Just a reference to a cross-site scripting attack, but I thought it interesting that it was posted as a vulnerability with the fusebox framework as opposed to poor code implementation by the application programmer. It's definately an implementation issue, not a

sharing query objects between coldfusion to .net

2005-08-09 Thread Protoculture
is there any way this can be done? putting the query object into a server or session varible perhaps? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Eric J. Hoffman
Thanks for the SP... But I need to output: Day 1 55 Day 2 130 Day 3 110 So I have to group the totals by day. From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tue 8/9/2005 10:25 AM To: CF-Talk Subject: RE: Totals from Last 7 days, multiple

Re: sharing query objects between coldfusion to .net

2005-08-09 Thread Marlon Moyer
use bluedragon.net :) On 8/9/05, Protoculture [EMAIL PROTECTED] wrote: is there any way this can be done? putting the query object into a server or session varible perhaps? ~| Discover CFTicket - The leading ColdFusion

RE: sharing query objects between coldfusion to .net

2005-08-09 Thread Steve Brownlee
Yes, you can write remote ColdFusion Components and publish them as web services which .NET can consume. One caveat to note... .NET can't innately convert a ColdFusion query to a native object. You have to convert your CFQUERY recordset - usually to an XML string - in your CFC method before

Re: Architecture thoughts

2005-08-09 Thread Barney Boisvert
I rarely use web services, instead preferring to just use GET and POST operations. The XmlHttpRequest object was designed for fetching remote XML, but it's really nothing more than an HttpRequest object, and can be used as such. There's some XML-related stuff, but at the core is just simple

Re: sharing query objects between coldfusion to .net

2005-08-09 Thread Dave Carabetta
On 8/9/05, Protoculture [EMAIL PROTECTED] wrote: is there any way this can be done? putting the query object into a server or session varible perhaps? Joe Rinehart just wrote an excellent article about sharing data between CF and .NET: http://coldfusion.sys-con.com/read/47199.htm Regards,

CF7 lots of new Ambiguous column name issues

2005-08-09 Thread jonese
Has anyone else encountered a rash of Ambiguous column name errors cropping up in CF7 that you didn't get in CF6.1 or CF5? We have a MS SQL 2000 backend and our CMS was recently upgraded and ported to CF7 from CF6.1. Since moving to CF7 a lot of our scripts are breaking due to Ambiguous

XML Random Error

2005-08-09 Thread jonese
Man it's a day of bugs. Our CMS uses XML for certain things like our dynamic flash menu etc. and on occasion we'll get the following error: An error occured while Parsing an XML document. Premature end of file. Anyone have any idea why this error would show up just once in a blue moon?

EAR Problems

2005-08-09 Thread Tangorre, Michael
I download the JRE, install it, and add the following to the class path: C:\Program Files\Java\j2re1.4.2_08 I installed JRUN. Ran the updater. The default and admin servers are running fine. I ran the cfmx 6.1 installer and had the EAR file placed into c:\cfmx61\ I ran the cfmx 7.0 installer

Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Barney Boisvert
Is it a SQL error, or a CF error? Because it could be CF not liking having a query return multiple columns with the same name (SELECT t1.name, t2.name), because query objects can't deal with that. That's a total WAG, as I don't use SQL Server, the Data Direct drivers, or much of CF7 (just one

RE: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Damien McKenna
Is it specific queries or apparently random? Can you post a sample query? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h ~| Discover

RE: EAR Problems

2005-08-09 Thread Russ
This is very strange... how did you create the directory? Through the command prompt? I'm not sure how good you are at using the command prompt, but make sure you're in the right place before cding to the directory. For example open up a command prompt: Start-run-cmd C: Cd \cfmx61 mkdir

RE: EAR Problems

2005-08-09 Thread Tangorre, Michael
From: Russ [mailto:[EMAIL PROTECTED] This is very strange... how did you create the directory? Through the command prompt? I'm not sure how good you are at using the command prompt, but make sure you're in the right place before cding to the directory. For example open up a

Re: COM problems

2005-08-09 Thread Peter Shaw
On Tuesday 09 August 2005 11:49, Peter Shaw wrote: scope. The name of the image file is identical on each request and is being displayed further down the same web page that generates it. What if you make the filename unique per-request ? -- Tom Chiverton Advanced ColdFusion Programmer

Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread jonese
It is definatly a sql issue because when i copy out the queries and past them into enterprise manager or query analyzer i get the same error. It's not random it happens on the same query on every site which has 2 tables with the same column name (in this case archive). I've changed the query

RE: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Dave.Phillips
Jonese, Has your administrator also upgraded your version of SQL Server by chance? I've gotten this error before in older versions of CF when forgetting to specify a tablename, so I can't imagine it has anything to do with CF7. As far as I know, since the error is generated by SQL, then CF

Re: CF7 lots of new Ambiguous column name issues

2005-08-09 Thread Barney Boisvert
Well, if it's happening in Query Analyzer, then it's not CF that's causing the problem. CF's not in the mix at all at that point. Did your SQL server get patched without you knowing or anything? cheers, barneyb On 8/9/05, jonese [EMAIL PROTECTED] wrote: It is definatly a sql issue because

Re: 15 minute rule

2005-08-09 Thread Ray Champagne
such as setting your mail server date/time to be about 4 months in the future? :) Kevin Aebig wrote: I find it easier to never make mistakes =P~ !k - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August

cfprocparam

2005-08-09 Thread Anthony Prato
I'm confused about cfprocparam. (mx7pro) The documentation states you have to specify them in order relative to the stored proc. There is no way to bind them to the proc's variable. However the debugging output generates a table for each proc call and there is a column for dbVarName, which makes

RE: EAR Problems

2005-08-09 Thread Russ
Have you tried following my examples and seeing if you can cd to the directory? Sometimes not being able to access a file or directory can mean that there is some sort of corruption on the hard drive (possibly some bad sectors...). -Original Message- From: Tangorre, Michael

RE: URL question

2005-08-09 Thread Dave Watts
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential

Re: XML Random Error

2005-08-09 Thread Rob
how is ATTRIBUTES.input getting into this block? Meaning, is it coming from a file or an http post or ... ? On 8/9/05, jonese [EMAIL PROTECTED] wrote: Man it's a day of bugs. Our CMS uses XML for certain things like our dynamic flash menu etc. and on occasion we'll get the following error:

RE: cfprocparam

2005-08-09 Thread Dave Watts
I'm confused about cfprocparam. (mx7pro) The documentation states you have to specify them in order relative to the stored proc. There is no way to bind them to the proc's variable. However the debugging output generates a table for each proc call and there is a column for dbVarName,

RE: EAR Problems

2005-08-09 Thread Tangorre, Michael
From: Russ [mailto:[EMAIL PROTECTED] Have you tried following my examples and seeing if you can cd to the directory? Sometimes not being able to access a file or directory can mean that there is some sort of corruption on the hard drive (possibly some bad sectors...). I tried it. No

RE: Totals from Last 7 days, multiple tables

2005-08-09 Thread Dave.Phillips
Eric, What about this: (use a specific field name instead of * in the count function to save on resources - doesn't matter which one, I usually use the ID field if there is one). cfquery name=myquery Select Count(fieldname) as TheCount FROM table1 WHERE datecheck UNION Select Count(fieldname)

RE: CF-Talk: Digest every hour

2005-08-09 Thread RADEMAKERS Tanguy
Hello, I'll second Barney's post with a big +1. For simple data passing, you don't even need to use XML, let alone SOAP based web services - you can get simple text strings and inject them directly in your layout. Google XHConn for a nice little(43 lines) .js file that wraps the XMLHttpRequest

Re: XML Random Error

2005-08-09 Thread jonese
This code is inside a custom tag. so this is something passed in when the custom tag is called. sorry forgot to mention that :) jonese On 8/9/05, Rob [EMAIL PROTECTED] wrote: how is ATTRIBUTES.input getting into this block? Meaning, is it coming from a file or an http post or ... ? On

RE: Architecture thoughts

2005-08-09 Thread Dawson, Michael
We are currently working on a small project to test AJAX feasibility for us. We found that it is a great deal of work compared to simple page refreshes. However, the stuff is very cool and has some great potential. We do not use web services, so to speak. I created a simple page that returns

flash form property

2005-08-09 Thread Asim Manzur
Does anyone have an idea that how can acheive this. Two input fields (pdfurl and txturl) in flash form. onChange event of the first input field the following function if ((domain == www.yahoo.com http://www.yahoo.com) || (domain == www.google.com http://www.google.com)) { txturl.setFocus();

Re: Architecture thoughts

2005-08-09 Thread Barney Boisvert
Have to second this one. Just like Flash, building DHTML/JS Remoting apps is a lot of work. If you've got a large HTML-based UI already, however, there are often places where some simple remoting calls can make a HUGE difference in percieved performance and user friendliness. As an example, a

Re: cfprocparam

2005-08-09 Thread Anthony Prato
ugh... and it doesn't even pass the dbvarname parameter to the table generated in the debugging output. On 8/9/05, Dave Watts [EMAIL PROTECTED] wrote: I'm confused about cfprocparam. (mx7pro) The documentation states you have to specify them in order relative to the stored proc. There is no

  1   2   >