Ask a Question related to Dreamweaver AppDev, Design and Development.
-
force4ormore #1
Double clicking submit button - duplicates
Hi there, I have a DW insert record behaviour on a php page. If the user
clicks Submit quickly multiple times, I end up with duplicate records. Any
suggestions on how to modify the insert record behaviour to prevent this?
Thanks, Tim
force4ormore Guest
-
Send form data via email (pdf) by clicking SUBMIT button
am trying to create a form that can be sent to an end-user who will process the information on the form. To do this...I have created a button... -
Double Clicking on a PDF document, will not open
When double clicking on a PDF document with the default document properties set to Acrobat Professional 8, the document will not launch Acrobat. ... -
Double Clicking doesn't open files
I've got PS CS and PS 7 on my Mac running OS 10.3.3. If I double click on an image file PS CS opens, but the image doesn't open. If I drag the image... -
Double clicking window bar doesn't minimize
In illustrator CS when I double click the bar at the top of the document window the window doesn't minimize to the dock. I actually have to click the... -
Double-clicking
I hope this isn't too dumb a question - how can I create a "double-click" function for an object? I'm trying to create a scenario where the end user... -
gareth #2
Re: Double clicking submit button - duplicates
Create a recordset before the insert routine to select the data that is
about to be inserted. If a record is found then skip the insert routine,
otherwise insert the record as normal.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest



Reply With Quote

