[ cf-dev ] OT: Minutes between two Oracle dates

2003-03-27 Thread Osullivan Karl (RKB) Senior Analyst/Programmer
Hi, Sorry for the off-topic posting I want to find out the number of hours and minutes between two dates in Oracle (don't want to use CF as I'm sure DB was be more efficient). Can't quite work out the syntax. Both dates have hours and minutes in them. Eg SELECT (departure_date

RE: [ cf-dev ] OT: Minutes between two Oracle dates

2003-03-27 Thread Gordon Thomas
Which version of Oracle are you using, 8 or 9, cos they handle dates in quite slightly different manners. Give me a holla off list with exactly what it is you are trying to do and i'll see what i can come up with for you. Gord. -Original Message- From: Osullivan Karl (RKB) Senior

[ cf-dev ] UKCFUG Meeting Tonight - 7pm - Pearson Lecture Theatre, UCL, London! Don't Miss Out!

2003-03-27 Thread Niklas Richardson
~~ The United Kingdom ColdFusion User Group Newsletter, 27 March 2003 ~~ == Next Event -

[ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Damian Watson
Hi got a problem here. For some reason I'm getting a blank email sent. No errors are generated. Anyone come across this b4? Here's the cfmail code: cfset boundary = CreateUUID() cfmail to=#Form.Email# from=[EMAIL PROTECTED] subject=subject cfmailparam name=Content-Type

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Colm Brazel
Could be something in the cfinclude files like cfoutput which could cause a problem? Colm -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:13 To: [EMAIL PROTECTED] Subject: [ cf-dev ] multipart email -- email coming out blank Hi got a problem

Re: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Damian Watson
doh... you would be right there ta ;0) - Original Message - From: Colm Brazel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:25 PM Subject: RE: [ cf-dev ] multipart email -- email coming out blank Could be something in the cfinclude files like cfoutput which

[ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
Hi, is this a reported bug Using cfwddx on a XML packet causes error :: Exception during WDDX operation. coldfusion.wddx.BeanSerializer$IllegalPropertyAccessException: Error reading property for coldfusion.xml.XmlNodeList.node.. example code : cfxml variable=exampleXML a

RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Robertson-Ravo, Neil (RX)
There were numerous WDDX bugs in MX which were fixed with the 3rd MS updater... Have you installed the 3rd release? -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:48 To: Cfuk Subject: [ cf-dev ] Is this reported bug Hi, is this a

[ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
yeap.. ColdFusion Server Developer 6,0,0,58500 Justin -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:45 To: '[EMAIL PROTECTED]' Subject: [notspam] RE: [ cf-dev ] Is this reported bug There were numerous WDDX bugs in MX which were

[ cf-dev ] Anyone interested in some work

2003-03-27 Thread Paolo Piponi
I've got a friend who been running a recruitment portal for a couple of years, pretty much as a one-man band. The site is in CF but he's been screwed over recently by some bad developers and he's looking for a single developer who might be able to take it on: initial bug fixing, occasional

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
MS? or MM ? Justin -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:52 To: [EMAIL PROTECTED] Subject: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug yeap.. ColdFusion Server Developer 6,0,0,58500 Justin -Original

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Rich Wild
I'm not sure if wddx can serialise another xml document, I don't know. As an aside, why would you want to do this? -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:52 To: [EMAIL PROTECTED] Subject: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Rich Wild
you could always use cfsavecontent instead of cfxml to save it to a variable and then into wddx, but I'm assuming you have a special reason for converting a xml var to wddx -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:53 To: '[EMAIL PROTECTED]'

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
I'm not sure if wddx can serialise another xml document, I don't know. As an aside, why would you want to do this? Because it there :-) Well I have a settings xml - some other application vars that I was presisting in a wddx packet. I can code around to - use toString() for example, but it

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Niklas Richardson
Damian, Does this work in CFMX? I wrote a custom tag to output multipart emails for the UKCFUG website. But if you can do it like this - well, that's a LOT easier! Cheers Niklas -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:13 PM

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Rich Wild
Nik, I now use cfmail for MX multipart messages as opposed to advancedemail or anything like that. so far it works fine... cfmail from='Me [EMAIL PROTECTED]' to='#i#' subject='test' server=#mailserver#cfmailparam name=Reply-To value=Him [EMAIL PROTECTED]cfmailparam name=Errors-To value=Errors

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Rich Wild
Because it there :-) heh! Hackers unite! Would you guys _EXPECT_IT_ to work or not work ?? well, I can't find *any* documentation about xml vars and cfwddx but put it this way, seeing as xml vars are new in mx I would be very pleasantly surprised if it did work... -Original Message-

