RE: [ cf-dev ] Free Cf forums

2003-01-07 Thread Snake Hollywood
Simple message board is available from www.simplemessageboard.com > -Original Message- > From: Giles Roadnight [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 21:24 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Free Cf forums > > > Are you still talking about SMB? Do you have a

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Ian Westbrook
yep, that's very useful, thank you. I haven't entirely come out of PHP mindset yet, in which arrays are the natural scheme of things (PHP list functions are either non-existent or largely suck IMHE). I had real problems a while ago with trying to use $variable[$i] in a loop, and it scared me somewh

RE: [ cf-dev ] Free Cf forums

2003-01-07 Thread Giles Roadnight
Are you still talking about SMB? Do you have a link please? thanks Giles Roadnight http://giles.roadnight.name -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 21:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Free Cf forums Well it is free,

RE: [ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Snake Hollywood
SSL needs to be on it's own IP address for each site, u cannot put on the same IP as others sites unless u use different ports than the default 443. Although you can have one ssl on default IP using port 443 but then that's it, anything else has to be unique thus on it's own IP or port. > -Ori

RE: [ cf-dev ] Free Cf forums

2003-01-07 Thread Snake Hollywood
Well it is free, and for a free system it is good. Yes it doesn't look that amazing, but that's just personal taste, allaire forums looks like crap. Easy to customise though, it's just CSS and images. All forums wont exactly do what u want, and if u look at the code u prob wont like it, but then yo

RE: [ cf-dev ] Free Cf forums

2003-01-07 Thread Snake Hollywood
I have used and promote SMB, allaire forums is pretty complex and big. SMB is easy to customise. > -Original Message- > From: Giles Roadnight [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 15:49 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] Free Cf forums > > > I'm looking for a fr

RE: [ cf-dev ] SES URL

2003-01-07 Thread Snake Hollywood
Go and download the urlreplacer isapi plugin for IIS if that is what you are using, and then you can code all your url's as .cfm/var;/value and it will get replaced with .cfm/?var=value when it reaches the server www.pstruh.cz Russ Michaels Macromedia/Allaire Certified ColdFusion Developer S

RE: [ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Aidan Whitehall
Found this in the exception.log, btw "Error","jrpp-52","01/07/03","20:38:18",,"null The specific sequence of files included or processed is: C:\Inetpub\wwwroot\CFIDE\administrator\index.cfm " java.lang.NoSuchMethodError at cfApplication2ecfm69825635.runPage(C:\Inetpub\wwwroot\CFIDE\adminis

RE: [ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Aidan Whitehall
> Why did you re-point the default site? You need to add the SSL cert to the > fairbanks site, not the default site. Am I missing something? Well, I thought from what I'd read that if your web server uses 1 IP and host headers to serve up several different sites, you had to install the SSL cert on

Re: [ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Taz
> I've just got an SSL cert for www.fairbanks.co.uk so pointed the default site to the Fairbanks web site Why did you re-point the default site? You need to add the SSL cert to the fairbanks site, not the default site. Am I missing something? Taz -- ** Archive: http://www.mail-archive.com/dev%

RE: [ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Robertson-Ravo, Neil (RX)
have you tried changing it back to see if it works again? -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 17:37 To: [EMAIL PROTECTED] Subject: [ cf-dev ] jrpp-52 error when viewing CFAdmin I've just got an SSL cert for www.fairbanks.co.uk so poin

[ cf-dev ] jrpp-52 error when viewing CFAdmin

2003-01-07 Thread Aidan Whitehall
I've just got an SSL cert for www.fairbanks.co.uk so pointed the default site to the Fairbanks web site (previously it was pointing to an empty C:\Inetpub\wwwroot\ folder). I also altered the name "Default Web Site" to "Fairbanks". Then, I applied the CFMX Updater 2. Now, when trying to access the

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
spot the deliberate error! but you get the general idea i hope. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world -

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
also if you're submitting form fields with the same name, they don't get put into an array; they get put into a list, eg as the code currently is, you might have something like: signed: yes, no, yes, no, yes, yes, no, no if you give each field a unique name based on your loop counter i, you'd i

RE: [ cf-dev ] Free Cf forums

2003-01-07 Thread Giles Roadnight
Thanks for the feedback Duncan. Could you give me the address of the forum so I could take a look? Giles Roadnight http://giles.roadnight.name -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 15:54 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ]

RE: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Rich Wild
change the name of each of each group's inputs. so you might have Is this performance audio-decribed? Yes: No: this way they'll all have different names and they'll all be checked. > -Original Message- > From: Ian Westbrook [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 15:50 >

RE: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Sridhar Pedamallu
because all radio buttons has same name. rename each sets of radio buttons as -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 03:50 To: cfug dev list Subject: [ cf-dev ] checked radio boxes in a loop... Hi. I'm experimenting with loo

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Taz
You've given all the radio buttons the same name in the same form. Only one can be checked. You'll need to rename each set of form objects through the loop Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
give them different names, so it's like No: should fix up the problem of only the last ones being checked. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---

Re: [ cf-dev ] Free Cf forums

2003-01-07 Thread duncan . cumming
Giles, we used Simple Message Board recently, basically cos it was free and someone on this list recommended it. Mixed emotions about it though. We had to customise it a bit to integrate with a separate database, which was a nuisance. It seems reasonably ok to me, but most people who've seen it

[ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Ian Westbrook
Hi. I'm experimenting with loops: you can take a look at the experiment at http://www.artsoutheast.co.uk/diarytest.cfm if you choose more than '1' for the number of performances, you'll notice that only the last set of radio boxes are checked (the 'no' option should be checked for each)... the

[ cf-dev ] Free Cf forums

2003-01-07 Thread Giles Roadnight
I'm looking for a free CF forum and am considering Allaire Forums and Simple Message Board. Has anyone used these I would like to hear from someone who has had experience with them - which one should I go for. Thanks Giles Roadnight http://giles.roadnight.name -- ** Archive: http://www.mail-

RE: [ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
:-) Rich Client anyone... -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 15:36 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] SES URL I disagree most vehemently (but I'm still calm). We still see a lot of them existing where they don't have the slig

RE: [ cf-dev ] SES URL

2003-01-07 Thread Rich Wild
I disagree most vehemently (but I'm still calm). We still see a lot of them existing where they don't have the slightest clue about the web and how it works and yet they're perfectly happy to sell website designs. > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROT

RE: [ cf-dev ] SES URL

2003-01-07 Thread Spike
:-p Happy New Year S Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -Original Message- > From: Steve Martin [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 16:10 > To: [EMAIL

RE: [ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
I wouldn't say that is still true today, yes definitely it was true 3/4 years ago, but not so much now. You will find that there are some real good designers out there that can make something work on the web. -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 07 January 2

RE: [ cf-dev ] SES URL

2003-01-07 Thread Rich Wild
> Design agencies are often interested in getting the client to > buy their > design based on how wonderful it looks rather than how > feasible it will > be to make it work. Don't get me stared on that one. Oh design agencies make me angry! Especially when the client comes to us after they'v

RE: [ cf-dev ] SES URL

2003-01-07 Thread Spike
Lots of people forget that large sites are often designed by design agencies/teams and then implemented by developers from a separate or partner company. Design agencies are often interested in getting the client to buy their design based on how wonderful it looks rather than how feasible it will

Re: [ cf-dev ] SES URL

2003-01-07 Thread Taz
> Not forgetting to do the same thing for all Javascript generated hrefs > (Good luck with that one), and forms with a get operation where > relevant. > > Also, you might need to do it for some , , , > and some other tags that take a href attribute. Not strictly true though... Assuming that you

RE: [ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
yep, and while I am at it, I can also change the ones which are in the DB... -Original Message- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 15:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SES URL You just had to didn't you! ;-) -Original Message- Fr

RE: [ cf-dev ] SES URL

2003-01-07 Thread Steve Martin
You just had to didn't you! ;-) -Original Message- From: Spike [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 15:00 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SES URL Not forgetting to do the same thing for all Javascript generated hrefs (Good luck with that one), and forms with a

RE: [ cf-dev ] SES URL

2003-01-07 Thread Spike
Not forgetting to do the same thing for all Javascript generated hrefs (Good luck with that one), and forms with a get operation where relevant. Also, you might need to do it for some , , , and some other tags that take a href attribute. Spike Stephen Milligan Team Macromedia - ColdFusion Co-au

RE: [ cf-dev ] SES URL

2003-01-07 Thread Steve Martin
Though you could do a global replace on mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 14:03 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SES URL It's pretty much impossible to answer that question without looking at the site itself. The question really boils down to: How hard is it to rewrit

RE: [ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
none, wallpapers for girls and old women. -Original Message- From: Taz [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 14:49 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] SES URL > You have answered my question :-) Yeah, you've answered my question too, which was: How many blokes

Re: [ cf-dev ] SES URL

2003-01-07 Thread Taz
> You have answered my question :-) Yeah, you've answered my question too, which was: How many blokes does it take to wallpaper a room? Cheers Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: [ cf-dev ] CFMX CFcatch

2003-01-07 Thread Spike
For the type of error you are getting, there won't be any exception text. Occassionally you will get errors in CFMX that don't return a CFCATCH structure. They return a Java object. I can't think off the top of my head the type of conditions that make this occur, but I know that dumping the CFCAT

RE: [ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
Cheers Spike, You have answered my question :-) -Original Message- From: Spike [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 14:03 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SES URL It's pretty much impossible to answer that question without looking at the site itself. The quest

RE: [ cf-dev ] SES URL

2003-01-07 Thread Spike
It's pretty much impossible to answer that question without looking at the site itself. The question really boils down to: How hard is it to rewrite every href in the site so it uses SES URLs? If all your hrefs are dynamic, and a lot of them are generated by a small amount of code, it will take

RE: [ cf-dev ] CFMX CFcatch

2003-01-07 Thread Giles Roadnight
Yeah Giles Roadnight http://giles.roadnight.name -Original Message- From: Niklas Richardson [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 13:22 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CFMX CFcatch In HTML format? > -Original Message- > From: Giles Roadnight [mailto:

RE: [ cf-dev ] To Jrun or not

2003-01-07 Thread Paolo Piponi
It would appear that my mail is taking about 2-3 hours to make its way to the list. Anyway, ignore my question, as you probably will. I have never used MX's own webservice and never realised that Macromedia themselves advise against using it for anything other than a test. Paolo -Original Mes

RE: [ cf-dev ] CFMX CFcatch

2003-01-07 Thread Niklas Richardson
In HTML format? > -Original Message- > From: Giles Roadnight [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 10:31 AM > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] CFMX CFcatch > > > The output in my e-mail is a cfcatch: > > Error: > > > I also dump all o

[ cf-dev ] SES URL

2003-01-07 Thread Robertson-Ravo, Neil (RX)
How easy is it to make a site which is not SES to one which is? I know there are several tools and tags our out there, but I am afraid that the system we are working with will require some serious work to make SES Any pointers? experiences? N -- ** Archive: http://www.mail-archive.com/dev%

Re: [ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread Ian Westbrook
>Just wondering why you don't do it like this: er, cause I'm just stumbling through trying to understand date functions, but now I've seen your code I probably will ;-) Ian - Original Message - From: "Steve Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 20

RE: [ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread Steve Martin
Just wondering why you don't do it like this: Just seems a little tidier. $0.02 Steve -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 11:24 To: [EMAIL PROTECTED] Subject: [ cf-dev ] splitting date string (follow-up)... ok, so now using thos

RE: [ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Robertson-Ravo, Neil (RX)
Yep, that is my fear having commas in the text etc.. -Original Message- From: Taz [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 11:50 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] OT : Excel delimiters > Anyone got a macrom or somthing which will change a comme delimited file > i

Re: [ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Taz
> Anyone got a macrom or somthing which will change a comme delimited file > into a pipe delimited file? I need something quick for an import I am > doing ideally it should be Excel based but not necessary.. Ooh.. that's nasty. You need to watch out for commas inside the text qualifiers. I'

Re: [ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread Ian Westbrook
> you've got #day(d)# there, which you don't want, just use #d#. doh! ta ;-) Ian - Original Message - From: "Rich Wild" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 11:28 AM Subject: RE: [ cf-dev ] splitting date string (follow-up)... > > please choose

Re: [ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread duncan . cumming
Isn't the problem that you are using #Day(d)# to display your day. Day accepts a Date, not an integer. Just display #d# on it's own perhaps? Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a tech

RE: [ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread Rich Wild
please choose a day selected>#Day(d)# you've got #day(d)# there, which you don't want, just use #d#. > -Original Message- > From: Ian Westbrook [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 11:24 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] splitting date string (follow-up

Re: [ cf-dev ] splitting up date string...

2003-01-07 Thread Ian Westbrook
I'll try that, but I already got what I want ;-) ta Ian - Original Message - From: "Justin MacCarthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 11:27 AM Subject: RE: [ cf-dev ] splitting up date string... > Will > > ParseDateTime(date/time-string [,

RE: [ cf-dev ] splitting up date string...

2003-01-07 Thread Justin MacCarthy
Will ParseDateTime(date/time-string [, pop-conversion ] ) give you what you want ? @J > -Original Message- > From: Ian Westbrook [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 10:59 > To: cfug dev list > Subject: [ cf-dev ] splitting up date string... > > > Hi > got a date astr

Re: [ cf-dev ] splitting up date string...

2003-01-07 Thread Ian Westbrook
ta ;-) Ian - Original Message - From: "Tom Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 11:20 AM Subject: Re: [ cf-dev ] splitting up date string... > try this instead as it's better coding practice. You don't need all those > hashes when using the

[ cf-dev ] splitting date string (follow-up)...

2003-01-07 Thread Ian Westbrook
ok, so now using those values to set selects to today's date: testday: #testday# testmonth: #testmonth# testyear: #testyear# please choose a month selected>#monthasstring(m)# please choose a day selected>#Day(d)# please choose a year selected>#y# w

RE: [ cf-dev ] splitting up date string...

2003-01-07 Thread Aidan Whitehall
> testday: 7 > testmonth: 1 > testyear: 2003 > > which suits my purposes, although not if I wanted 07, 01 etc... Then when you output it, use NumberFormat(testday, "00"). NumberFormat with that mask (the 00 bit) pads the variable 'testday' with a leading zero. -- Aidan Whitehall <[EMAIL PROTEC

Re: [ cf-dev ] splitting up date string...

2003-01-07 Thread Tom Smith
try this instead as it's better coding practice. You don't need all those hashes when using them in variables or functions, and it's better for performance... Or you could try (easier to read and probably slightly better on performance): testdate = DateFormat(CreateODBCDate(Now()),

[ cf-dev ] To Jrun or not

2003-01-07 Thread Paolo Piponi
Are we saying that JRUN is a bigger security risk than IIS? What do we suggest is the best? IIS or MX's own web service. Paolo -Original Message- From: Chris Tazewell [mailto:[EMAIL PROTECTED]] Sent: 02 January 2003 10:16 To: [EMAIL PROTECTED] Subject: [ cf-dev ] CFMX shutting down the w

Re: [ cf-dev ] splitting up date string...

2003-01-07 Thread Ian Westbrook
will try (and see other post). ta Ian W - Original Message - From: "Martin Gill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 11:05 AM Subject: RE: [ cf-dev ] splitting up date string... Personally I'd use Providing that the date strings were all in

Re: [ cf-dev ] splitting up date string...

2003-01-07 Thread Ian Westbrook
hmm, that kind of does it: testday: 7 testmonth: 1 testyear: 2003 which suits my purposes, although not if I wanted 07, 01 etc... I'll have a look at the List functions, and also the other code posted. ta ;-) Ian - Original Message - From: "Adrian Lynch" <[EMAIL PROTECTED]> To: <

RE: [ cf-dev ] splitting up date string...

2003-01-07 Thread Martin Gill
Personally I'd use Providing that the date strings were all in a consistant format. Hope This Helps Martin L. Gill, MSc - Programmer For & on Behalf of UniTech (The Universal Information Technology Group Ltd) URL: http://www.unitech.net

RE: [ cf-dev ] splitting up date string...

2003-01-07 Thread Adrian Lynch
DatePart(), or use List functions to tear it apart. Ade -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 10:59 To: cfug dev list Subject: [ cf-dev ] splitting up date string... Hi got a date astring like 2003-01-07, and I want to split it into its

[ cf-dev ] splitting up date string...

2003-01-07 Thread Ian Westbrook
Hi got a date astring like 2003-01-07, and I want to split it into its constituent parts (ie '2003', '01' and '07'). Can anyone tell me which function I should be using? I've had a flick through the book, obviously missing what I need... TIA Ian W Ian Westbrook, FutureDream Media Limited, (W):

Re: [ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Tom Smith
it all depends on your data definitely test with a selection of records before committing it. - Original Message - From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 10:25 AM Subject: RE: [ cf-dev ] OT : Excel delimiters > Ye

RE: [ cf-dev ] CFMX CFcatch

2003-01-07 Thread Giles Roadnight
The output in my e-mail is a cfcatch: Error: I also dump all of the form, url, request and so on variables. Giles Roadnight http://giles.roadnight.name -Original Message- From: Niklas Richardson [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 09:48 To: [EMAIL PROTEC

RE: [ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Robertson-Ravo, Neil (RX)
Yeah, I was not sure if that would be foolproof or not.. I will have a play and see what I can come up with. -Original Message- From: Tom Smith [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 10:27 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] OT : Excel delimiters can't you just pu

Re: [ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Tom Smith
can't you just put it in cf studio and run an advanced search and replace? the search box would have a comma and the replace box would contain a pipe pretty easy really! - Original Message - From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

[ cf-dev ] OT : Excel delimiters

2003-01-07 Thread Robertson-Ravo, Neil (RX)
Anyone got a macrom or somthing which will change a comme delimited file into a pipe delimited file? I need something quick for an import I am doing ideally it should be Excel based but not necessary.. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe,

RE: [ cf-dev ] Discovering CFCs book

2003-01-07 Thread Niklas Richardson
Not wishing to start a flame but this "Decentralized Intelligence Agency" - is that the other term for the "Fusebox Council"??? Ho ho! > -Original Message- > From: Hal Helms [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 4:54 PM > To: [EMAIL PROTECTED] > Subject: RE: [ cf-

RE: [ cf-dev ] CFMX shutting down the web server

2003-01-07 Thread Niklas Richardson
Sorry I didn't see this email earlier. Also, what you need to do is reboot the server after making changes to the internal website (in the XML file) as stopping and starting the CFMX service doesn't stop the JRUN service - i.e. bug. HTH Niklas > -Original Message- > From: Taz [mailto:

RE: [ cf-dev ] CFMX CFcatch

2003-01-07 Thread Niklas Richardson
What about emailing yourself an HTML email which contains: Then you have ALL the CFCATCH variables. HTH Niklas P.s. Happy New Year everyone! > -Original Message- > From: Giles Roadnight [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 9:55 AM > To: [EMAIL PROTECTED] > Sub