JohnWMcDonald
Programmer
I open a form using the "modify" command in my project. The form has several buttons, labels, etc. (nothing exotic). I right click on the form (not an object within the form) and select "code" from the sub-menu. One of the methods of the form appears in the editable area (all is well). I close this edit window and then right click on a button within the form. I expect the code FOR THAT BUTTON to appear, HOWEVER, the code from the form which I had just closed appears instead. In general, when I open a form, the FIRST method I open for edit works fine, but any subsequent request to edit code reverts to the first request. I have deleted all occurrences of foxuser.* and have issued a resource = OFF command upon booting VFP. Neither has resolved the problem. I am convinced the problem is VFP environment since all of my projects (10 of them) behave the same way.