Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
How do I reference the value contained within a text field to make the user-entered data bold/not bold without making the caption of the text field bold/not bold?
Solved! Go to Solution.
Hi,
Two lines should do it. The first turns the caption and value bold, then the second changes the caption back to normal:
TextField1.font.weight = "bold"; TextField1.caption.font.weight = "normal";
TextField1.font.weight = "bold";
TextField1.caption.font.weight = "normal";
Hope that helps,
Niall
Assure Dynamics
View solution in original post
Views
Likes
Replies