Code: Select all | Expand
static oWndfunction Main() SetKey( VK_F2, { | cProc, nLine, cVar, x | Donde(cProc, nLine, cVar, x) } ) ...function Donde(cProc, nLine, cVar, x) ...return nil
I don't want to define the key action for each window, dialog, folder, control. I've been trying with oWnd:oCtlFocus but always be empty.