FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Bug in TMultiGet:Append() method
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TMultiGet:Append() method
Posted: Thu Jan 12, 2006 01:44 PM
The following sample shows that TMultiGet:Append() method doesn't seem to work:

#include "Fwce.ch"


FUNCTION MAIN()

    LOCAL oWnd

    LOCAL oGet, cVar := ""

    DEFINE WINDOW oWnd

    @ 1, 1 GET oGet VAR cVar MEMO;
           SIZE 200, 100

    @ 10, 1 BUTTON "Append";
            SIZE 100, 20;
            ACTION oGet:Append( "This is a test" + CRLF )

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TMultiGet:Append() method
Posted: Sun May 20, 2007 11:41 AM

Any news? :-)

EMG

Continue the discussion