Button Click not recongnized

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Symptom: A user clicks a button on a form but nothing happens
- Does not occur on development machine either under the IDE or as an
installed application
- Tested on the development machine with the user's ID - not an application
rights issue
- From what I can see right now, .Net Framework is the same between
development machine & user machine. (Same error occurs for different users)

Any idea on how I can quickly determine what the problem is?

TIA
 
Symptom: A user clicks a button on a form but nothing happens
- Does not occur on development machine either under the IDE or as an
installed application
- Tested on the development machine with the user's ID - not an application
rights issue
- From what I can see right now, .Net Framework is the same between
development machine & user machine. (Same error occurs for different users)

I should also add that this behaviour is only on certain form buttons from a
datagrid browse
- a Cancel (exit form) button works
- an Add/Edit (bring up either a new blank edit screen or a populated edit
screen) the button does not work


Any idea on how I can quickly determine what the problem is?

TIA
 
Back
Top