- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
The text fields could be bound to an Address element with a predicate expression, so for the home address use;
$.PersonAddress.[AddressType=="Home"].Address
I don't think you will be able to bind the checkboxes, but you could populate them in the calculate event with this FormCalc;
HasValue(Home)
Where "Home" is the name of the text field that has the binding expression above.
Bruce
Views
Replies
0 Likes
Total Likes