Answered
Hi..Anyone can help with this.
I want to do the following and have the result in a txt field.
I've tried this and does not work well...in simple calc
Text191+Text194+text197-Defin-Text209-Text212.
I have tried this in custom & it does not work correctly either.
event.value = this.getField("Text191").value + this.getField("Text194").value + this.getField("Text197").value - this.getField("Defin").value - this.getField("Text209").value - this.getField("Text212").value;
Can someone help please?
Cheers
Stephen
You have capitalized 'Text197' differently in both statements.
Check to make sure all fields exist and are spelled and capitalized correctly.
George Kaiser