Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change all labels on form to diff color
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00045953
Message ID:
00047271
Vues:
51
>Like I told the other guy, I am reading a 3rd party foxpro book and it says to create my own default classes and not rely on VFP's.
>You're saying I need to create my own class label with a specific color and pull that into my forms?
Timothy,

No I am saying that the thrid parameter for the SEtAll() m,ethod call has to have YOUR Classname in it not the name Label which will only work for VFP base Class labels;

THISFORM.SetAll("ForeColor",RGB(255,0,0),"YourClassName")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform