In Sales Order Subform (Sales Lines), I need to update a field on "editable = false" when I write something in a specific field on Sales Order (Sales Header).
The editable property pertains to the UI. In code (OnValidate) you can still modify the field. This applies to all version of NAV.
In case you want to update the editable property of a control in the subpage, you need to do this from within the subpage in just the same way as if it was a standalone page. Check out the UpdateForm function on the Sales Order Subform page for an example on how to update the subpage from the header page (this example does not modify the editable status, but you see the principle of updating the subpage from the header)
Answers
http://forum.mibuso.com/discussion/53783/change-editable-property-of-page-on-condition
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
In case you want to update the editable property of a control in the subpage, you need to do this from within the subpage in just the same way as if it was a standalone page. Check out the UpdateForm function on the Sales Order Subform page for an example on how to update the subpage from the header page (this example does not modify the editable status, but you see the principle of updating the subpage from the header)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!