got it when make some modification after look into Debugger
my "OnAction" Codeblock is not in aGetListItem
 
 it seem me that in DCMONTH.CH are 13 parameter in xGETLIST_OPTIONS missing <bOnItemDblClick>
after add 14st Parameter i saw this in Debuggernext i try this
Code: Select all
xxx := aGetListItem[bGETLIST_ACTION]  // -> NIL
xxx := aGetListItem[21,14] // -> Codeblock
*  SetOption( @oMonth:OnItemDblClick, aGetListItem[bGETLIST_ACTION] )
   SetOption( @oMonth:OnItemDblClick, aGetListItem[21,14] ) 
 my Codeblock is in Element 21 as 14st Item.
so what i'm still doing wrong with Express++ Syntax


