Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using DoDefault() in INIT of child form
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01471889
Message ID:
01471900
Views:
29
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform