Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access Parent Form Properities
Message
 
 
À
01/09/2004 15:38:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00938521
Message ID:
00938840
Vues:
19
I found the problem, I was passing the command button reference instead of the form reference
DO FORM ChildForm WITH THIS.PARENT
every thing working fine now, thanks for help

>You need to pass the reference.
>
>Parent form:
DO FORM ChildForm WITH THIS
Child form Init:
LPARAMETERS toParent AS Form
>
>THIS.MyParent = toParent
>
>...
>
>THIS.MyParent.Caption = "New caption"
HTH
>
>>How can I access the properties of Parent Form from Child Form ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform