Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting button fontbold property in grid
Message
 
To
31/03/2005 09:05:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01000307
Message ID:
01000310
Views:
29
>Good morning!
>
>I have a simple table displayed in a grid. One of the fields is a MEMO field that may or may not contain notes. Screen space is limited so I would like to have a small "Notes" button in one column that will display with the 'fontbold' or 'enabled' property set to true when there are notes in the underlying memo field of that record. Clicking the Notes button would simply bring up another form with the notes in it.
>
>Is this possible? I know you can set dymanic row colors but I can't figure out how to accomplish what I'm wanting here.
>
>Big thanks in advance!


Try
thisform.Grid1.ColumnWithButton.DynamicFontBold = ".NOT. EMPTY(YourTable.MemoFiled)"
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform