Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Varying the fonts
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00122713
Message ID:
00122869
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform