Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Text Boxes - Making Text Bold
Message
From
30/05/1999 06:31:18
 
 
To
29/05/1999 13:34:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00224368
Message ID:
00224487
Views:
22
>I need to make records in a grid column appear in bold depending on whether they are for male patients, and in normal text if they are female (for example)
>
>Any ideas?

Bob,

You could use an expression in the FontBold Property.

For example loColumn.FoldBold = IIF(patient.sex = "Male", .T., .F.) Depending on the setting of sparse, you might have to put the same expression in the columns control.

Mace
Previous
Reply
Map
View

Click here to load this message in the networking platform