I am trying to filter the grid by specific employee on the TMTRA screen. When I run the code below, RecFound is 9. What am I doing wrong? Is that the correct control name?
Dim RecFound As Integer
Dim MemFlag As Integer
Dim iGridHandle As Integer
iGridHandle = GetGridHandle("sshours_PWT")
RecFound = MFirst(iGridHandle, MemFlag)
*This post is locked for comments