Bind a control to two fields?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top