Re: Off Topic: News Ticker

2000-08-16 Thread Jamie Keane
? That would be neat.). Am I completely off my rocker? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fax -Original Message- From: James Taavon [EMAIL PROTECTED] To: [EMAIL

Re: cf mail error

2000-08-15 Thread Jamie Keane
CFMAIL does not accept a GroupCaseSensitive attribute. Perhaps you meant just plain Group? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fax -Original Message- From: Darien

Re: cf mail error

2000-08-15 Thread Jamie Keane
It appears that groupcasesensitive is a valid attribute on the 4.5x server. My mistake (we don't use 4.5x here). I guess the next question would be: is the server you're working with running 4.5x? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270

help with REReplace

2000-08-14 Thread Jamie Keane
ngs. Am I right with this bit of code? cfset var =3D REReplace(inputvar,"\r?","","ALL") When I run the application, the server seems to hang. Is this expected = behaviour? Thanks, Jamie -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Char

Re: help with REReplace

2000-08-14 Thread Jamie Keane
The problem I see with the non-regex solutions is that they will replace all CR/LFs, whereas I only want to replace single single instances, while leaving double instances untouched. -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270

Re: Newbie: Sessions

2000-08-11 Thread Jamie Keane
The way I've done it is to include a template that on all protected pages that checks for one of the session variables that I know should be set, and if the check returns false, redirect the user to a re-login page. There are probably more efficient ways though... -- Jamie Keane Programmer

Re: CSv

2000-08-11 Thread Jamie Keane
Comma separated values. -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291 Fax -Original Message- From: Jim Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date

<    1   2