We have a form with some fields, a button and a read only grid (simply put). When the user fills in the fields and clicks the button the information from the fields is added to a database and then is reflected in the read only grid. This works perfectly fine for most. But we have encountered a few machines in our organization with a problem. The problem is that the user clicks the button and NOTHING HAPPENS. No error message. No insert to the DB..... just nothing. We know it is something on the machine because changing the machine or reloading thhe image solves the problem. Of course we would like to identify the cause of the problem so we don't have to reload the machine everytime.
My question for the community is what kind of issue/configuration could prevent that button from working? ANY ideas would be appreciated.
Thanks.