I have a grid on a form with a datasource. On the update() method of table (not the datasource) I update a field using doUpdate() AFTER the super().
When I make a change on the grid and leave focus, the table gets updated, but the form does not seem to refresh, it reverts back to the original value.
If I move the doUpdate to BEFORE the super(), then it works fine, but I need the doUpdate() after the super.
*This post is locked for comments