Willj
Posts: 4
|
| Posted: 01/19/2008, 7:29 PM |
|
Is there any way to count grid rows
say for instance i have a grid and i have added info and it displays in that grid
example
bill jones system tech
josh jones tech support
is there any way to have it do like this
1.) bill jones system tech
2.) josh jones tech support
3.)
etc like count a label type
|
 |
 |
mrachow
Posts: 509
|
| Posted: 01/21/2008, 1:06 AM |
|
Try the following:
- define a variable in the "white area" of custom code event file (e.g. outside all functions).
- increment that variable in row event of the grid in question.
That should make that variable count the rows of your grid.
_________________
Best regards,
Michael |
 |
 |
|