T
tombow
Is there a built-in way to make two fields to always have the same
value? Or, a way to make a control (text box) bind to two fields, so
that the control and the fields always have the same value?
I know that you can techincally write a OnAfterChange handler for each
field/control and update the other field's value manually, but this
gets rather tedious since I have 10+ pairs of fields, and many many
XPath's I have to worry about...
(I ask because I have two secondary web services data sources in my
form. The output fields of the first has the exact same structure of
the input fields of the second... so I'd the like to use the same
controls for both the output of the first and the input of the second.)
Thank you.
value? Or, a way to make a control (text box) bind to two fields, so
that the control and the fields always have the same value?
I know that you can techincally write a OnAfterChange handler for each
field/control and update the other field's value manually, but this
gets rather tedious since I have 10+ pairs of fields, and many many
XPath's I have to worry about...
(I ask because I have two secondary web services data sources in my
form. The output fields of the first has the exact same structure of
the input fields of the second... so I'd the like to use the same
controls for both the output of the first and the input of the second.)
Thank you.