I'm currently working on a VBA customization for a window containing a scrolling window (grid) and am trying to find a way to send a refresh to the grid with VBA. My customization adds certain tasks directly to the table the grid corresponds to as the user interacts with the window, however I cannot get the grid to refresh with code. However, if I manually add or delete a line from the grid using the GUI it will refresh and and the tasks added in code show up. So the code does work as intended I am just stuck on refreshing to show changes done on back end. I need 'grid.refresh'.
Does anybody know of a way to do this with VBA?
Our current environment uses Microsoft Dynamics GP 2013 R2 (12.00.1745).
*This post is locked for comments