Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems saving form: Member object removed
Message
From
26/09/2005 21:51:53
 
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01052952
Message ID:
01053283
Views:
13
Hi Hans.

I've had this once before. It's something to do with your class hierarchy. the parent class of one of the controls, or the form itself, has been modified in such a way that the instances on the form are invalid. I can't quite remember exactly what happened but I think in my case someone removed a method that was used on my form.

What I'd do is backup the form and then try deleting all the controls on the form and saving it. If it still gives you the error then it's a problem with the form class, otherwise it's one of the controls on the form. You can then restore from the backup and start deleting groups of controls until you find the one that has the problem. Them check the non default properties and methods of that control and compare the existence of those against the class definition itself. If you find one that is missing you can then put it back long enough to fix it. If you can't find one that is missing I'd probably try opening up the SCX and checking the definition record for the problem control as FoxPro may not be able to display the missing item since it's not in the class definition and you can't add a property or method to a control on a form.

Ian Simcock.



>Hi all,
>
>when trying to save a form I get the following message:
>
>'Member object removed -- cannot complete the Save operation'
>
>I did not remove anything from the form, I only added 2 messageboxes ...
>
>Can anyone help me ??
>
>Best regards,
>Hans
Previous
Reply
Map
View

Click here to load this message in the networking platform