I have a string grid on one form and want to have summary stats displayed on a second form.
Is there a tutorial that will show how to to have the scond form read data from the string grid on the other form, and e.g, sum up a column of numbers and display the total on the sceond form?
I guess the second form would need to have the first form listed in its uses clause, but i'mnot sure how to read the data from the stringgrid on the first form and bring it over to the second.
thx