Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make current record bold
Message
 
À
06/08/2004 02:43:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00931225
Message ID:
00931228
Vues:
16
Do the same thing as a PRG but the propertie you use as a condition must be owned by the form instead of Grid i.e.

Create form.
Add a Grid in it.
Add a propertie nCurrentRow in form.

In init method of the form put:
thisform.Grid1.SetAll("DynamicFontBold", "RECNO() = thisform.nCurrentRow", "Column")

* In AfterRowColChange event of the Grid put:

thisform.nCurrentRow = RecNo()
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform