OT-Testing Smarter Mail Setup

2005-04-16 Thread Rick Faircloth
Just a test... Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a

Re: Query an Access Query

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
You CAN?? Wowsers... that was a clever thing. I wonder who thought that nifty idea up... I wonder, though, can you query against them as though they were a view? I mean a simple select statement using the query name as the table name in the FROM clause... I'm not tooled for playing with access h

Re: Need Help Parsing Text

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
NO PROBLEM! This kinda thing is just fun... :) The only gotcha here is that it's dependent on comma-space to set the double-pipe delimiter... and I didn't see it until I looked at the string in a fixed-width font. ;) If your format is really consistent, where "', A" is a reliable delimiter, you'

RE: Need Help Parsing Text

2005-04-16 Thread Gieseman, Athelene
Thank you very much! -Original Message- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: Saturday, April 16, 2005 11:11 AM To: CF-Talk Subject: Re: Need Help Parsing Text OOPS, correction below... I got the AUTHOR column named incorrectly... sorry. If you want, you can

Re: Need Help Parsing Text

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
OOPS, correction below... I got the AUTHOR column named incorrectly... sorry. If you want, you can view it here, too: http://w2ksrv1.neo.servequake.com/tmp/ath.cfm I'll leave it up for a few days... Laterz, J select * from tbl_whatever where author in (#listOneEnd#) and abstract in (#

Re: Need Help Parsing Text

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
Athelene, Copy/paste this into a CFM page and hit it with a browser... You may like what you see. :) J select * from tbl_whatever where lastname in (#listOneEnd#) and abstract in (#listtwoend#) On 4/15/05, Gieseman, Athelene <[EMAIL PROTECTED]> wrote: > I have a text field that cont

Re: NEVERMIND: Re: SMS Sample App in CF Admin

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
It took me 3 hours of messing around on the night MX7 was released to figure out that 1) the server wasn't going to let me actually get my phone involved, 2) that the SMS gateway in CF was dependent on a stub SMS simulator to work and 3) how to turn them both on so that even the test code would wor

Re: Problem with CFCHART

2005-04-16 Thread Jared Rypka-Hauer - CMG, LLC
Hey Rick... Make sure you've got the X11 base libraries installed under Linux or CFCHART won't work... it uses some of the AWT widgets for generating output, and I've seen this cause issues for others in the past. Here's the URL to get the X library in question: http://www.dlhoffman.com/publiclib

Re: Problem with CFCHART

2005-04-16 Thread Daniel Kang
Rick, Have you tried with "B.TEAM_NAME AS TEAM_NAME"? Daniel On 4/16/05, Rick Root <[EMAIL PROTECTED]> wrote: > This is a repost... can nobody help with this? > > I'm having some trouble with CFCHART... coldfusion MX 6.1 Enterprise on > Linux ... I've never used it before, but I've got somethin

Re: Problem with CFCHART

2005-04-16 Thread Rick Root
This is a repost... can nobody help with this? I'm having some trouble with CFCHART... coldfusion MX 6.1 Enterprise on Linux ... I've never used it before, but I've got something pretty simple and it's giving me a blank error message that looks like this: Error Occurred While Processing Request

RE: Easy way to get data from a single query row into a structure?

2005-04-16 Thread Dwayne Cole
Sorry this is late but check cflib.org for a queryrowtostructure tag. -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 1:34 PM To: CF-Talk Subject: RE: Easy way to get data from a single query row into a structure? > Thanks, Justin, that