B
Bruno
I want to use a number field in two ways, depending on what the user does:
Let's assume this formula of two fields
number1 = number2 -1
Now two situations might happen:
1.st: If the user enters a number into field number2, I want the formula
being executed,
e.g. user enters 10 into number2 field, then we fire an event and change
the field number1 to 9
2.nd, if the user enters a number into field number1, I want no event being
fired and we ignore the formula.
How can I do this?
Regards
Bruno
Let's assume this formula of two fields
number1 = number2 -1
Now two situations might happen:
1.st: If the user enters a number into field number2, I want the formula
being executed,
e.g. user enters 10 into number2 field, then we fire an event and change
the field number1 to 9
2.nd, if the user enters a number into field number1, I want no event being
fired and we ignore the formula.
How can I do this?
Regards
Bruno