Clicking the button causes a RTE to occur. Is this considered a bug?
#include "FiveWin.ch"
function Main()
 TClass():activate()
return nil
class TClass
 data oWnd, cTest
 method activate()
 method blab() inline MsgInfo( "click" )
endclass
method activate() class TClass
 ::cTest := "Hello world!"
 DEFINE WINDOW ::oWnd COLOR "N/W*"
  @ 2, 2 GET ::cTest SIZE 110, 22 ;
   ACTION ::blab() BITMAP "..\bitmaps\16x16\find.bmp"
  ACTIVATE WINDOW ::oWnd
return selfFWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour