This topic is locked

how to calculate field real time without javascript

4/10/2009 8:46:19 AM
PHPRunner General questions
D
danaci author

how to calculate field real time without javascript?
is it possible field onexit events calculate?

J
Jane 4/10/2009

Unfortunately no.

There are two ways to calculate values:

  1. on the fly using JavaScript
  2. or in the Before record added event. In this case value will be calculated after submitting form.