Some Sums Some More (OpenInsight 16-Bit Specific)
At 13 JAN 2003 12:40:48PM Marty Rosenbloom wrote:
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
At 13 JAN 2003 04:30PM Oystein Reigem wrote:
Marty,
Do it in the DELETEROW event handler. The DELETEROW event runs right after the row has been deleted.
- Oystein -
At 13 JAN 2003 05:11PM Marty Rosenbloom wrote:
Oystein,
I just came back to the forum to post that I had just "discovered" that. Thanks for all your help!
Marty
At 14 JAN 2003 05:55AM Oystein Reigem wrote:
Marty,
You're welcome.
- Oystein -