I have a form on which, as I edit data, at some point (and can be in any one of several fields) the form "resets" itself and all the column values return to their original, unedited states.
This only happens in the context of my program, and only when the form is "popped up" on top of two other forms (neither of which uses the same table). If I use the form from the R> prompt, or I call into the middle of my code and only have the form popped up on top of one other form, then everything seems ok. I have no table level or field level EEPs in the form (I have On Before Start and On After Start EEPs and a couple of buttons). I've checked the form structure in the sys_forms3 table, and it does not look corrupted. Has anyone seen a case in which a form spontaneously reverts to the pre-edit data? What should I be looking for in my code that can be affecting this? -- Larry
