I have a tdbgrid. I need to print records from it. In the gris I have a Shipment id that will be same for some records.
What I need to do is that when user clicks on Print, I want to summarize records with same Shipment id and only print taht row.
For example.I have
ShipmnetID Name Loc Qty
122 Test1 A 50
122 Test2 B 50
122 Test3 A 46
On summary I have to show only Shipment id and Qty like that
Summary Row=
ShipmnetID Qty
122 146
Can someone help please ...
Thanks
What I need to do is that when user clicks on Print, I want to summarize records with same Shipment id and only print taht row.
For example.I have
ShipmnetID Name Loc Qty
122 Test1 A 50
122 Test2 B 50
122 Test3 A 46
On summary I have to show only Shipment id and Qty like that
Summary Row=
ShipmnetID Qty
122 146
Can someone help please ...
Thanks