FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Tab in window
Posts: 126
Joined: Thu Oct 06, 2005 10:18 PM
Tab in window
Posted: Wed Nov 02, 2005 07:12 PM
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.

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

Continue the discussion