I have several VS 2008 C# programs that parse the distribution window on the payables trx entry screen. I have noticed that until the user leaves the current distribution line the data on that line is not picked up. Is there some event I can trigger that I can incorporate into my code that when the user clicks on my action button, it will fire an event that will commit the data to the grid so when I parse the grid I will get all the updated values?
*This post is locked for comments