We have a form with some childforms this forms are showed in the tabs on the bottom.
In the onRecordSelection event i set some field to enabled =false depending on the data.
But if I go to edit the disabled fields change to enabled = true.
I found that the switch hapens in the file svy_nav_navigation/globals.js on line 389 where the tab is set enabled, it seams that all fields on that tab are set to anabled too.
Any ideas about that problem?
Another question, is it better to use readOnly for such fields?
Regard jonpaul