Duplicated records if speed internet is slow ?

jmdc

Member
Hello,

I have a list with some duplicated records.
My form have some validations which one of them doesn?t allow to have same name in "Edit form".

I am trying to discover the problem and what i think is that my users have slow internet connections and they are maybe submitting "SAVE" button several times in one process.

Any idea or solution for that problem?

Thank you.
 
I don't think that would be the problem, if you are using the 'isunique' validation, it does a query on the table to find any matching rows (which, if editing a record, aren't the same row being edited). So even if they did hit Save twice, the second one should still fail, as there would then be a row with that value.

Are you using 'isunique'?

But to be sure, one thing you could try is to add a little custom JS to disable the Save button on submit.

-- hugh
 
Thank you for your reply.
I am using "isunique" id validation, and these duplicated records have differents internalids, but have all the same information in the others element?s data.
Do you know where i can find this little custom JS to disable the Save buton on submit?

Thank you again...and again...and again!!!
You ?re doing a very good job!;)
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top