FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Bug in TWindow
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TWindow
Posted: Sun Dec 18, 2005 09:23 PM
Try to run the following sample:

#include "Fwce.ch"


FUNCTION MAIN()

    LOCAL oWnd

    LOCAL oGet, cVar := SPACE( 30 )

    DEFINE WINDOW oWnd

    @ 1, 1 GET oGet VAR cVar OF oWnd;
           SIZE 100, 20

//    oGet:SetFocus()

    ACTIVATE WINDOW oWnd

    RETURN NIL


If you press Tab you will get the following error:

Class: NIL has no exported method GONEXTCTRL

Uncommenting oGet:SetFocus() the error goes away.

EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Bug in TWindow
Posted: Sun Dec 18, 2005 10:19 PM

Enrico,

With the latest FWPPC build published yesterday (yesterday two new builds were published) there is no error.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM

Continue the discussion