Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test for row change in grid
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00542790
Message ID:
00543284
Vues:
16
>>I want to test for a user moving from one record (row) to another in a grid. I can figure out how to do this. Any help would be appreciated.
>
>Add new property nRecno to your grid base class and the following code to the grid AfterRowColChange event
* AfterRowColChange event
>IF Recno(This.RecordSource) <> This.nRecNo   && Row changed
>   This.nRecNo = Recno(This.RecordSource)
>   * Some code
>ENDIF
Don't forget to initialize nRecno property in the Init of the grid.

Sergey - thanks for the reply and the code. I set up a grid as you suggested but nothing happens when I move around in the grid. This is the first time I've changed a base class but the nRecno property show in the PEM for the grid. I copied and pasted your code into the grid AfterRowColChange event. Any other ideas?
Thanks again.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform