Sorry, but there are no more tags available to filter with.
  • Sage 100 button link - pass variable to vbscript for shell call

    From Main Item Maint Panel I added a button link to run a vbscript, which runs a shell command. How can I pass the ItemCode to the vbscript. ' init vars Dim itemcode Dim oShell itemcode = "S-209220" 'hardcoded here works, but needs to change…