Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Varying the fonts
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00122713
Message ID:
00122869
Vues:
17
>Okay so let's say I ahve the 9 fields for SSN, is there a way programmatically to change the font for each field when necessary then return it to its default??
-------
Sounds like you're looking at my sugguestion, and no one else has chimed in...
ok...
You could change the font in the when and valid methods, or the getfocus and lostfocus method
When: This.Font = "NewTimesRoman"
Valid: This.Font = "New Courier"

You could also change the color, boldness, italic, etc.....all the properties.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform