Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'This.Parent.Property' resolution
Message
 
To
21/02/2002 04:55:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00622707
Message ID:
00623327
Views:
23
>>I tried that, but it still shows the base class value at design time. I already have code in the init of the container to set the value in the label, so it does get shown properly at run time. It's just hard to use at design time.
>
>Michael,
>Create your own builder then. A builder need not be registered and even simply could be written & executed from command window. ie:
>-Select your containers
>-Go to command window
>modi comm dummybuilder
>
>lnContainers=aselobj(arrMyContainers)
>for ix=1 to lnContainers
> with arrMyContainers[ix]
>   .Label1.Caption = .cCaption
> endwith
>endfor
>
>-Select & execute. You might choose not to save at all.
>Cetin

Thanks muchly!
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform