Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'This.Parent.Property' resolution
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00622707
Message ID:
00623016
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform