Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing headers
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00163637
Message ID:
00163759
Vues:
29
>Someone else suggested making a builder, too. It sounds interesting, but I'm
>not ready to jump into making a builder at this point.

You know, that's what I thought, too, until I realized that all a builder is is a call to ASELOBJ(), with various code afterwards. You can even write a temporary builder in the Command Window by using the downarrow after every line, then selecting the whole thing and hitting ENTER.

For example, you could select a group of textboxes and do the following in the Command Window:
ASELOBJ(laTextboxes)
FOR EACH loTxt IN laTextboxes
    loTxt.Color = RGB(0,0,255)
    loTxt.FontSize = loTxt.FontSize + 1
    loTxt.Height = loTxt.Height + 1
ENDfor
It's a great timesaver, once you get over the mental block... :-) (So's creating a wizard template, but that's another post.)
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform