field calculation
Hello,
I do have a form and I would like to do a simple calculation of a fields... here is what I have coded that does not work.
event.("Balance.0").value = this.getField("Credited.0").value - this.getField("Debited.0").value - this.getField("AmtDistributed.0").value;
Balance.0 is a read only field, when I enter number in Credited.0, Debite4d.0 or AmtDistribute.0 still Balance.0 stays blank.
What I am doing wrong?
Regards,
Jeff P.
