ADP Edit -> Undo issue

TJBernard

Registered User.
Local time
Today, 04:53
Joined
Mar 28, 2002
Messages
176
I have a simple ADP project that has a large grid view form, which once the ID field on the grid view form is double clicked, the information for that specific record opens up in a regular form (for record changes).

Everythng works great. On the double click of the ID field, I just open up the regular form and apply a filter against the value in the ID field.

I have run into a strange issue of if the users edit a field on the regular form, and then click Edit -> Undo (or [Ctrl]+[Z]) the edit undo works correctly, but once they close the regular form, and double click on another record, the record where the Edit -> Undo occured continues to open.

If you close out of the project and re-open it, or even compact and repair the file, the same record will continue to open.

I have traced through the code and nothing is out of place. I cannot find a cause or even a fix for this strange error.

I am just curious if anyone has run into this issue.

Let me know.

Thank you,

T.J.
 

Users who are viewing this thread

Back
Top Bottom