My forms have always used table buffering (5) and updating or reverting have always worked fine. Thought I'd change them where applicable to row buffering (3) but I'm having a problem. If I write a small test program setting buffering to 3, append a record and then immediately issue a tablerevert the appended record goes away as it should. In the form when I do the same thing in the click() of the toolbar--add a record and then revert it the record does not go away. If the form is changed back to table buffering (5) the tablerevert works fine. Multilocks is on in all cases.
Would appreciate any help.
Would appreciate any help.