Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form not releasing on Close
Message
De
18/11/2003 15:38:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00849922
Message ID:
00851154
Vues:
20
This message has been marked as the solution to the initial question of the thread.
Success! Here was the problem:
In the init of my parent bizobj (calinfo) on page one I had the following code:
this.AddProperty("ocalday")
this.ocalday = createobject("calday")
this.registerchildbizobj(this.ocalday)
Then I was setting my cparentibizobj in calday (the child) to calinfo. After commenting out the three lines of code above, the form started closing. What I am assuming is that MM controlled the parent/child relation automatically when I used the builder, and that the above code was making a second reference to that object.
It hadn't even occured to me that that was it, because I assumed it had to be there.
Thanks for all your help!
Amanda Morton
System Analyst
Harrisburg Project
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform