W
Wim
Hi all,
I have a button (save record) which has lines of code in
order to update all relevant tables. It works fine, but,
in a network environment, impatient people sometimes click
several times on it, so it generates a duplicate key error.
How can I make this button invisible, immediately after
the onclick event - it has the focus though ! - , so that
the code can work at ease and without generating any
unwanted duplicate key errors ?
Thanks for your answer,
Wim
I have a button (save record) which has lines of code in
order to update all relevant tables. It works fine, but,
in a network environment, impatient people sometimes click
several times on it, so it generates a duplicate key error.
How can I make this button invisible, immediately after
the onclick event - it has the focus though ! - , so that
the code can work at ease and without generating any
unwanted duplicate key errors ?
Thanks for your answer,
Wim