On the bottom subform when I select the "register rework" button it should update the colour of the top subform line as the status will have changed. This only seems to happen when I press f5 or re open the page. I have tried calling a function to the top subform with a CurrPage.UPDATE but this doesn't seem to work.
My attempt is as below..
From the OnAction of "Register Rework"
frmReworkCommentSheet.UpdatePage;
CurrPage.UPDATE(FALSE);
On the Top subform
CurrPage.ACTIVATE(FALSE);
CurrPage.UPDATE(TRUE);
SETCURRENTKEY("No.","Document Line No.","Line No.","Label No.","Pack Qty.");
Do I need to update the main page as well? I have tried this and it didn't work either..
*This post is locked for comments
I am not sure but i guess, Provider ID at page level can help you in this regard.
This feature was introduced in i guess NAV 2016 or 2017.
Hi I don't believe this is a feature of Navision 2013.
Is there any link between these two sub-forms? Have you check the UpdatePropogation property in sub-form?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,104 Most Valuable Professional
nmaenpaa 101,156