Do you run your testing in the same VFP session as you are coding? I'm
curious because that might have some affect on the memory I referred to. I
changed to have a separate VFP IDE open to run testing. It doesn't allow for
setting break points in the code session, but there are ways to find a near
place if I forget to put in a SET STEP or ASSERT into place where I need to
break. 

Tracy

-----Original Message-----
From: Cathy Pountney
Sent: Thursday, April 02, 2009 11:01 AM

Hmmm ... interesting concept to explore. I have three new classes .. that
are all very similar and have objects with the same name within them. The
form has a few instances of each of those classes. Maybe the fact that Class
A has object txtName .. and Class B has object txtName .. and Class A is on
my form twice and Class B is on my form once .. maybe somehow VFP is getting
confused. 

I'll try renaming the objects within the class and see if that resolves any
potential conflicts. 

Cathy

> -----Original Message-----
> From: Tracy Pearson
> Sent: Thursday, April 02, 2009 10:44 AM
> 
> Do you have another container class of the same name in a different 
> class library?
> Remembering Christof's Dark Side talk at SWFox, it might have to do 
> with how the base class is stored in memory and it's template is 
> copied when instantiated or edited. The base template might be getting 
> corrupt. Not completely knowing how that memory is dealt with, I'm 
> only speculating.
> 
> Tracy
> 
> -----Original Message-----
> From: Cathy Pountney
> Sent: Thursday, April 02, 2009 10:41 AM
> 
> I've gotten this strange error a few times over the last week and I'm 
> baffled.
> 
> 
> 
> I'm working on a form and I'll make some changes, run the app and test 
> it, make some more changes, test it, and continue in this manner. When 
> the error happens I have the form open, I have made some changes, and 
> I try to save.
> It says "Object Member Removed - Cannot complete the save". When I 
> look at the form for strange things .. I see that one of the container 
> classes has an object missing from it. I haven't deleted the object, 
> nor could I if I wanted to because it belongs to the parent class. But 
> on my form, it's gone.
> If I close the form and go look at the class, it's fine and the 
> members
are
> all there. If I go back to my form .. it's still gone on the form. At 
> that point, I close down VFP, reload it, and open my form. The form is 
> fine and the container has all its members. All is good.
> 
> 
> 
> I have no idea how it's getting into this funky mode! Has anybody ever
seen
> this or have any suggestions. I can't repro it on demand .. it just
happens
> when it feels like it.
> 
> 
> 
> Cathy Pountney


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000a01c9b3a4$bda49c60$38edd5...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to