Hi there,
I want to update subform through the main form. I added a current key to the subform record and then want to update subform view. In MS Dynamics NAV 6.0 we used following code to update subform,
CurrForm.<Subform Control Name>.FORM.SETTABLEVIEW(<record>)
But in MS Dynamics NAV 2013 R2 we cannot access subpage properties in same way in previouse coding. Is there anyone who knows how to update subpage control in MS Dynamics NAV 2013 R2.