RE: Country Name Case

2006-11-22 Thread Phillip B. Holmes
Here you go Rich. This may be of some use to you. http://www.phillipholmes.com/?p=112 Warmest Regards, Phillip B. Holmes http://www.phillipholmes.com -> -Original Message- From: RichL [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 5:03 AM To: CF-Talk Subject: Cou

Re: Country Name Case

2006-11-22 Thread RichL
Thanks guys CapsFirstTitle() from CFLib seems to be working out well for me... a couple of minor tweaks but otherwise great On 11/22/06, Tom King <[EMAIL PROTECTED]> wrote: > Correction, its not on there, author was http://artlung.com but I > can't seem to find it on there. > Well, I have a copy

Re: Country Name Case

2006-11-22 Thread Tom King
Correction, its not on there, author was http://artlung.com but I can't seem to find it on there. Well, I have a copy if you want a look see T On 22 Nov 2006, at 14:16, Tom King wrote: > There's a CFC called titlecase.cfc on cflib.org which is usually used > for names (i.e recognises von, de a

Re: Country Name Case

2006-11-22 Thread Tom King
There's a CFC called titlecase.cfc on cflib.org which is usually used for names (i.e recognises von, de as small etc..) You may be able to alter it to suit your needs T On 22 Nov 2006, at 14:06, Andy Matthews wrote: > You could do a test and cap the first letter of any word 4 letters or > lo

RE: Country Name Case

2006-11-22 Thread Andy Matthews
You could do a test and cap the first letter of any word 4 letters or longer. -Original Message- From: RichL [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 5:03 AM To: CF-Talk Subject: Country Name Case Hi Guys I have a country reference table where all of the country na

Re: Country Name Case

2006-11-22 Thread Gert Franz
You could do something like this. I did not test it though: Greetings / GrĂ¼sse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english

Re: Country Name Case

2006-11-22 Thread RichL
Thank you very much Rob I found CapFirstTitle() which looks like it may be useful On 11/22/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > On 11/22/06, RichL <[EMAIL PROTECTED]> wrote: > > > > Also, is there a UDF around for capitalising the first letter of each word? > > Take a look at initCapTit

Re: Country Name Case

2006-11-22 Thread Rob Wilkerson
On 11/22/06, RichL <[EMAIL PROTECTED]> wrote: > > Also, is there a UDF around for capitalising the first letter of each word? Take a look at initCapTitle() (I think that's the function name) at cflib.org. It won't be exact, but it'll get you pretty close.