i have 4 command button 1 of them are report button so i need help working with the report button , generally when a user clicks the report button they fill out small form and then click send the data gets sent to server.
now what i want to do is after 1st submission is made i do not wish them to send report again i need them to wait until this time period is over time can be after 5 min minimum .
something like this, command1 clicked and now they have to wait 5 min before they can click it again
i dont want command1.enable=false codes ,, i need something that will store user activity i need the tool to reconize when that command1 was clicked and how long does he has to wait till he can send again.
dam am sorry about how i explain if not il try again:(
now what i want to do is after 1st submission is made i do not wish them to send report again i need them to wait until this time period is over time can be after 5 min minimum .
something like this, command1 clicked and now they have to wait 5 min before they can click it again
i dont want command1.enable=false codes ,, i need something that will store user activity i need the tool to reconize when that command1 was clicked and how long does he has to wait till he can send again.
dam am sorry about how i explain if not il try again:(