Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DoDefault() in INIT of child form
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01471889
Message ID:
01471900
Vues:
30
>>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?
>
>Pass 3 parameters to DODEFAULT(), e.g.
>
>DODEFAULT(aParam1, tparam2, tParam3)

Please see my reply to James for the solution. Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform