I am trying to use a table control to update a table indicator. For example, in Table 1, a control, if the user modifies a cell with a numeric, I would like to numercially process that cell and put it in Table 2, an indicator.
I have tried using the Event structure along with the 'Value Changed' event, however I cannot find a way of obtaining which cell has been modified. Is there a way to find out which cell has been modified within the "Value Changed" event?
Thanks for any help.