Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Can the Default Data Binding of an Object be changed via Javascript?

Avatar

Level 2

I have a subform with several fields that are hidden unless the user clicks on a checkbox to display them. I would like to set their Default Data Binding to 'None' initially, and have the Default Binding change to 'Normal' when the checkbox is clicked. In this manner I can prevent the XML submission from including the empty fields.


Is this possible and if so how?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Not possible ...data binding is not a dynamic property.

Paul

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Not possible ...data binding is not a dynamic property.

Paul

Avatar

Level 2

Ok, bummer but thanks for the quick response!