Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlight row of a grid
Message
De
16/06/1999 16:36:04
 
 
À
16/06/1999 16:27:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00230643
Message ID:
00230647
Vues:
18
>I need to highlight the entire row of the grid as the record pointer moves. Any Help.....?
>
>Thanks
>Gnana

1. Create form custom property: Form.Gridrecno
2. Add to Grid.Afterrowcolumnchange event
Thisform.Gridrecno=recno(this.recordsource)
This.Refresh
3. Add to Form.Init event
this.gridrecno=-1
this.grid1.setall("dynamicbackcolor","IIF(thisform.gridrecno=recno('table1'),65535,16777215)","column")
this.grid1.refresh
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform