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:
01471899
Views:
37
>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)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform