Tab in window

Post Reply
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

Tab in window

Post by pawelu »

Antonio,

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

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
Post Reply