<<
I have a request from my users who are
using a form which has all the data being displayed in a DB Grid. They
need the ability to find the sum of a range of rows like one does in Excel.
I know you can display record numbers in DB Grid, can that be captured
and then used to calculate the sum between starting and ending record numbers?
or is there a better way to do this. 
>>

I'm sure you can do this in some clever fashion using a DB Grid.

However, if you're only displaying, not editing, data, could you use a Variable 
Lookup Listview?  That control supports multi-selecting out of the box.  As 
long as you have a primary key on the underlying table, you could let users 
multi-select records in the list view and update a total as they select and 
unselect records (using the ON CLICK EEP).
--
Larry

Reply via email to