|
Listening for COM event I have a COM API that i need to interface with. I can call methods but i need to listen for events and store the output in a database when ever the DLL kicks off a event. Is this possible with using event gateways? ... 1 Apr 2008 16:14
Sending email encrypted jmurphy02, Did you ever find anything about this? I'm looking to do the same. Thanks! ... 1 Apr 2008 09:34
Querying a secure CFLDAP Well the believe it or not I figured it out. It was only after reading this post (http://www.numtopia.com/terry/blog/archives/2006/07/importing_ssl_certificates_ with_keytool_finally.cfm) that I started thinking that I remember I would import certificates and thenn run a list to make sure that they were in there... 31 Mar 2008 19:21
Advanced Sarch All of the conditions in the query would have to be "true" to return a given row. If you restrict the values further in the where clause with specific values of DUR, CAT, LOC, or UserID, then you would get even fewer "matches". However, the maximum number of rows would be returned where all of the existing cond... 31 Mar 2008 19:21
Binding Failure This is odd. goal: pass cfc's simple result value back to caller page and set the page's hidden field of 'uid' with this value. In other words, bind cfc's simple result value to an element of the caller. method: cfajaxproxy, cfc and js class library js code snip: function Save(frm){ var d = new d... 1 Apr 2008 07:09
LDAP returns an error Hey Ian thanks for that tool link. It's exactly something i've been desperate to find :) ... 31 Mar 2008 18:40
Ahhh.... cftree is eating my cfwindow! [Pic] So, I've stumbled across a little 'bug'? In Firefox, the use of cfwindow on a page with cftree causes the cftree frame to eat the borders of the cfwindow. This does not seem to happen on IE. It kind of reminds me of using wmode="transparent" when drop down menus are used over flash movies.... any ideas? any... 1 Apr 2008 16:14
format cfinclude I have over a thousand files that are headers to other files. Some headers are really long and I want to limit the output to a maximum of 40 characters, instead of outputting the file name. I know this example doesn't work but this is how I would output the first 40 characters if if were in a database. <cf... 31 Mar 2008 18:40
Application scope leak? I have a bunch of CFCs cached into the application scope that I use throughout my app. One particular CFC (dao.cfc) handles my data interface (read, write, execute, etc...). I also have other CFCs loaded into the application scope that call these application.dao functions. My problem is that my function's data... 3 Apr 2008 11:44 |