Hi,
I have created a checkbox named 'Planning' which I have created in a table and put it in the respective page. Initially the checkbox on the page is unchecked. But when I click on Planning action on the page and the planning gets created, I want the checkbox value present on the page to be Checked.
I added this code on the function that gets called when the user clicks on the action:
PlanningScheduleTable.Planning := TRUE;
MESSAGE('Planning checkbox value : %1',PlanningScheduleTable.Planning);
This message shows that the value has become True but it does not change the value of the checkbox on the page.
How to solve this?
*This post is locked for comments
I have the same question (0)