Re: Sublime Text 2

2013-03-29 Thread Dan O'Keefe
Dave, Great free video course here: https://tutsplus.com/course/improve-workflow-in-sublime-text-2 -- Dan O'Keefe On Thu, Mar 28, 2013 at 10:28 AM, dave d...@northgoods.com wrote: Thanks Mark but I must be missing something. I downloaded the p-ackage control file. What screen

Re: CF Builder - open multiple configured files

2013-03-26 Thread Dan O'Keefe
Thanks Mark, going to give that a shot. -- Dan O'Keefe On Tue, Mar 19, 2013 at 8:18 AM, Mark Drew mark.d...@gmail.com wrote: I am sure you can use mylyn for this. They are called contexts and it remembers the arrangement and files that you have open for a specific ticket

CF Builder - open multiple configured files

2013-03-19 Thread Dan O'Keefe
for the section I want to work in. These are all javascript files so I am not adverse by any means to use a different editor for the js coding if it also gives me the functionality I am looking for. Anybody know of any way or any toll that would allow me to do that? TIA -- Dan O'Keefe

Re: CF Polymorphism use

2012-07-02 Thread Dan O'Keefe
(). // oCat function makeSound() { super.makeSound(); } HTH On Fri, Jun 29, 2012 at 7:49 AM, Dan O'Keefe dan.oke...@gmail.com wrote: I have an animal object with a method call makeSound(). Then I have a feline object that extends animal with a method called makeSound

Re: CF Polymorphism use

2012-07-02 Thread Dan O'Keefe
of inheritance. -Cameron On Mon, Jul 2, 2012 at 9:22 AM, Dan O'Keefe dan.oke...@gmail.com wrote: Thanks Matt, That's true, but super is limited to only one level I believe. How about if I wanted to execute the method in the animal object? Dan -- Cameron Childress -- p

CF Polymorphism use

2012-06-29 Thread Dan O'Keefe
it be oCat.makeSound(feline) ?? -- Dan O'Keefe ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: (ot) jQuery Facebook Wall Display

2011-01-05 Thread Dan O'Keefe
Justin, Are you looking for the Recent Activity as shown on this site: http://www.campuscircle.com/ Dan On Tue, Jan 4, 2011 at 8:04 AM, Justin Scott jsc...@gravityfree.com wrote: Is anyone aware of a jQuery plugin (or script which uses jQuery) to pull a Facebook feed from their graph API

Re: ProFlashUpload

2010-12-13 Thread Dan O'Keefe
not need it at all with the cffileupload tag. -- Dan O'Keefe On Mon, Nov 29, 2010 at 8:42 AM, M P miketot...@gmail.com wrote: Anyone familiar with ProFlashUpload? I downloaded it and got it working yesterday and it was working fine. Today, it only works in IE. Yesterday I know

Re: (ot) CKFinder - anyone know about how licensing works?

2010-09-14 Thread Dan O'Keefe
I have a client having the same issue as far as contacting Fred regarding a new purchase, and no response. Dan On Wed, Aug 25, 2010 at 11:45 PM, Mike Kear afpwebwo...@gmail.com wrote: G'day Gerald, I think you might be right.   There was nothing that I saw telling me that BEFORE i made

Re: SQL Server Data Archival - my solution

2010-08-02 Thread Dan O'Keefe
I find this intriguing as well. Almost like a poor mans historical archive system. A generator for the triggers would be cool also based on Illidium PU-36 -- Dan O'Keefe On Fri, Jul 30, 2010 at 9:08 AM, Pete Ruckelshaus pruckelsh...@gmail.com wrote: Feel free to pass on any

Re: ColdFusion and .NET Web Services running WSE 3.0

2010-06-06 Thread Dan O'Keefe
was seamless using MS's WSE library. It wasn't the deciding factor, but it was definitely a differentiator, Phil On Fri, Jun 4, 2010 at 12:53 PM, Dan O'Keefe dan.oke...@gmail.com wrote: Philip, Did you authorization require WS-Security? Dan

Re: ColdFusion and .NET Web Services running WSE 3.0

