Hi,
I got the edittable to calculate the symbolic editlines "on the fly" using the RECORD property and CALCULATE event and some other programming. Turned out to be relatively easy. Thanks for the tips.
Now, however, I want to be able to delete a row on my edittable using the delete key and have the totals keep up to date. I can get it to update using the DEFPROP property after moving cursor to specific cell on edittable. How can I do this immediately once the delete key is pressed without having to move the cursor?
Marty
Marty,
Do it in the DELETEROW event handler. The DELETEROW event runs right after the row has been deleted.
- Oystein -
Oystein,
I just came back to the forum to post that I had just "discovered" that. Thanks for all your help!
Marty
Marty,
You're welcome.
- Oystein -