Hi,
How to refresh a current form in x++,(not a caller form)
I write a code for update in form button's clicked method.
after that I wrote code like this
datasource.reread();
datasource.research(true);
If I try to update 2 records value, Last updated records only show in form grid, once refresh the form grid show all updated records..
Give a suggestion for How to refresh the form in x++?
Thanks in advance