Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference to parent object.
Message
 
 
À
07/12/2004 08:47:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00967446
Message ID:
00967502
Vues:
7
This message has been marked as the solution to the initial question of the thread.
Gary,

This object does not have a containership parent because of the way you created it, therefore it can not use this.parent or thisform.

If you changed your code to:
Thisform.AddObject('oMyClass', 'MyClassName')
The object would be contained within the form and have a this.parent and can also use thisform.

>I have a class that is added to a form property using :-
>
>
>Thisform.AddProperty('oMyClass', CreateObject('MyClassName')
>
>
>Without passing a reference to the class of Thisform, is there anyway in the class to access ThisForm ? If in the object, I refer to THIS.PARENT, it does not get me a reference to the containing form.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform