RE: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Kitchens, Brent
Jeff, I've written an application that has to handle this same problem. Here's what I did to solve it: 1. When the user submits the form, go ahead and accept the form upload on the server, but don't do the file upload or insert into the db yet. 2. After submission run a query of the db usi

RE: [ACFUG Discuss] Convert a non-CF developer to CF

2008-01-14 Thread Kitchens, Brent
I started using CF 5 years ago and came from an asp/c++ background. I'd never seen a CF block of code before. It took me about a week to become productive with CF, but only about a day to see how intuitive the language was. Now I wouldn't want to use anything else - but looks like Flex is my next

RE: [ACFUG Discuss] Building a Disabled vs. Enabled Save button

2008-01-10 Thread Kitchens, Brent
Here's something I created a while ago that may help. This is a checkbox input control on the form: These are the div and input control affected by the onclick event - in their original states before the event fires: (required) These are the javascript functions called on the event - there