Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid.ActiveRow behavior
Message
De
15/12/1996 14:43:40
 
 
À
15/12/1996 14:14:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00015158
Message ID:
00015163
Vues:
49
>For a specific reason, one of our form is using the Grid.ActiveRow property to compare its value with our form property which represents the last active row of the grid.
>
>So, basically, we have this in the Grid.AfterRowColChange():
>
>IF ThisForm.Grid.PreviousRow<>ThisForm.Grid.ActiveRow
>   ...
>ENDIF
>
>
>The problem is that this is slow when having 450000 records.
>
>It seems that the grid ActiveRow is having a weird behavior which slows down the system.

what's the actual viewable size of the grid
the problem with using any property/event that affects the whole grid is that it slows things down on large sized grids
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform