[cfaussie] problem with cfadmin (7.02)

2008-07-09 Thread Stephen M
A problem has cropped up with my cfadmin when trying to add a datasource. I put in the new name then choose SQL Server and click ADD. Then I get a HTTP 500 error inside the data sources pane of the window, I click refresh and I get a server error (see below), then I click refresh and I get the D

[cfaussie] Re: Taming the Code (July Meeting)

2008-07-09 Thread Chris Velevitch
It's fixed now. Thanks for letting me know. On Thu, Jul 10, 2008 at 2:27 PM, Geoff Bowers <[EMAIL PROTECTED]> wrote: > > On Jul 8, 11:04 pm, "Chris Velevitch" <[EMAIL PROTECTED]> > wrote: >> Meet on Monday, 28th July at 6pm for 6:30 start >> Geoff Bowers, CEO and application architect for Daemon

[cfaussie] Re: Taming the Code (July Meeting)

2008-07-09 Thread Geoff Bowers
On Jul 8, 11:04 pm, "Chris Velevitch" <[EMAIL PROTECTED]> wrote: > Meet on Monday, 28th July at 6pm for 6:30 start > Geoff Bowers, CEO and application architect for Daemon Internet Consultants. > > Please RSVP onhttp://apugs2008july.eventbrite.comif you want to get > food and drink provided courte

[cfaussie] Re: ReReplaceNoCase - return only a decimal number

2008-07-09 Thread Rony Fayyad
This awesome as I was experiencing the same problem and found that Steve's regular expression worked out nicely. Thanks! -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Thursday, 10 July 2008 9:37 AM To: cfaussie@googlegroups.

[cfaussie] ReReplaceNoCase - return only a decimal number

2008-07-09 Thread Scott Thornton
Hi, Thanks, that does the trick. Odd, this solution arrived at 4:43AM this morning, well out of synch with the other replies. Thanks all, >>> "Steve Onnis" <[EMAIL PROTECTED]> 09/07/2008 2:28 pm >>> This should do the trick REReplaceNoCase(string, "[^[:digit:]-\.]", "", "ALL") -Origi

[cfaussie] Re: ReReplaceNoCase - return only a decimal number

2008-07-09 Thread Zac Spitzer
why not just add a LSIsCurrency test to your validate method ( assumming your throwing data around with these baked beans things ) and then throw back the form to the user with an error message On Wed, Jul 9, 2008 at 4:41 PM, Barry Beattie <[EMAIL PROTECTED]> wrote: > >> I just want to stop crazy