Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bold A Grid Cell
Message
From
22/04/2008 06:48:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01312123
Message ID:
01312318
Views:
9
>How do I bold a single cell in a grid based off data in the grid's cursor?

A single cell is identified by its row and column. Column is already on hand (it's the column in which cell live - if not say you want it for the column that is currently active then you might use varread() - or activecolumn while in grid).

For row pat you'd have an expression based on your data. ie: Customer.Country = 'USA'

Using those you'd create a dynamicfontbold exression. ie:

myGrid.Columns(3).DynamicFontBold = "(Customer.Country = 'USA')"

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform