Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Re: Grid
Divers
Thread ID:
00368506
Message ID:
00368645
Vues:
21
>Hi Everyone:
> Is there a way I can count the value for each row in a grid.
> For example:
> x = 0
> For i = 1 to .RowCount && continue for as there are rows.
> x = .Row(i) + x
> EndFor
> Thanks
>MA

Are you talking about the visible rows only, or the total number of rows in the grid? If it's the total number of rows you want, you can just loop through the underlying cursor.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform