Page 1 of 1

Bug in TMultiGet:Append() method

PostPosted: Thu Jan 12, 2006 1:44 pm
by Enrico Maria Giordano
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

Re: Bug in TMultiGet:Append() method

PostPosted: Sun May 20, 2007 11:41 am
by Enrico Maria Giordano
Any news? :-)

EMG