Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DoDefault() in INIT of child form
Message
De
08/07/2010 13:11:11
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01471889
Message ID:
01471891
Vues:
48
dodefault( aParam1, tParam2, tParam3)

>Hi,
>
>I have a form bases on some parent form. The parent form receives three parameters (one of them is an array). I need to change the Caption of the child form. So I am trying to set this new Caption in the INIT method of the child form. But I am getting errors. Here is what I tried:
>
>1. error
>
>dedefault()
>this.caption = "New Caption"
>
>
>2. error
>
>LPARAMETER aParam1, tParam2, tParam3
>DODEFAULT()
>thisform.Caption = "New Caption"
>
>
>What am I missing?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform