I have my form designed with several numeric fields. Here's what I need to do. NumericField3 is at the top of my form. NumericField11 is at the bottom. I'd like to be able to have anything that is typed into NumericField3 to be automatically populated to NumericField11. I don't need any calcuations or anything, just have the data that is typed into NumericField3 automatically pop down into NumericField11. Is this possible? If so how?
In the hierarchy view you will see the two objects, NumericField3[0] and NumericField3[1]. Now select one of these, doesn't matter which one, and go to the Object > Binding tab.
Set the binding to 'global'.
This way what ever is typed into either field will automatically appear in the other one - no script involved.
In the hierarchy view you will see the two objects, NumericField3[0] and NumericField3[1]. Now select one of these, doesn't matter which one, and go to the Object > Binding tab.
Set the binding to 'global'.
This way what ever is typed into either field will automatically appear in the other one - no script involved.