When I create simply window and press Tab key in window FwPpc show error: Class: NIL has no exported method GONEXTCTRL. Error dosn't exist when focus is set to control before window activate.
- Code: Select all Expand view
Function TestWndFocus ()
Local oWnd := Nil
Local cVar1 := Space (10)
Local cVar2 := Space (10)
Define Window oWnd
@ 10, 10 Get cVar1 Picture '@!' Size 50, 20 Pixel
@ 10, 10 Get cVar2 Picture '@!' Size 50, 20 Pixel
Activate Window oWnd
Return .T.
Pawel