Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bold A Grid Cell
Message
De
22/04/2008 06:48:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01312123
Message ID:
01312318
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform