Damian Small
|
| Posted: 03/18/2002, 4:50 PM |
|
Hi Everyone,
I have a problem when I insert. If the insert button is hit in quick succession multiple inserts occur in the table. Does anyone know of a way I can debounce or stop this from from happening.
TIA Regards Damian Small
|
|
|
 |
Alex Alexapolsky
|
| Posted: 03/19/2002, 5:05 AM |
|
hOOK A JAVASCRIPT CONFIRMATION FUNCTION onto insert button
onclick event.
|
|
|
 |
Nicole
|
| Posted: 03/19/2002, 5:05 AM |
|
Damian,
such behavior depends on form and custom code in events.
Check for code in After and Before Insert event.
|
|
|
 |
|