I have a grid, and when you click and select something on it a command button is enabled.
In form load the grid is loaded with data. For some reason after its loaded it executes the on click code and the command button is enabled. Why does it do that? when the grid wasnt actually clicked on? And what can I do to stop the command button from being enabled unless the grid is actually clicked on.
thank you.
In form load the grid is loaded with data. For some reason after its loaded it executes the on click code and the command button is enabled. Why does it do that? when the grid wasnt actually clicked on? And what can I do to stop the command button from being enabled unless the grid is actually clicked on.
thank you.