Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cal stack
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00204715
Message ID:
00204778
Vues:
15
I found a solution!

In the LaunchForm method of the windows handler, I have:

oChild = CREATEOBJECT("ChildForm")
oChild.oParent = This

That places the object reference of the Windows handler
object (This) into a property on the child form called
'oParent'

Then in the child form, I can say

ThisForm.oParent = ThisForm.oParent.Parent

This allows me to reference the calling form, because the
windows object is on the parent form.

And no parms get passed. I like it :)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform