CF-Talk Digest email digest change

2008-05-14 Thread Matthew Chambers
Hi everyone, Is it just me or does everyone agree that the CF-Talk digest email should NOT repeat the subject names at the top of the email so that it's easy to skim through to see if there is anything of interest? I like the way Google Groups digest comes through where you just get the subject

Re: ColdFusion Technical Talk (CF-Talk): Digest every hour

2006-05-19 Thread Jim Priest
From: dave [mailto:[EMAIL PROTECTED] I have a site now where we display the products in a 360 view (straight side to side), the client has asked me if when can do a global version this time, meaning not just side 2 side but completely around like it was I just book marked this the other day:

RE: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Peters, Christopher D.
Hello all. I have a very Enterprise-level question here. (Whatever that means! :) My agency has a solid investment in IBM iSeries equipment, and we have several large applications written in Java running on OS/400. ColdFusion is not supported on OS/400, but I have seen one article on the Web

Re: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Rick Root
Way over my head, but if what you're talking about is a full blown j2ee server, then couldn't coldfusion be installed as a j2ee app? If not, then BlueDragon for J2EE Servers might be your next best bet. The product blurb for Bluedragon j2ee even mentions Websphere. BlueDragon for J2EE

RE: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Dawson, Michael
I could be wrong, but I thought CF was supported on WAS only on a Windows server. M!ke -Original Message- From: Peters, Christopher D. [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 12:27 PM To: CF-Talk Subject: RE: ColdFusion Tech Talk (CF-Talk): Digest every hour Hello all. I

Re: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Nathan Strutz
Chris, ColdFusion is a fully compliant J2EE application. If you have a J2EE server, it should work, period. However, Adobe doesn't officially support the OS/400 platform. That's just a support issue, but because of its certified 100% Java nature, it should deploy on any J2EE server native to any

RE: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Peters, Christopher D.
] -Original Message- Subject: ColdFusion Tech Talk (CF-Talk): Digest every hour From: Dawson, Michael [EMAIL PROTECTED] Date: Fri, 12 May 2006 14:34:09 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =45924forumid=4#240385 I could be wrong, but I thought

RE: ColdFusion Tech Talk (CF-Talk): Digest every hour

2006-05-12 Thread Steve Brownlee
-Talk): Digest every hour Hello all. I have a very Enterprise-level question here. (Whatever that means! :) My agency has a solid investment in IBM iSeries equipment, and we have several large applications written in Java running on OS/400. ColdFusion is not supported on OS/400, but I have seen one

Re: ColdFusion Tech Talk (CF-Talk): Digest every 2 hours

2006-04-03 Thread Cutter (CF-Talk)
Just curious, but why would you val() the myVar when you already have it set as a numeric value? (since it isn't set in quotes then it wouldn't be considered a string, right?) Not sure about your test there. Haven't really seen this isValid() function yet... Cutter Tim Lux wrote: Small typo

Re: ColdFusion Tech Talk (CF-Talk): Digest every 2 hours

2006-04-02 Thread Tim Lux
Re: isValid(). I noticed a strange situtation with isValid. Try this and see if it works on your install: cfset myVar = 3 cfset myVar = VAL(myVar) !--- VAL, by definition, takes a string and returns a number --- cfoutput#isValid(integer,myVal)#/cfoutput I get NO for the above CFOUTPUT. Tim

Re: ColdFusion Tech Talk (CF-Talk): Digest every 2 hours

2006-04-02 Thread Tim Lux
Small typo in the cfoutput section. it should be myVar, not myVal. On 4/2/06, Tim Lux [EMAIL PROTECTED] wrote: Re: isValid(). I noticed a strange situtation with isValid. Try this and see if it works on your install: cfset myVar = 3 cfset myVar = VAL(myVar) !--- VAL, by definition, takes

Re: CF-Talk: Digest every 8 hours

2006-02-20 Thread Thomas Chiverton
On Friday 17 February 2006 15:32, Manuel Gomez wrote: Message - Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied Hmm, yeah - I agree :-) -- Tom Chiverton Advanced ColdFusion Programmer

RE: CF-Talk: Digest every 8 hours

2006-02-17 Thread Manuel Gomez
Message - Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232699 Archives:

RE: CF-Talk: Digest every hour

2006-02-06 Thread Bill Sahlas
[mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 4:06 AM To: CF-Talk Subject: CF-Talk: Digest every hour CF-Talk 06-Feb-06 Issue:21672 In this issue: (ms sql) dinstinct not working

RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread Pedro Mendes
What I'd like, is for the aspx be run on it's own server, and then grab the results, as an include. In this particular case, it would be the Header and Left menu includes. I'm not sure if I'm being clear enough. Feel free to respond privately, if you feel inclined to lend me a hand. Thank you so

RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread cf
Hi, What I'd like, is for the aspx be run on it's own server, and then grab the results, as an include. In this particular case, it would be the Header and Left menu includes. that can not be done with cfinclude. You could use cfhttp for that: cfhttp method=get

Re: CF-Talk: Digest every 8 hours

2006-01-29 Thread Bruce A. Bergman
I wrote such a system a while back for a friend, and they found it *very* useful. Since then, I've enhanced it and given it away under the open-source license to a couple of local businesses. If you'd like a copy of the code, let me know and I'll send it to you. It's meant to work with SQL

RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Gordon Cantor
-Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 12:06 PM To: CF-Talk Subject: CF-Talk: Digest every 6 hours CF-Talk 19-Jan-06 Issue:3274 In this issue: [OT] negate a regex Alternatives to AbleAuction Builder

RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Bobby Hartsfield
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Gordon Cantor [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 5:36 PM To: CF-Talk Subject: RE: CF-Talk: Digest every 6 hours I wish to link to another CF page in a separate window to perform

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 server,

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:

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%

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

Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Mike McConnell
I will be out of the office from Monday November 21 through Friday, November 25. Please refer any IT issues to Chris Terrebonne or Tommy Nguyen. I'll be back in the office on Monday, November 28. M. McConnell ~| Discover

Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Mike McConnell
I will be out of the office from Monday November 21 through Friday, November 25. Please refer any IT issues to Chris Terrebonne or Tommy Nguyen. I'll be back in the office on Monday, November 28. M. McConnell ~| Logware

RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Jeff Anderson
Please tell me we aren't going to get this every 8 hrs for the next week... -Original Message- From: Mike McConnell [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 16:01 To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office) I will be out of the office

Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Dana
[mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 16:01 To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office) I will be out of the office from Monday November 21 through Friday, November 25. Please refer any IT issues to Chris Terrebonne or Tommy Nguyen. I'll

Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Dana
to get this every 8 hrs for the next week... -Original Message- From: Mike McConnell [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 16:01 To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office) I will be out of the office from Monday

Re: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Will Tomlinson
LMAO!! ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224733

RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Adrian Lynch
Well if you have issues... Please refer any IT issues to Chris Terrebonne or Tommy Nguyen. give them a call! :OD -Original Message- From: Dana [mailto:[EMAIL PROTECTED] Sent: 19 November 2005 22:19 To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office) just

RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Bobby Hartsfield
Just filter emails with I will be out of the office in the body ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jeff Anderson [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 5:12 PM To: CF-Talk Subject: RE: CF-Talk: Digest

Re: CF-Talk: Digest every 8 hours

2005-10-16 Thread Ken Auenson, II
One thing you could do, is to break your big string into smaller sizes that will fit into the varchar(8000) columns, and have as many columns as necessary... you could then have CF join the columns back together. Not the correct way to do things, but it should work. -- Ken On 10/16/05, CF-Talk

RE: CF-Talk: Digest every 8 hours

2005-10-16 Thread Dawson, Michael
I have done this in a few instances and it works great. I agree it's not a best solution, but it is a solution. M!ke -Original Message- From: Ken Auenson, II [mailto:[EMAIL PROTECTED] Sent: Sunday, October 16, 2005 3:29 PM To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours One

RE: CF-Talk: Digest every 2 hours

2005-09-30 Thread Dharmendar Kumar
Dharmendar Kumar | Lead Developer Real Magnet | Advanced Broadcast E-mail and Fax Solutions 4853 Cordell Ave., PH 11, Bethesda, MD 20814 Phone: 301-652-4025 | Fax: 301-652-7153 E-mail: [EMAIL PROTECTED] Website: www.realmagnet.com I found this article that deals with web services

RE: CF-Talk: Digest almost every hour

2005-09-13 Thread RADEMAKERS Tanguy
Hello, Are hourly digests down? Don't seem to be getting any from the list this afernoon... /t ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

RE: CF-Talk: Digest every 2 hours

2005-08-18 Thread Smith, Ryan
-Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 9:01 AM To: CF-Talk Subject: CF-Talk: Digest every 2 hours CF-Talk 18-Aug-05 Issue:9550 In this issue: @@Identity returns excessive records @@Identity returns

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 -Original Message- From: Dave

Re: CF-Talk: Digest every hour

2005-08-16 Thread Tony Weeg
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 To: CF-Talk Subject: RE: CF-Talk: Digest every hour -Original

RE: CF-Talk: Digest every hour

2005-08-16 Thread S . Isaac Dealey
: Tuesday, August 09, 2005 4:18 PM To: CF-Talk Subject: RE: CF-Talk: Digest every hour -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

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 a overused word to describe something

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 is

RE: CF-Talk: Digest every 2 hours

2005-08-10 Thread Smith, Ryan
-Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 11:01 AM To: CF-Talk Subject: CF-Talk: Digest every 2 hours CF-Talk 10-Aug-05 Issue:9508 In this issue: Cfhttp vs web services Cfhttp vs web services CFMAIL

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: 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

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 rewriting

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

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, using

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. cfsetting mode=pedantic / DHTML is a buzzword and is nothing more than JS, CSS and DOM

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

FW: CF-Talk: Digest every hour

2005-07-11 Thread RADEMAKERS Tanguy
first ooops: RETURNING ID INTO newid; should be RETURNING GI_ID INTO newid; (obviously) /t -Original Message- From: RADEMAKERS Tanguy Sent: Monday, July 11, 2005 5:19 PM To: 'cf-talk@houseoffusion.com' Subject: RE: CF-Talk: Digest every hour Hello, 1

FW: CF-Talk: Digest every hour

2005-07-11 Thread daniel kessler
I see, thanks. first ooops: RETURNING ID INTO newid; should be RETURNING GI_ID INTO newid; (obviously) /t ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: CF-Talk: Digest every 8 hours

2005-05-27 Thread Manuel Gomez
Manuel Gómez Barrera Interceramic T 614.429.1253 www.interceramic.com -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Viernes, 27 de Mayo de 2005 07:01 a.m. To: CF-Talk Subject: CF-Talk: Digest every 8 hours CF-Talk 27-May-05 Issue:1753

Re: CF-Talk: Digest every 8 hours

2005-05-02 Thread Bruce A. Bergman
I'm just catching up on some old email, so please ignore this if a solution has already presented itself. I've written a small portal system using CF that does most of what you're looking for. It was meant for non-profit organizations use by board of directors to upload meeting documents,

RE: CF-Talk: Digest every 8 hours

2005-03-02 Thread Manuel Gomez
help Manuel Gómez Barrera Interceramic T 614.429.1253 www.interceramic.com -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Miércoles, 02 de Marzo de 2005 02:03 p.m. To: CF-Talk Subject: CF-Talk: Digest every 8 hours CF-Talk 02-Mar-05 Issue:1583

RE: CF-Talk: Digest every 8 hours

2005-03-02 Thread Michael Dinowitz
Are you having a problem with the digest or is there a specific question you need answered? help ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: CF-Talk: Digest every 8 hours

2005-02-28 Thread GM
Thanks J, I didnt have the username and password in the CFadministrator but I added them. I used Admin and the password and got an OK. I hit the verify connections button just to make sure and it was OK. Any other ideas? Subject: access w username and password.. From: GM [EMAIL PROTECTED]

Re: CF-Talk: Digest every 8 hours

2005-02-28 Thread Jared Rypka-Hauer - CMG, LLC
OK, I just peeked into CF Admin, and it looks to me like you don't need a username and password to satisfy Access, just to satisfy CF for the sake of authentication. I haven't used Access with CF since 1998, so I'm more than rusty. Do you have a username and password configured in CF

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 sthreadid=38624forumid=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 noticed that I

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 sthreadid=38624forumid=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 6 hours

2005-02-24 Thread Bryon Kelly
Hi, Thanks for your message. I will be away on vacation Feb 24th - Mar 4th. I will reply to your message on my return. Have a great day! Bryon ~| Find out how CFTicket can increase your company's customer support

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

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

RE: CF-Talk: Digest every 6 hours

2004-12-07 Thread Nate Nielsen
I was able to break the file manager. :) Try naming files with non standard ascii codes. Ex : ANZ.xls.|.~�?╞τ.xls2 -Nate [EMAIL PROTECTED] ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

Re: [cf-talk] Digest Number 935

2004-10-20 Thread Karl
This should work for you too: cfquery name=getEmployeeDetails datasource=db select TOP 1 reference, uniqueID, firstname, lastname FROM employee WHERE reference = 'cfcoder' ORDER BY reference asc /cfquery At 05:46 AM 10/20/04, cf coder wrote: cfquery name=getEmployeeDetails datasource=db select

Re: CF-Talk: Digest every 4 hours

2004-10-16 Thread Jeffry Houser
I can understand how accessibility to web services (or various alternates) could be important. But, wouldn't the output size of the movie be dependent upon the program creating it?If so, are you saying that Laszlo creates flash movies 2x the size of Flash MX?Or are you saying that Flash 5

RE: CF-Talk: Digest every hour

2004-09-13 Thread Matthew Friedman
-Talk: Digest every hour CF-Talk 13-Sep-04 Issue:12714 In this issue: Preparing to upgrade from CF5 to CFMX6.1 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF-Talk: Digest every 8 hours

2004-08-20 Thread rolando g
unsubscribe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF-Talk: Digest every 4 hours

2004-08-16 Thread Jeffry Houser
Where is that article? If memory serves me... my publisher estimated the market of CF developers at about a half a million.Whereas, Java and .NET are significantly higher. At 05:01 AM 8/16/2004, you wrote: Subject: # of CF users From: Doug Hughes [EMAIL PROTECTED] Date: Sun, 15 Aug 2004

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=messagesthreadid=0f orumid=4#166130 Any one use this with CF and can answer a few questions for me? Phillip B. [Todays Threads] [This

Re: CF-Talk: Digest every 4 hours

2004-05-31 Thread Jeffry Houser
I have to wonder what application you are creating that is so space conscious that you have to re-use identity values. That said, search your SQL Server documentation for SET IDENTITY_INSERT, which will allow you to insert values into an identity column. As an alternate, you may consiuder

Re: CF-Talk: Digest every 4 hours

2004-05-30 Thread Jeffry Houser
cfscript GetRandId(Parameterlist); /cfscript Just like you would call any User Defined function inside a normal page. At 09:01 AM 5/30/2004, you wrote: Subject: Confused about calling a function within a CFC From: Michael Kear [EMAIL PROTECTED] Date: Sun, 30 May 2004 18:29:31 +1000 Thread:

RE: CF-Talk: Digest every 4 hours

2004-05-30 Thread Paul Vernon
It looks like most people have covered the CF question but there is another problem here aswell To address the page cannot be displayed problem so you can see the error as CF intended, turn off friendly HTTP error pages in IE Tools Internet Options Advanced Paul [Todays Threads] [This

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 withmicrosoft odb driverthen connect ,in this case we are not able to get the nextval for the sequence from the cfquerygetting an error after 99 values it gives error at row one now we chnage the driverto oracle driver it working

Re: [cf-talk] Digest Number 92

2004-05-11 Thread Karl Simanonok
The CFWDDX ACTION='' is enclosed within a CFTRY with some following code, capturing data passed to it in a FORM variable from another site.The code following CFWDDX has to work if any data are captured, as it CFOUTPUTs over the CFWDDX output.If there is a CFTRY failure the WDDX code passed to

Re: [cf-talk] Digest Number 84

2004-05-07 Thread Karl Simanonok
This is a test.For some reason I can get the CF-TALK emails but my emails never get through so I can't participate.If this is the first one that does get through, my apologies to everyone, but I'm trying to find out where this message goes. Karl S. [Todays Threads] [This Message]

Re: CF-Talk: Digest every 4 hours

2004-04-22 Thread Jeffry Houser
I'll be controversial.I use the variables scope in most cases.The request scope is just for people who either don't understand parameter passing or don't like writing stand-alone re-usable modules.:-)I rarely use the request scope. The current project I am working on we made the decision to

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

Re: CF-Talk: Digest every 6 hours

2003-11-07 Thread IBC Staff - Shane Kelly
Thanks for your email. Shane is currently out of the office until the 23rd of November. If your enquiry requires urgent attention, you may contact[EMAIL PROTECTED] Regards IBC Postmaster [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF-Talk: Digest every 6 hours

2003-11-07 Thread IBC Staff - Shane Kelly
Thanks for your email. Shane is currently out of the office until the 23rd of November. If your enquiry requires urgent attention, you may contact[EMAIL PROTECTED] Regards IBC Postmaster [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF-Talk: Digest every 6 hours

2003-10-15 Thread Kathy Wargo
appreciative Kathy Wargo KMW ASSOCIATES 410-280-2763 From: CF-Talk [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: CF-Talk: Digest every 6 hours Date: Wed, 15 Oct 2003 12:07:58 -0500 CF-Talk 15-Oct-03 Issue:883 In this issue: lite source control

RE: CF-Talk: Digest every hour

2003-10-01 Thread Suyer, Ed [PRD Non-JJ]
What happens if two cities are equidistant to the same zip code? i.e. ZipCodes Table ZipCodeLatitudeLongitudeCityID 9021050 80NULL Cities Table CityIDLatitudeLongitude 9 51 81 10 49 79 11 35 53 Or perhaps the lat is right on but the two lon are different: i.e. ZipCodes Table

Re: CF-Talk: Digest every 6 hours

2003-09-29 Thread David Hannum
Ryan, I've been using Edgewebhosting for over 3 years now, and I've seen them grow from an afterthough to a first class hosting operation.Vlad Freeman, their CEO, is a real straight shooter.They interviewed him it this month's CFDJ. I have nothing but praise for their operation.You can find

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=messagesthreadid=27180forumid=4#137291 %children is an associative array (hash/struct)

RE: CF-Talk: Digest every hour

2003-09-08 Thread Suyer, Ed [PRD Non-JJ]
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:

Re: CF-Talk: Digest every hour

2003-09-08 Thread Thomas Chiverton
On Monday 08 Sep 2003 16:25 pm, Suyer, Ed [PRD Non-JJ] 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 Tel:

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 such an

RE: CF-Talk: Digest every hour

2003-08-28 Thread Michael C.Grove
PROTECTED] Sent: Thursday, August 28, 2003 3:01 AM To: CF-Talk Subject: CF-Talk: Digest every hour CF-Talk 28-Aug-03 Issue:6111 In this issue: SQL Query Aggregate function problem wile trying to pull data from two tables

Re: CF-Talk: Digest every 6 hours

2003-08-14 Thread Robby L.
I'm on digest mode so I might be behind in replying, but I hope I can help on the mach-ii install issues You're not tied at all when it comes to the placement of files. Though when you first open the box it might not appear so, . everything out of the framework is configureable. If you're

RE: CF-Talk: Digest every hour

2003-08-01 Thread Suyer, Ed [PRD Non-JJ]
Thanks! This helps. RE: cfoutput cfloop list=form.fieldnames index=field cfif field NEQ fieldnames!--- don't want to double these up --- input type=hidden name=#field# value=#form[field]# /cfif /cfloop /cfoutput. There appears to be one other exception. I also have to

RE: CF-Talk: Digest every 8 hours

2003-06-27 Thread Horne, Jeff
-Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 8:03 AM To: CF-Talk Subject: CF-Talk: Digest every 8 hours CF-Talk 27-Jun-03 Issue:377 In this issue: Browser resize looses attributes scope Browser resize looses

Recall: CF-Talk: Digest every 8 hours

2003-06-27 Thread Horne, Jeff
Horne, Jeff would like to recall the message, CF-Talk: Digest every 8 hours. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method

Recall: CF-Talk: Digest every 8 hours

2003-06-27 Thread Jeff Horne
Fat Fingered this one. Sorry, Jeff ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: CF-Talk: Digest every hour

2003-06-18 Thread Suyer, Ed [PRD Non-JJ]
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

RE: CF-Talk: Digest every 6 hours

2003-06-15 Thread Damon Cooper
Thanks for the feedback guys. I agree this should be simple, easy and automatic for CF customers. Fixed. --- On Friday, Jun 13, 2003, at 13:08 US/Pacific, Dave Carabetta wrote: I have installed CFMX for J2EE for JRun many times using cfusion as my context root. However,

Re: CF-Talk: Digest every 2 hours

2003-06-06 Thread Jerry Johnson
Cedric, You triggered my gorge response. These are entirely the most annoying emails on any of the HOF lists. Do you ever read the emails you respond to? Every time someone is looking for a point-of-sale admission ticket purchasing ssytem, you suggest they buy your Trouble Ticket system.

Re: CF-Talk: Digest every 2 hours

2003-06-06 Thread Cedric Villat
Eric, We have developed a ticket application called CFTicket. You can find out more about it at http://www.cornfeed.com. There is a fully functional demo on our website for you to play with. Let me know if you have any questions. Cedric Villat Lead Designer http://www.Cornfeed.Com Creators of

Re: CF-Talk: Digest every 6 hours

2003-03-25 Thread David Hannum
I know this is a little late since I'm working from the digest, but we've run CF 5 with Oracle for some time now. CF 5 runs great with any version of Oracle, but drivers can be an issue depending on what platform your Oracle runs on. For example, We run CF 5 on Win2K and Oracle 8i on IBM and on

RE: CF-Talk: Digest every 6 hours

2003-03-09 Thread John Coelho
PROTECTED] Sent: Saturday, March 08, 2003 3:02 AM To: CF-Talk Subject: CF-Talk: Digest every 6 hours CF-Talk 08-Mar-03 Issue:264 In this issue: ...and here's another RIA rant. CF Conference news cf_hacker Day 3 Opera works! Re: The New Macromedia Website

RE: CF-Talk: Digest every 6 hours

2003-03-09 Thread Ben Arledge
[mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 3:02 AM To: CF-Talk Subject: CF-Talk: Digest every 6 hours CF-Talk 08-Mar-03 Issue:264 In this issue: ...and here's another RIA rant. CF Conference news cf_hacker Day 3 Opera works! Re: The New

Read: CF-Talk: Digest every 6 hours

2003-03-06 Thread Phil Costa
Your message To: CF-Talk Subject: CF-Talk: Digest every 6 hours Sent:Wed, 5 Mar 2003 12:03:15 -0500 was read on Thu, 6 Mar 2003 08:05:09 -0500 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

  1   2   >