Pages

Tuesday, 10 June 2014

How to refresh the Syspro screen from VBScript

This handy line of VBScript in Syspro will refresh the screen (such as the Sales Order Lines' grid):

SystemVariables.CodeObject.ActionToInvoke = "DoRefreshLines,40004"