Bug in TMultiGet:Append() method

Bug in TMultiGet:Append() method

Postby Enrico Maria Giordano » Thu Jan 12, 2006 1:44 pm

The following sample shows that TMultiGet:Append() method doesn't seem to work:

Code: Select all  Expand view
#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
User avatar
Enrico Maria Giordano
 
Posts: 8419
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia



Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 11 guests

cron