kimprogrammer
Programmer
Hello
I would like to total the data I have in a DataGrid and was wonderin what the best way to do this is.
I have pulled a datagrid onto my screen. There will be many paycodes in the grid that I would like to total and then display on the screen.
I have started creating a structure group where i want to put the paycodes in the first column of the array then add the amounts to the totals in the second column of the array. I would read the through the file populating first the paycodes then read it a second time adding the amounts to the total. Once done print the array on the screen.
Is there a better way of doing this?
I would like to total the data I have in a DataGrid and was wonderin what the best way to do this is.
I have pulled a datagrid onto my screen. There will be many paycodes in the grid that I would like to total and then display on the screen.
I have started creating a structure group where i want to put the paycodes in the first column of the array then add the amounts to the totals in the second column of the array. I would read the through the file populating first the paycodes then read it a second time adding the amounts to the total. Once done print the array on the screen.
Is there a better way of doing this?