[ cf-dev ] Verity Questions

2003-03-27 Thread Alex Skinner
Guys, A few verity questions Whats the maximum size a verity collection can (KB not number of docs) I know what it says in the docs but im interested in peoples real world experience on MX. Specifically problems with indexing, any verity spider spidering issues. Platform will be linux with

Re: [ cf-dev ] Verity Questions

2003-03-27 Thread Stephen Moretti
Alex, A few verity questions Whats the maximum size a verity collection can (KB not number of docs) I know what it says in the docs but im interested in peoples real world experience on MX. Specifically problems with indexing, any verity spider spidering issues. Platform will be linux

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
I guess I'm thinking if you can cfdump it you should be able to cfwddx it. It should be a fairly simple task to allow XML to be serialized to wddx Convert it to a String xmldata encoding=whateverWDDXString/xmldata and stick it in. On the way out string into XML ...there we go So

RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Rich Wild
So should a post it as a bug ? Yea, go for it, Mr. Holmes. :) -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 16:01 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug I guess I'm thinking if

RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Justin MacCarthy
Thanks Watson. *goes off to the opium room to play his violin, badly* -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 15:55 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug So should a post it as a

RE: [ cf-dev ] Is this reported bug

2003-03-27 Thread Rich Wild
/me huffs and puffs and mumbles something about an 'infernal racket' before falling asleep in a comfy chair by the fireplace with a glass of brandy perilously perched upon ample well-fed stomach. -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 27 March 2003

Re: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Damian Watson
That may also be the trouble! I've got a stupid setup here at the moment with MX server on dev machine but using CF5 on web server so I may be missing a trick *don't ask*. I'll tell you when I've got it working. Nik, does your code work on 5? - Original Message - From: Niklas Richardson

Re: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Taz
Nik, does your code work on 5? Nik's code? Work? You're funny... -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Niklas Richardson
Cheeky git! :P -Original Message- From: Taz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:16 PM To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] multipart email -- email coming out blank Nik, does your code work on 5? Nik's code? Work? You're funny... --

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Niklas Richardson
Hi Damian, There is a multipart custom tag for CF5, I had to write a CFMX version as I didn't realise you could do it so easily with the code you did! Cheers Niklas -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:02 PM To: [EMAIL

Re: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Damian Watson
hehe soz @;^P - Original Message - From: Niklas Richardson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:21 PM Subject: RE: [ cf-dev ] multipart email -- email coming out blank Cheeky git! :P -Original Message- From: Taz [mailto:[EMAIL

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Colm Brazel
There is a multipart custom tag for CF5, Nik, Any chance of letting me have that for CF5, thanks Colm [EMAIL PROTECTED] www.cbweb.net http://www.cbweb.net [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From:

RE: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Alex Skinner
Niks gone to the CFUG meeting mate but check the dev exchange its on there. Alex -Original Message- From: Colm Brazel [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 18:22 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] multipart email -- email coming out blank There is a multipart custom

Re: [ cf-dev ] multipart email -- email coming out blank

2003-03-27 Thread Damian Watson
Ok all -- this code works nice (though I haven't had the chance to test it on a proper plain text client -- what's the best way to do that, Outlook / Express etc seem too cunning?). However it requires comments in it to send properly. Can anyone tell me why? See below: cfset boundary =