Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LABEL color class
Message
De
29/10/2004 16:10:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00951785
Message ID:
00955944
Vues:
18
>What I meant was once I drop it on the form as a label object, can I go into it's properties and set it's properties such as caption?

Yes you can do it from there directly. That's what I mentioned before. Well, maybe my words confused you <g>.
Notes: no need to put the quotes when you type in the text for caption and fontname.


>Another caveat, I have a setall in effect on this form and it overides your class. What to do?
like thisform.Setall('foreColor',rgb(0,128,0),'label')

I don't think it will overides the class. The label class is named "LblChar" not "Label". However I just tried this, and no it is not changing. If you put this code (below) it overides.

thisform.Setall( 'foreColor', rgb(0,128,0), 'LblChar' )
Herman
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform