RE: CF Debugger for application scoped CFC

2010-03-05 Thread Dave Phelan
It works just fine for me. Setting break points before or after it's loaded to memory works for me. What I have seen is that sometimes it does not stop on the breakpoint that I have set if I have changed the code once it's in memory or if the debugger finds some issue that it does not tell yo

RE: Building Hierarchal Lists using CF

2010-02-26 Thread Dave Phelan
I would do this in a recursive function that takes a depth parameter that will indent the presented data in some form (margin,table cells,tabs) and return the formatted output. I have one that is kind of extensive that builds a hierarchal output of almost any value given to it, kinda like cfdu

RE: CFStoredProc.StatusCode makes stored proc public

2009-11-30 Thread Dave Phelan
bject: RE: CFStoredProc.StatusCode makes stored proc public Just a guess, but do you have to declare the stored procedure and result? > -Original Message- > From: Dave Phelan [mailto:dphe...@lifepoint.com] > Sent: Tuesday, November 24, 2009 12:57 PM > To:

CFStoredProc.StatusCode makes stored proc public

2009-11-24 Thread Dave Phelan
All, I have written a central monitor app in flex that uses CF remote objects to call CF web services for data retrieval. One of the functions in the web service calls a stored function that will return success or failure. The issue is that I am trying to keep everything local to the functio

RE: (ot) SQL Question - flattening data

2009-11-14 Thread Dave Phelan
You wrote a pivot query without using pivot. BTW, the aggregate for the pivot query can be Count(). -Original Message- From: Rick Root [mailto:rick.r...@gmail.com] Sent: Friday, November 13, 2009 4:19 PM To: cf-talk Subject: Re: (ot) SQL Question - flattening data >From the documenta

RE: (ot) SQL Question - flattening data

2009-11-13 Thread Dave Phelan
Is there a particular reason to return them in this format? I would think that the straight query output would be simpler to work with. However, you can accomplish this either by using cursors to loop over the query output and build what you are looking for or by building a crosstab query of t

RE: CreateObject error on new server

2008-07-21 Thread Dave Phelan
That did it! Thanks Very Much! Please note my new email address. David Phelan Senior CF Developer LifePoint Informatics (Formerly Labtest.com) (201) 447-9991 Ext. 318 [EMAIL PROTECTED] > -Original Message- > From: Andrew Tyrone [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2008 1

RE: CreateObject error on new server

2008-07-21 Thread Dave Phelan
I changed it to the dot notation but still got the same error. We have a map to the root and the xyz/lts directory is directly below the root. Please note my new email address. David Phelan Senior CF Developer LifePoint Informatics (Formerly Labtest.com) (201) 447-9991 Ext. 318 [EMAIL PROTECTED

CreateObject error on new server

2008-07-21 Thread Dave Phelan
In our application we have a cfc that we instantiate to a variable in certain instances. This has always worked without issue until we got our new server. On the new server, when I call the CreateObject method, it produces the error: The filename, directory name, or volume label syntax is incor