2010-06-04 Thread Dan O'Keefe
Philip, Did you authorization require WS-Security? Dan -- Dan O'Keefe On Thu, Apr 29, 2010 at 12:13 PM, Phillip Duba phild...@gmail.com wrote: Dave, thanks for the response. I've gone to executing the request using CFHTTP, creating the soap:Header tag and building it as I go

Re: coldfusion sessions and facebook connect

2009-10-08 Thread Dan O'Keefe
? -- Dan O'Keefe On Wed, Oct 7, 2009 at 7:51 PM, Jeff U j...@uspokerdirectory.com wrote: Also, another thread from 4 months ago: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59559 so hopefully Casey or Shane can chime in if they are still out there. Thanks

Re: Create a circle with text in it?

2009-02-08 Thread Dan O'Keefe
You can use the image functions to do this, though for the lettering will probably be a pain (I think you'd have to use composite images). It'd be doable though. I'd expect any significant image package has support for laying text out like this, so that's undoubtedly a better bet.

Re: Creating Web Connector to QuickBooks

2009-01-14 Thread Dan O'Keefe
Did you find anything out regarding this? Dan On Sun, Jan 4, 2009 at 12:36 PM, Andy a...@omygoodness.com wrote: Updating my wife's business from Peachtree to QB. Have any of you written a Web Connector for QB? They use SOAP. Are they examples out there that I can use to short-cut the

Re: Why is my CF8 server constantly hanging?

2008-12-03 Thread Dan O'Keefe
Does anyone have any ideas? At this point I'm willing to pay someone to help. Ahh! Might want to ping Charlie Aerhart as this is an area of his expertise. Dan ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: cfdirectory directory to a another server

2008-11-26 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 7:16 PM, Dave Watts [EMAIL PROTECTED] wrote: That was my conclusion as well - only way it can work is if a domain is involved. It is possible, however, to use credentials that aren't valid locally to connect to a remote server: net use * \\server\share password

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
In my example, it may be referred to as: \\server1\CFService. Then, on \\server2\share, grant access to \\server1\CFService. That is where the problem is. When trying to give the user from server1 permission on server2, and you click on the Locations button, only the current server is

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 6:28 AM, Jeffrey Lemire [EMAIL PROTECTED] wrote: Have you tried something like \\192.168.1.100\d$\ (d$ representing the root drive you're trying to access) Shares are usually associated with login accounts. Yep, tried every possible combination I could think of.

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 10:47 AM, Dawson, Michael [EMAIL PROTECTED]wrote: Try using server\CFService (Use the other slash) Mike That was a type on my part, but just to be sure I tried it again. The Name not found dialog states The following object is not from a domain listed in the select

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 3:37 PM, Dave Watts [EMAIL PROTECTED] wrote: That was a type on my part, but just to be sure I tried it again. The Name not found dialog states The following object is not from a domain listed in the select location dialog box, and is therefore not valid. I'm

Re: cfdirectory directory to a another server

2008-11-24 Thread Dan O'Keefe
to be written to, but that did not work wither. Tried both a mapped drive and UNC. -- Dan O'Keefe On Mon, Nov 24, 2008 at 5:14 PM, patrick buch [EMAIL PROTECTED]wrote: Hi everyone, I have a webpage that list everything in a particular folder, see code... cfdirectory action=LIST

Re: cfdirectory directory to a another server

2008-11-24 Thread Dan O'Keefe
Yes, Since I created matching accounts on the two servers, say CFService and using the same passwords. Even gave the admin privelages so I could log in with that account and test the share by going to \\192.168.1.100\sharname. That was successful, but flat out would not work in CF 8.01. Dan On

Re: Going from Application.cfm to Application.cfc

2008-11-17 Thread Dan O'Keefe
Check this out and do a search on Ray's blog for application.cfc http://www.coldfusionjedi.com/index.cfm/2007/11/5/ApplicationCFC-Template-Update I think he even has a recorded preso he did once on using it. -- Dan O'Keefe On Mon, Nov 17, 2008 at 2:56 PM, Gerald Guido [EMAIL

Re: Retrieve files on another servers

2008-11-13 Thread Dan O'Keefe
the archives as well. -- Dan O'Keefe On Thu, Nov 13, 2008 at 8:47 AM, Chad Baloga [EMAIL PROTECTED] wrote: Does anybody know how to retrieve files on another server which is not a web server? I am able to write to the other server share by using some permissions, but the retrieval

Re: Quickbooks and CF

2008-11-13 Thread Dan O'Keefe
Nick, Is that for the desktop version then? What is the utility written in? Dan -- Dan O'Keefe On Thu, Nov 13, 2008 at 3:47 PM, Nick Gleason [EMAIL PROTECTED]wrote: Hi there. We have built a desktop utility that integrates transactions from within our online application

Re: lists question

2008-11-05 Thread Dan O'Keefe
I can't tell you how many posts I've seen over the years where the poster didn't even include the location of the job in the post. Too funny, really. :) Good point - always find myself having to hunt through the post to find the location and if they are requiring on site. If we make those

Re: Obscenity/Bad Words filter udf/cfc?

2008-10-20 Thread Dan O'Keefe
On Mon, Oct 20, 2008 at 9:46 AM, Ryan J. Heldt [EMAIL PROTECTED] wrote: Dan- I don't have any code for this, but what I would do is take a block of text and treat it as a list, using space, CFLF, and other characters as needed as delimiters. Then loop though the list and see if any of those

Re: Obscenity/Bad Words filter udf/cfc?

2008-10-18 Thread Dan O'Keefe
Has anyone come across any others? Need one with whole word support. Dan On Sat, Mar 10, 2007 at 3:04 PM, Matt Quackenbush [EMAIL PROTECTED] wrote: There's also one at CFlib.org. http://www.cflib.org/udf.cfm?ID=1105 ~|

Re: cfmail + gmail

2008-09-30 Thread Dan O'Keefe
In my experience so far with a few different Google apps domains, useSSL is required and I have never used useTLS. That is with CF 8 though, I don't think useSSL works in 7.02. Make sure your username is the complete [EMAIL PROTECTED] account name. Dan On Tue, Sep 30, 2008 at 9:40 AM, Adrian

Re: cfmail + gmail

2008-09-30 Thread Dan O'Keefe
Brain, Aren't those instructions specific to configuring email clients? That is the only place I have seen a reference to TLS. I have never used it, but I have always has to use 'useSSL' for the CFMAIL tag. I have noticed though that the port # differs. I am not sure what logic Google uses to

Re: Google for Domains, mail not being sent

2008-09-20 Thread Dan O'Keefe
Chuck, I don't think your SMTP server is correct and not sure if you should list all of the other's as backups. As Kym mentioned, since you know the DNS entries for a google mail account, I am assuming you have one and have the domain configured to work with google. Also, can you send and

Re: migrating cf6 datasources to cf 8

2008-09-19 Thread Dan O'Keefe
On Windows Server? Same version on both boces? You might be able to go into regedit on the old server and drill down to the datasources and save that key, and then copy it to the new server and run it. I remember trying that one time way back when, not sure if it still works or what the

Re: migrating cf6 datasources to cf 8

2008-09-19 Thread Dan O'Keefe
ahh, sounds easier - can those XML sections be copied over then? On Fri, Sep 19, 2008 at 5:18 PM, Dave Watts [EMAIL PROTECTED] wrote: On Windows Server? Same version on both boces? You might be able to go into regedit on the old server and drill down to the datasources and save that key, and

Re: Totally Baffling Extra being added in a plain text email. What the heck?

2008-09-17 Thread Dan O'Keefe
Les, Kind of weird for sure. How about trying to store the contents of the include file into a local var, and then use that in the body of the email. cfsavecontent variable=email_body cfinclude template=textEMAIL_BODY.cfm / /cfsavecontent cfmail to=somebody.somewhere.com

Re: BUMP Re: Odd null pointer error

2008-09-10 Thread Dan O'Keefe
Bryan, What version of mySQL are you using? Dan On Wed, Sep 10, 2008 at 5:42 PM, Bryan Stevenson [EMAIL PROTECTED] wrote: On Wed, 2008-09-10 at 15:21 -0600, denstar wrote: Can you get them to replace the MySQL driver with a newer version? That's my shot in the dark. Driver issue. :D

Re: xml include not working

2008-09-09 Thread Dan O'Keefe
Richard, It is not an event handler so should not go in that section - try it right under your opening modelglue Dan On Tue, Sep 9, 2008 at 8:58 AM, Richard White [EMAIL PROTECTED] wrote: hi, i am trying to include one xml file into another can anyone tell me what i am doing wrong please:

Re: coldfusion 8 and memory

2007-08-14 Thread Dan O'Keefe
llkkj On 8/8/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 08 Aug 2007, [EMAIL PROTECTED] wrote: I'm sure everything is working but not in what I should have stated, native 64bit mode. In two years, it will be time to upgrade my system again and maybe it would be worth

Re: Using OnSessionEnd with Model-Glue

2007-07-09 Thread Dan O'Keefe
On 7/8/07, James Holmes [EMAIL PROTECTED] wrote: OnSessionEnd() doesn't communicate with a browser. There's no client to which to send a location header. That makes sense to me, but then the docs state: -- Use this method for any clean-up activities when the session ends.

Using OnSessionEnd with Model-Glue

2007-07-08 Thread Dan O'Keefe
--^^--- -- -- Dan O'Keefe -- -- Dan O'Keefe ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http

SQL 2005 Profiler - ApplicationName

2007-06-13 Thread Dan O'Keefe
I am trying to inject an ApplicationName via the VF 7.02 administrator so I can filter on it in SQL profiler. I tried adding: Application Name=My name into the connection string box. Cycled all of the CF related services but to no avail. Any one doing this or know how? Thanks, Dan

Re: SOT: SQL methods

2007-06-03 Thread Dan O'Keefe
Tom, One method I have used in the past is when you query the join table and display the results, store the EventJoinID 's in a list hidden form variable. Then on post, wrapped in transaction, a single delete statement using the EventJoinID 's list will delete all of the old records, and then

Re: File Upload CFC

2007-05-06 Thread Dan O'Keefe
Rob, While I have not used it myself, Massimo's custom tag solution is here: http://www.olimpo.ch/tmt/tag/fileuploader/ I seem to remember someone posting about a CFC solution as well. Dan On 5/4/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Thanks for the pointer Josh, I'll be

Re: Breakfast is ready honey... come'n'get it!

2007-04-19 Thread Dan O'Keefe
We could probably see our way clear to include Rosie O'Donnell. On 4/18/07, Andy Allan [EMAIL PROTECTED] wrote: Yeah, lets not talk about the international prices. We always expect to pay a little more than the US, but the CS3 stuff is extracting the urine. We're looking at paying £1,000 more

Re: Adding to Zip files in CFMX 6.1 (Windows)

2007-04-15 Thread Dan O'Keefe
If you create a new one with the same file name, doesn't it add the files to the existing zip? Dan On 4/15/07, Aaron Rouse [EMAIL PROTECTED] wrote: Does anyone know of a CFC, tag, or UDF that allows you to add files to an existing Zip file? So far everything I have found in my searches just

Re: COM Object Method Not Found (Cybersource)

2007-04-11 Thread Dan O'Keefe
Michale, can you post your code for the com object? What error are you getting? Dan On 4/6/07, Michael Appenzellar [EMAIL PROTECTED] wrote: Any resolution on this? I am trying to connect ColdFusion to Cybersource. Hi Joe, Unfortunately it sounds like (and I don't know much about COM mind

Re: Listing TODOs in CF files

2007-04-05 Thread Dan O'Keefe
It has been worth it to me, a hundred times over. Dan On 4/5/07, Claude Schneegans [EMAIL PROTECTED] wrote: I don't know what the REExtract thing does exactly It returns all strings between two matching REs in a list or in a query, with positions and lengths of all strings Pretty handy

Re: WDDX v.s. CF 7 XML functionality

2007-03-30 Thread Dan O'Keefe
Thanks Jim, this is very helpful. Dan On 3/23/07, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:54 AM To: CF-Talk Subject: WDDX v.s. CF 7 XML functionality While having a few legacy apps

WDDX v.s. CF 7 XML functionality

2007-03-23 Thread Dan O'Keefe
While having a few legacy apps myself making use of WDDX, I was wondering if WDDX still has value that is not currently offered in the XML support of CF 7.02. Seems like opedwddx.org is pretty stale. Any thoughts? Thanks, Dan -- Dan O'Keefe

Re: Flash form swf storage

2006-11-01 Thread Dan O'Keefe
Thanks Dave. That is why I was looking for it because I wanted to remove it from cache to see if it resolved the issue where an image inside of a flash form was not being updated. Dan On 10/30/06, Dave Watts [EMAIL PROTECTED] wrote: Anyone know where the SWF's from a flash form are stored on

Re: OT: Vortech Hosting - Orlando, Florida

2006-11-01 Thread Dan O'Keefe
Jenny, Have your replacement hosting needs been met yet? Dan On 10/31/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Is anyone else here with Vortech Hosting? http://www.vortechhosting.com Last week they accused me of sending spam from my server, which of course I don't do. They

Flash form swf storage

2006-10-30 Thread Dan O'Keefe
Anyone know where the SWF's from a flash form are stored on the server? Are they named similar to the template that generated them? Thanks, -- Dan O'Keefe ~| Introducing the Fusion Authority Quarterly Update. 80

Re: CF and HL7

2006-10-25 Thread Dan O'Keefe
Is HL7 the XML like messaging interface used in the medical industry? Dan On 10/25/06, Brendan Canty [EMAIL PROTECTED] wrote: Does anyone know if a vendor that makes an app the generates HL7 messages that integrates with CF? Brendan Canty NorthPoint Domain [EMAIL PROTECTED]

flash form pop up window from link

2006-10-24 Thread Dan O'Keefe
', 'height=600,width=800,resizable=1,scrollbars=1');return false; Privacy Policy/a /cfoutput has anyone else run into this? Is this a limitation of the flash form? Thanks, -- Dan O'Keefe ~| Introducing the Fusion

Re: tartan website

2006-10-19 Thread Dan O'Keefe
Just so happens I was doing some searching on CFOOP today and I can get to the site with this URL http://www.tartanframework.org/tartan/? Dan On 10/19/06, Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] wrote: okay - thanks On 19/10/06, Steve LaBadie [EMAIL PROTECTED] wrote: I get

Scott Keene - cfoop.com

2006-10-19 Thread Dan O'Keefe
Anyone know what happened to Scott Keene and his exception handling framework we was working on in late 93? I see it is being used in Tartan, but that is about all I can find. Thanks, -- Dan O'Keefe ~| Introducing

Re: Scott Keene - cfoop.com

2006-10-19 Thread Dan O'Keefe
hosting from AUD$15/month On 10/20/06, Dan O'Keefe [EMAIL PROTECTED] wrote: Anyone know what happened to Scott Keene and his exception handling framework we was working on in late 93? I see it is being used in Tartan, but that is about all I can find. Thanks

UML For Eclipse

2006-10-19 Thread Dan O'Keefe
I think I saw a request for UML for eclipse, not sure if this one got mentioned: http://www.gentleware.com/downloadcenter.html -- Dan O'Keefe ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard

Re: Web Analytics

2005-12-11 Thread Dan O'Keefe
Did this product become Google Analytics? Dan On 2/14/05, Eric Creese [EMAIL PROTECTED] wrote: Statistex -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 8:17 AM To: CF-Talk Subject: RE: Web Analytics WebLog Expert isn't too bad.

Re: OT: Mirra Personal Server for File Backup...

2005-08-30 Thread Dan O'Keefe
Thanks Dan, good info. I agree, the less time spent getting it set up the better, and if it provides the peace of mind your environment calls for, sounds like a good choice. I have a few more questions but will check out the site or email you directly. Dan On 8/30/05, Dan G. Switzer, II

Re: SQL Enterprise Cost

2005-08-30 Thread Dan O'Keefe
And if you look at the feture set for Standard 2005 compared to standard 2000, you will see they brought some of the enterprise functionality from Enterprise down to standard making it a pretty good deal. Also, MS is going to consider a multi core CPU to count as 1 CPU where as oracle considers

Re: changing developer IP addresses

2005-08-30 Thread Dan O'Keefe
I believe it just accepts the first one to hit the server, so if you cycle the service it will allow the connection from another IP and lock that one in. Dan On 8/30/05, Mike Soultanian [EMAIL PROTECTED] wrote: Does anyone know how to change what IP addresses are allowed to access the

Re: OT: Mirra Personal Server for File Backup...

2005-08-29 Thread Dan O'Keefe
Dan Not me, but I am going to check that out as I have the exact same scenario. Will go along good with the easy2sync software I use to keep my outlook files syncronized between laptop and desktop. Dan On 8/29/05, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Has anyone had any experience

Re: Symantec AntiVirus for Dedicated Web Server...

2005-08-24 Thread Dan O'Keefe
Dan, I think that is correct for Symantec, they really do not sell a single server license, at least they did not the last time I checked. You can use Mcafee or the free one at http://www.clamwin.com/. Dan On 8/22/05, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Anyone know which is the correct

Re: Stat app recommendation

2005-08-24 Thread Dan O'Keefe
I would second awStats, especially as a good starting point. Not too bad to set up and might give you everything you need. You do have to install Perl though if you are not already running that. Dan On 8/18/05, Russ [EMAIL PROTECTED] wrote: Awstats is always worth a look...

Re: @@Identity returns excessive records

2005-08-20 Thread Dan O'Keefe
On 8/18/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Well, they are unmanageable in the most part - unnecessary. Respectively disagree. To me it is letting the DB engine do its job which it is very capaple of. What specifically do you feel is unmanageable? I agree you have to be

Re: @@Identity returns excessive records

2005-08-20 Thread Dan O'Keefe
Have you tried just doing this 'SELECT @@IDENTITY (or SCOPE_IDENTITY() whichever you prefer) AS ID' Droping the table name part? Yes, About a dozen or so messages back. Dan ~| Logware (www.logware.us): a new and

Re: @@Identity returns excessive records

2005-08-20 Thread Dan O'Keefe
sorry, just caught up with the rest of this thread, should have let it drop Dan On 8/20/05, Dan O'Keefe [EMAIL PROTECTED] wrote: On 8/18/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Well, they are unmanageable in the most part - unnecessary. Respectively disagree. To me

@@Identity returns excessive records

2005-08-17 Thread Dan O'Keefe
I have an insert query, select the @@identity, and then insert into another table. Common scenario, but all of a sudden, after a dozen or so iterations, it just starts to die. I found it is dying getting the identity. When I run it manually in ISQLW, I get the identity key, but I get the same key

Re: @@Identity returns excessive records

2005-08-17 Thread Dan O'Keefe
as there are in the table, which is 295K + rows. you mean you get back the same number regardless of the number of inserts? -mark -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 8:57 AM To: CF-Talk Subject: @@Identity returns

Re: @@Identity returns excessive records

2005-08-17 Thread Dan O'Keefe
you with the proper ID, especially in multi-user environments (which the web most certainly is) and leaves the possibility of returning the wrong IDENTITY id. This is why I switched to using UUID's. Dave -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent

Re: @@Identity returns excessive records

2005-08-17 Thread Dan O'Keefe
-Mark -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 9:12 AM To: CF-Talk Subject: Re: @@Identity returns excessive records If I copy and paste my tSQL into query analyzer: INSERT INTO tblArActivityNote (patientID,UserID,note

Re: @@Identity returns excessive records

2005-08-17 Thread Dan O'Keefe
-Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 9:12 AM To: CF-Talk Subject: Re: @@Identity returns excessive records If I copy and paste my tSQL into query analyzer: INSERT INTO tblArActivityNote (patientID,UserID,note) VALUES(238,1

Re: Looking for very simple CMS

2005-08-10 Thread Dan O'Keefe
That is pretty cool for basic quick and dirty edits. Have you used this in production anywhere? Dan On 8/10/05, Jim Curran [EMAIL PROTECTED] wrote: http://www.edit.com Really, really simple. - j -Original Message- From: David Adams [mailto:[EMAIL PROTECTED] Sent: Tuesday,

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]

Re: Physical Address Verification.

2005-08-03 Thread Dan O'Keefe
Emmet, Both of these were 5+ years ago, so take the info with a grain of salt. I used Group 1 COM objects several years ago to do this: http://g1.com/Products/DataQuality/InteractiveDemo/ Not sure how they sell them or package them now. Also,

Re: Create SWF from CF

2005-07-29 Thread Dan O'Keefe
Neat tool, too bad it cannot be purchased anymore. That was a year and a half ago and looks like Jzox has not created any new tools. Dan On 7/27/05, James Holmes [EMAIL PROTECTED] wrote: Eg: http://www.jzox.com/products.jsp

Re: Dynamic JS tree with AJAX

2005-06-18 Thread Dan O'Keefe
What is Neromancer? Dan On 6/18/05, James Holmes [EMAIL PROTECTED] wrote: I am going to build a javascript tree that displays data from a DB, but I want each tree expansion to be dynamically build from a query to the DB. I'm thinking of combining Treeview (http://www.treeview.net/) or an

Re: Help with COM

2005-06-13 Thread Dan O'Keefe
From Cybersource when I worked on the interface, a little over a year ago. I am not familiar with CyberSourceWS. I think I still have the developer guide I used and I will email to you directly. Dan On 6/13/05, Bud [EMAIL PROTECTED] wrote: Dan, where did you get the software? The software and

Re: Help with COM

2005-06-13 Thread Dan O'Keefe
ah, WS is web service and I used the SCMP API. On 6/13/05, Bud [EMAIL PROTECTED] wrote: From Cybersource when I worked on the interface, a little over a year ago. I am not familiar with CyberSourceWS. I think I still have the developer guide I used and I will email to you directly. Thanks

Re: Help with COM

2005-06-12 Thread Dan O'Keefe
Don't think so - I have coded a cybersource interface before and that is from my code. Are you setting properties in the COM object to submit for CC verification? Is this your object call? cfobject action=create type=com class=Cybersource.ICS.3 name=oRequest Dan On 6/11/05, Bud [EMAIL

Re: Help with COM

2005-06-11 Thread Dan O'Keefe
Bud, I think you have to use their SetValue method: cfset oRequest.SetValue(billTo_firstName, Jane) Dan On 6/11/05, Bud [EMAIL PROTECTED] wrote: Hi all. I'm trying to use a COM object to connect to CyberSource payment gateway. I'm converting their ASP script sample. Here is my problem. I'm

Re: OT - CF varible use in an online editor

2005-06-08 Thread Dan O'Keefe
mail merge i.e. create a word document, cut paste into text editor, insert coldfusion tags for data, but I cannot seem to control the formatting, does your approach cover anything like this or have I completely misunderstood your reply? From: Dan

Re: CF varible use in an online editor

2005-06-07 Thread Dan O'Keefe
I do it for a mail merge application, and use placemarkers in the test, such as ^$^firstname^$^ and ^$^lastname^$^. The you can pull the content from the DB and synamically replace the placemarkers with your data. Is that what you are looking for? Dan On 6/2/05, Doug Bedient [EMAIL PROTECTED]

Re: Storyboard Tool

2005-06-07 Thread Dan O'Keefe
Damien, In what ways? Can you be more specific if you remember? Thanks, Dan On 6/3/05, Damien McKenna [EMAIL PROTECTED] wrote: For very simple storyboarding nothing beats demin I used this last year on a small project or two but found it very akward and limiting. -- Damien McKenna -

Re: Finding all matching strings in a text dump

2005-06-07 Thread Dan O'Keefe
I second the recomendation - awesome tag. Dan On 6/6/05, Claude Schneegans [EMAIL PROTECTED] wrote: This is a perfect job for CF_REextract. See http://www.contentbox.com/claude/customtags/REextract/testingREextract.cfm enter RE1 = ERROR[0-9]* * value= RE2 = * SAMPLETEXT = input

Re: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Dan O'Keefe
yeah. rookie On Apr 8, 2005 1:12 PM, Rey Bango [EMAIL PROTECTED] wrote: Great feedback. Anymore comments? Rey... ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

OT: JS-selecting range of checkboxes

2005-03-06 Thread Dan O'Keefe
Any other mailers here, like the abilty to select a range of checkboxes by holding down the shift key. Any one know how to do that with javascript? Dan O'Keefe ~| Find out how CFTicket can increase your

Re: ArgoUML and CFC's

2005-02-28 Thread Dan O'Keefe
I had someone who was helping me out with this by using an XSL stylesheet on the XMI file. I will see if I can find that and I will let you know. Dan On Wed, 9 Feb 2005 17:10:53 -0500, Hassan Arteaga Rodriguez [EMAIL PROTECTED] wrote: Thanks Sean.. Exactly, I tried to export to XMI file and

Re: Looking for a good web based html editor

2005-02-27 Thread Dan O'Keefe
As for the second issue, this occurs when you use the advanced view and click the HTML button? Correct, but what are you telling me? Is this normal behaviour? What service is it referring to. Dan ~| Discover CFTicket - The

Re: Looking for a good web based html editor

2005-02-26 Thread Dan O'Keefe
For the tinyMCE users here, a couple of questions if I could. I am trying this product after using fckEditor for a while. I have 2 issues keeping me from implementing it right now. The first being there are not negative font sizes, like size -1, size -2, etc. The size 1 content when sent to a word

Re: MX CHR(10)

2005-02-22 Thread Dan O'Keefe
Bingo Dave, that was it. On CF5 and previous version, if memory serves me correctly, if you used both 10 13, it created an additional line, and now it works properly. I think the order has to be 13 first and then 10. cfset br = #chr(13)##chr(10)# Thanks much. After upgrading a client, all of my

Re: MX CHR(10)

2005-02-22 Thread Dan O'Keefe
Chris, Based on the findings from Dave's post, I think you would be right. Do you know of any binary file viewing tools? I know Norton Utilities had one a long time ago, but not sure of current options. I could google it but if you have experience with any, let me know. Dan On Tue, 22 Feb 2005

Re: MX CHR(10)

2005-02-21 Thread Dan O'Keefe
yourself). On Tue, 1 Feb 2005 09:30:44 -0500, Dan O'Keefe [EMAIL PROTECTED] wrote: Has anyone noticed a difference in the way this function works in MX? I upgraded a CF 5 server to MX and now my text files that I have always written out with chr(10) are not formatted properly

parsing control characters

2005-02-18 Thread Dan O'Keefe
I have a need to take a scrape of a web page, parse it, and regenerate it at a later time. I have run into an issue where control characters such as a right single quote mark #146, since it is already parsed by the browser for display, when you do view source and save it to a file, the location

Re: cfset ?

2005-02-04 Thread Dan O'Keefe
No, I used this address. Will send it right now with the subject RE_Extract. Dan On Thu, 03 Feb 2005 23:07:29 -0500, Claude Schneegans [EMAIL PROTECTED] wrote: Did your email address change? I sent a couple emails about RE_extract with no reply. No, it didn't. I changed my message

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
was LNG gone from many formats ago) http://www.runtime.org/gdb.htm -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 9:33 AM To: CF-Talk Subject: recover lost code Accidentally overwrote a CFML file, and before I could get

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
- Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 02, 2005 6:32 AM Subject: recover lost code Accidentally overwrote a CFML file, and before I could get to the backup file, it had backed up new file, so I

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
it back for you (along with a ton of stuff you thought was LNG gone from many formats ago) http://www.runtime.org/gdb.htm -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 9:33 AM To: CF-Talk Subject: recover lost code

stings with both singl double quotes

2005-02-03 Thread Dan O'Keefe
Is there A way to store the following string in a variable? a href=javascript:document.forms[1].submit(); border=0 onclick='goneaway=false;img src=/store/images/button_complete.gif width=250 height=31 alt= border=0/a Since it has both single and double quotes, I have been unable to find a way to

  1   2   3   4   >