Hi,
I want (with an action) set the background color of text-field A depending of the value of text-field B:
If text-field B = -1 then bgcolor of A = red
If text-field B = 0 then bgcolor of A = orange
If text-field B = 1 then bgcolor of A = green
Any suggestion ?
Wim