Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241897 ... I believe the normal answer is to have a scheduled task to look at the Undelvr folder and...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241898 ... Ignore including a JSP page. In a CFML page: obj=createIObject('java','java.util.foo'); ...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241899 ... http://www.red-gate.com/products/SQL_Prompt/index.htm get it while its free ~Dave the...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241900 ... What the hell? I've run into this before but I just can't believe that MM didn't provide...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241902 ... Does this currently work for you? Are you calling several different component paths? Or...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241901 ... What about something like this: <cffunction name="FindSimpleValue" access="public"...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241904 ... Is there anyway to reset the CF administrator password? I have the development version on...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241907 ... Artur... I'm looping over what could potentially be 2500 records. I'd rather avoid ...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241908 ... I'd say the reasons they didn't include it are: 1) writing code to loop through an array to...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241909 ... You are correct that they should have an ArrayFind function, but knowing this limitation...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241910 ... "and 2) more importantly, a great deal of the time an array doesn't just contain simple...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241911 ... I'm trying to manipulate the values in a query, by selecting a money value and replacing it...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241912 ... StructFind() searches for a key in a structure, not a value. The arrayFind() they are...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241913 ... You're right, thanks for the correction. StructFindValue() was what I was thinking of....
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241914 ... structFind() returns the value for a specified key, it doesn't search for a specified...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241915 ... I don't know if this will work for sure I have not tested it. Recently when I had some...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241916 ... I'm glad you found a solution, and I agree that there should be an ArrayFind function (I...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241917 ... Me too. <!----------------//------ andy matthews web developer certified advanced...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241918 ... Holy cow, that tool is awesome! Thanks for the heads up. ... This transmission may contain...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241920 ... It was written by Ray... Here's the code: function QueryToStructOfStructures(theQuery,...
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241922 ... You can't directly call functions in a JSP page. However, JSP and CF can share scopes....
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241924 ... Hello all, I am using the following code: <cfoutput query="qClients" maxrows="5"> <table> ...