Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00393433
Message ID:
00393437
Views:
14
>I have replaced the textbox in a grid column with a command
>button with the caption 'View' to indicate when the memo
>field has data in it.
>
>Anyone know how to dynamically set the button's FontBold
>property when the field has data in it?
>
>Thanks

In Init and refresh method of your textbox try this code:
this.FontBold=not empty(this.parent.controlsource)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform