Re: DateAdd in Query Statement

2006-11-27 Thread Ryan Stewart
Try: #CreateODBCDateTime(DateAdd('D',ARGUMENTS.twgFileExpDate,F.filePostDate))# Ryan [EMAIL PROTECTED] 27/11/2006 14:13 I'm attempting to filter a query set based on a date. However, it looks like the DateAdd function is not in an ODBC format, so I can't compare the current date to the

Function/Query Speed.

2006-11-16 Thread Ryan Stewart
What I've been doing is testing the speed of a call to a function in a cfc not written by myself, that must be used as a search function to an interface I've written. My question revolves around the speed of the things. I'll explain what's happening before I try wording the question. *3

Re: Function/Query Speed.

2006-11-16 Thread Ryan Stewart
/2006 11:11 On Thursday 16 November 2006 10:02, Ryan Stewart wrote: *3 components written as web services, but in this case all sitting as The anomoly i can't explain is that the first call reports a much higher time than subsequent calls. But more still, the second third and so on can

Re: MD5 in cfm is not correct

2006-11-09 Thread Ryan Stewart
The only difference I see with the example string The quick brown fox jumps over the lazy dog, is that CF generates a string all uppercase alpha characters. Aside from that it seems to give the same value. So couldn't you just say: lcase(hash(The quick brown fox jumps over the lazy dog))

Re: MD5 in cfm is not correct

2006-11-09 Thread Ryan Stewart
I should have mentioned I was using cfmx 7.0.1 Ryan [EMAIL PROTECTED] 09/11/2006 09:50 CF 7.0.2 gives me the correct output as well. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread Ryan Stewart
If you really wanted to, you could use: StructDelete(structure, key [, indicatenotexisting ]) StructDelete ( variables, objectKey [, true] ) Ryan [EMAIL PROTECTED] 01/11/2006 08:31 I have a cfloop that iterates through a query and creates an object for every userid that is returned in

Re: 79%[Maybe spam] CF7 hosting; cheap but reliable?

2006-10-16 Thread Ryan Stewart
http://www.hostingfuse.com/ Cheap and reliable for home use. I don't use their mail server, but I get the impression it's probably fine. Tech support and H-Sphere tools are useful. --Ryan [EMAIL PROTECTED] 16/10/2006 04:35 Hi: I need a CF7 hosting that doesn't cost very much cause I

RE: built in web server

2006-10-11 Thread Ryan Stewart
I've always noticed the same thing, even with external web servers but only with the first request after the services have been started. 10 seconds? I've never timed it, but it's probably about that. Ryan [EMAIL PROTECTED] 10/10/2006 22:10 Have you run any tests to compare the built-in

IDE's

2006-10-11 Thread Ryan Stewart
Quick question, I've been using dreamweaver for coldfusion development at work for sometime. I've always been of the opinion that it's much more of a designer/prototype/entry level tool. I'm looking into alternatives to put forward as suggestions for a DW replacement as others are now

CFForm programatically setting selectedDate for cfcalendar

2006-02-01 Thread Ryan Stewart
I'm just starting to get into CFForm and loving that I can take some of my Flex knowledge and apply it to the forms. But I'm having an issue binding the selected date on cfcalendar. I have a datagrid that fires some ActionScript when a new item is selected. In the ActionScript I try setting the