Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Grid
Miscellaneous
Thread ID:
00368506
Message ID:
00368645
Views:
22
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform