RE: CF-Talk: Digest every hour

2006-02-06 Thread Bill Sahlas
Are you expecting that there are duplicate "person_id" entries? If not, then remove that field from the select list because if each person_id field is a unique (PK) then you'll get one row back for each entry. Plus, I don't think that I've ever seen a sub-select statement that qualifies as a valid

RE: CF-Talk: Digest every hour

2005-12-21 Thread RADEMAKERS Tanguy
>-Original Message- >The point is this their PHP site, using "free" PHP took >two of them two >years to do. Multiply that out by an hourly rate, and >compare that to my >building almost the same site (from a programming standpoint) >in 74 hours. >Even if you add the cost of the se

RE: CF-Talk: Digest every hour

2005-12-05 Thread Bobby Hartsfield
Now I spewed mountain dew lol ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 4:16 PM To: CF-Talk Subject: Re: CF-Talk: Digest every hour Yea, those digests can be

Re: CF-Talk: Digest every hour

2005-12-05 Thread Ray Champagne
Yea, those digests can be hilarious! Ray Donna French wrote: > LMFAOL - spewed Coke here > > ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/vi

Re: CF-Talk: Digest every hour

2005-12-05 Thread Donna French
LMFAOL - spewed Coke here ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link

Re: CF-Talk: Digest every hour

2005-08-16 Thread Judith Dinowitz
This is such a great definition that I put it up on Fusion Authority. Isaac, you are immortalized! You are article 4500! http://www.fusionauthority.com/Community/Article.cfm/ArticleID:4500 Judith >A word that's repeated because other people are repeating it (like >"AJAX") instead of a word that

RE: CF-Talk: Digest every hour

2005-08-16 Thread Gabriel Bulfon
Yes, thanks Gabriel Bulfon Email:[EMAIL PROTECTED] > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 6:44 PM > To: CF-Talk > Subject: Re: CF-Talk: Digest every hour > > Gabriel. > > It simply means that its

RE: CF-Talk: Digest every hour

2005-08-16 Thread S . Isaac Dealey
-Original Message- >> From: Damien McKenna [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, August 09, 2005 4:18 PM >> To: CF-Talk >> Subject: RE: CF-Talk: Digest every hour >> >> > -Original Message- >> > From: Dave Watts [mailto:[EMA

Re: CF-Talk: Digest every hour

2005-08-16 Thread Tony Weeg
6/05, Gabriel Bulfon <[EMAIL PROTECTED]> wrote: > Sorry, what is the meaning of buzzword ? > > Gabriel Bulfon > Email:[EMAIL PROTECTED] > > > -Original Message- > > From: Damien McKenna [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 09, 2005 4:18 PM

RE: CF-Talk: Digest every hour

2005-08-16 Thread Gabriel Bulfon
Sorry, what is the meaning of buzzword ? Gabriel Bulfon Email:[EMAIL PROTECTED] > -Original Message- > From: Damien McKenna [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 4:18 PM > To: CF-Talk > Subject: RE: CF-Talk: Digest every hour > > &g

RE: CF-Talk: Digest every hour

2005-08-09 Thread Damien McKenna
> -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > > Well, "AJAX" is nothing more than a buzzword. People have > been writing DHTML interfaces for years that do essentially > the same thing. "DHTML" is a buzzword and is nothing more than JS, CSS and DOM wrapped up toge

RE: CF-Talk: Digest every hour

2005-08-09 Thread Dave Watts
> Seriously tho... if you're using AJAX but not using XML, what's > to differentiate that from simply using JS? (Asside from the > buzz-word appeal.) Well, "AJAX" is nothing more than a buzzword. People have been writing DHTML interfaces for years that do essentially the same thing. However, usi

Re: CF-Talk: Digest every hour

2005-08-09 Thread Tanguy Rademakers
>Seriously tho... if you're using AJAX but not using XML, what's to >differentiate that from simply using JS? (Asside from the buzz-word >appeal.) I was actually rather (pleasantly) surprised that i didn't have to encode my response in an xml syntax in order to use it, but only because my needs w

Re: CF-Talk: Digest every hour

2005-08-09 Thread Barney Boisvert
Nothing. Hence you'll be hard pressed to see me ever use the term "ajax", instead preferring "JS Remoting". ; ) I believe (not being a buzzword maven) that "ajax" is not just the async XML passing, but also the UI design technique as a whole, so it'd include the DHTML and dynamic document rewrit

RE: CF-Talk: Digest every hour

2005-08-09 Thread S . Isaac Dealey
Interesting... I've done a good deal of asynch work with JS... none of it with "AJAX" and hadn't really seen a need for it in all honesty... the only thing that I'd heard about AJAX that even made me remotely consider the possibility that at some point in the remote distant future it might be semi

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 obj

RE: CF-Talk: Digest every hour

2005-07-11 Thread RADEMAKERS Tanguy
Hello, 1) Do two queries in a CFTRANSACTION (not CFLOCK) - one to insert and one to get the value of the new ID. 2) Write a stored procedure that returns the value of the inserted id (see the SQL guide for the syntax of RETURNING INTO clause) start with this: CREATE OR REPLACE PROCEDURE insert_

RE: CF-Talk: Digest every hour

2005-02-25 Thread Russ Unger
And this is the one it should be sending to. Sorry for the pollution. > Thread: > http://www.houseoffusion.com/cf_lists/index.cfm/method=message s&threadid=38624&forumid=4#196481 Should be fixed now > Hi, > > Today, I signed up for the hourly digest--I must say it's suiting my > needs nicely.

RE: CF-Talk: Digest every hour

2005-02-25 Thread Russ
This is the account that it shouldn't be sending to... FYI > http://www.houseoffusion.com/cf_lists/index.cfm/method=message s&threadid=38624&forumid=4#196481 Should be fixed now > Hi, > > Today, I signed up for the hourly digest--I must say it's suiting my > needs nicely. > > However, I notice

RE: CF-Talk: Digest every hour

2005-02-01 Thread Dave Watts
> I had not noticed the following line before. They are > looking for the DLL owssver.dll in _vti_bin > > Anyone know what owssver.dll does? http://lists.jammed.com/incidents/2001/10/0124.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest ca

Re: CF-Talk: Digest every hour

2005-02-01 Thread Paul Smith
Actually I posted the wrong IP. Looking in the light of morning the 31,758 lines of MS Office stuff started out like this: 207.213.217.31 www.smarteryellowpages.com - [31/Jan/2005:11:48:26 -0800] "GET / HTTP/1.1" 302 167 "http://www.google.com/search?hl=en&q=SMARTER+YELLOW+PAGES&btnG=Google+Se

RE: CF-Talk: Digest every hour

2004-09-13 Thread Matthew Friedman
Could you please send me the migration document also. I have a client and am in the same position. Please send it off list to [EMAIL PROTECTED] Thank you. Matt -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 7:01 AM To: CF-Talk Subject: CF-Tal

RE: CF-Talk: Digest every hour

2004-06-10 Thread Janine Jakim
Subject: activePDF From: Phillip B <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 10:01:32 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=0&f orumid=4#166130 Any one use this with CF and can answer a few questions for me? Phillip B. [Todays Threads] [This Me

Re: CF-Talk: Digest every hour

2004-05-28 Thread vishnuprasad . r
Hi thomas the problem was solved the problem is first we use odbc with  microsoft odb driver  then connect ,in this case we are not able to get the nextval for the sequence from the cfquery   getting an error after 99 values it gives error at row one now we chnage the driver  to oracle driver it

Re: CF-Talk: Digest every hour

2004-04-20 Thread Cedric Villat
Chris, I actually just finished doing something like this. It allows for different divisions (age groups) and then teams in every division. You can create divisions, teams, and then create games for those teams. You can re-schedule games, have field information, etc. It will also calculate standin

RE: CF-Talk: Digest every hour

2003-10-01 Thread
What happens if two cities are equidistant to the same zip code? i.e. ZipCodes Table ZipCodeLatitudeLongitudeCityID 9021050    80   NULL Cities Table CityIDLatitude   Longitude 9 51 81 10    49  

Re: CF-Talk: Digest every hour

2003-09-17 Thread Cedric Villat
Ryan, Thanks, that makes sense now. Cedric > Subject: OT: Perl > From: "Ryan Emerle" <[EMAIL PROTECTED]> > Date: Wed, 17 Sep 2003 10:05:49 -0400 > Thread: http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=27180&forumid=4#137291 > > %children is an associative array (hash/s

Re: CF-Talk: Digest every hour

2003-09-08 Thread Matt Liotta
>> With CFMX, Couldn't you also call the .NET-based object as a web >> service? >> Consume the object, then move on? > > Only if it's a webservice you're trying to use :-) > You could certainly create a web service wrapper for a .NET object and integrate with it that way. However, the overhead of

Re: CF-Talk: Digest every hour

2003-09-08 Thread Thomas Chiverton
On Monday 08 Sep 2003 16:25 pm, Suyer, Ed [PRD Non-J&J] wrote: > With CFMX, Couldn't you also call the .NET-based object as a web service? > Consume the object, then move on? Only if it's a webservice you're trying to use :-) -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Te

RE: CF-Talk: Digest every hour

2003-09-08 Thread
With CFMX, Couldn't you also call the .NET-based object as a web service? Consume the object, then move on? Just asking I don't know the answer. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: htt

RE: CF-Talk: Digest every hour

2003-08-28 Thread Michael C.Grove
PROBLEM SOLVED The code supplied... SELECT ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate, MAX(DISTINCT ab.Bid_Amount) AS HighBid FROM Auction_Items ai, Auction_Bids ab WHERE ai.Status = 'ACTIVE' AND ai.date_EndDate < #createODBCDate(now())# AND ai.Product_ID = ab.Product_ID AND a

RE: CF-Talk: Digest every hour

2003-08-01 Thread
Thanks! This helps. RE: . There appears to be one other exception. I also have to account for the fields that exist on the current form. In otherwords, If I start on step 1, got to step 3, then come back to step 1, fieldnames = & . So when looping through, I'll need

RE: CF-Talk: Digest every hour

2003-06-18 Thread
Darn it, wish I found this two days ago! I'm always searching cflib ... Calvin, if you're still interested in the CFC, go ahead and e-mail me, but it's pretty close to what Raymond wrote. His actually has options I didn't consider or need at the time so ... Btw, I use flash trees and remoting o