Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'This.Parent.Property' resolution
Message
From
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:
00623016
Views:
21
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform