why I cannot insert a variable oItem on this command ?
DEFINE TBMENU ::oItem OF oBar ;
MENU ::Multi()
give this error
[1]:Harbour.Exe rpreview.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /oObj\rpreview.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'test.prg'...
rpreview.prg(376) Error E0030 Syntax error: "parse error at 'TBMENU'"
rpreview.prg(383) Error E0030 Syntax error: "parse error at 'TBBUTTON'"
I need to inizialize the ::oItem
thanks
thanks