Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting row change
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00063650
Message ID:
00063769
Vues:
49
>Craig,
>
>My shape row hilighting grid class saves the Row to a custom grid property in Before and tests it in After to detect row change. You can download it from my website.
>
>>How can I detect a row change in a grid? I know about the Before and AfterRowColChange events,
>>but I want to specifically detect the row change.

David:

I too have created a subclassed grid with this feature. Just curious -- do you compare the Before and After ActiveGridRow property value or the RecNo() of the Grid's record source? The more records the source has the slower the grid performs using ActiveGridRow. So, I changed to storing RecNo() in Before and compare to RecNo() After. Works much faster.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform