Page 1 of 1

Add own calculation when user save button

Posted: Thu May 12, 2022 1:11 pm
by bani06

HI,

I have 4 column field textbox.

i) Start Time
ii)End Time
iii) Idle Hours
iv) Nett Sort Time.

on which server event if when user click save on add and edit page.. the nett Sort time will calculate hours like this

Nett Sort Time : End Time - Start Time- Idle Hours
08:30 -06:30 -01:00

Thanks


Re: Add own calculation when user save button

Posted: Fri May 13, 2022 7:52 am
by MichaelG

You can use the Row_Inserting / Row_Updating server events to do the calculation.