drosenkranz
Programmer
Hello There,
I have a grid that is using a local view to display a "case type" code and the description of the code to the user. If the user changes a code, exits the form, and then reopens the form, the grid still shows the "old" data for that last change until that cell in the grid gets focus. It then changes to the correct data. WHY?
1) is tableupdate() in the cmdExit.Click event the proper way to update the record?
2) How do I get the grid to reflect the latest data in the local view when it reloads?
Thanks.
The 2nd mouse gets the cheese.
I have a grid that is using a local view to display a "case type" code and the description of the code to the user. If the user changes a code, exits the form, and then reopens the form, the grid still shows the "old" data for that last change until that cell in the grid gets focus. It then changes to the correct data. WHY?
1) is tableupdate() in the cmdExit.Click event the proper way to update the record?
2) How do I get the grid to reflect the latest data in the local view when it reloads?
Thanks.
The 2nd mouse gets the cheese.