Has anyone come across this before?
I have a datagrid on a form. The datagrid is populated from an ADO control. Everything works great so far. The AllowUpdate property of the datagrid is set to false. I have one user out of 75 that based on the security level she is view only. When she populates the datagrid with an account number, the grid pops with the correct data. If she then clicks in a cell (the datagrid is enabled so the users can scroll) of the datagrid and leaves her cursor there and minimizes the form, when she brings it back up, the grid is cleared except for the cell that she left the cursor in. If she then goes and keys in another account number the grid will populate with all of the data correct EXCEPT for the cell where she had left the cursor before. When she exits the application with the incorrect data in that field, the database becomes updated with the incorrect data. So I have 2 questions: 1. Why does that happen on the minimize of the form, why would only one cell remain populated? Is there someing left in the buffer? 2. How can she be updating the database when the datagrid is set to AllowUpdate to false? If anyone has come across this, please respond. I'm at a loss as to why this would be happening.
Thanks,
Corinne
I have a datagrid on a form. The datagrid is populated from an ADO control. Everything works great so far. The AllowUpdate property of the datagrid is set to false. I have one user out of 75 that based on the security level she is view only. When she populates the datagrid with an account number, the grid pops with the correct data. If she then clicks in a cell (the datagrid is enabled so the users can scroll) of the datagrid and leaves her cursor there and minimizes the form, when she brings it back up, the grid is cleared except for the cell that she left the cursor in. If she then goes and keys in another account number the grid will populate with all of the data correct EXCEPT for the cell where she had left the cursor before. When she exits the application with the incorrect data in that field, the database becomes updated with the incorrect data. So I have 2 questions: 1. Why does that happen on the minimize of the form, why would only one cell remain populated? Is there someing left in the buffer? 2. How can she be updating the database when the datagrid is set to AllowUpdate to false? If anyone has come across this, please respond. I'm at a loss as to why this would be happening.
Thanks,
Corinne