I have a script that is throwing and error when I issue a ControlGet. OtPtVar := AfxWnd422 strMPP := Material Planning Profile ControlFocus,%OtPtVar%,,%strMPP% Control,Show,,%OtPtVar%,,%strMPP% These all work but when it gets to the next line it throws an error: ControlGet,sysList,List,,%OtptVar%,,%strMPP% The control is a grid with five fields row number,Part,Description,Time,Lateness.
`ControlFocus,%OtPtVar%,,%strMPP%`
`Control,Show,,%OtPtVar%,,%strMPP%`
`ControlGet,sysList,List,,%OtPtVar%,,%strMPP%`
The error occurs on the last line. Thank you.