Hi All,
Here is a snippet of my code. Everything is fine except the ENTER key won't edit any cell.
What am I doing wrong ?
@ 60, 5 grid oGrdValue ;
width 485 height 350 ;
headers {"Items", "Values"} ;
widths {40, 440} ;
items aValue ;
justify {1, 0} ;
value {1, 2} ;
edit ;
inplace {{}, {"TEXTBOX", "CHARACTER"}} ;
columnwhen {{|| .F.}, {|| .T.}} ;
cellnavigation
on lostfocus {|| aValue := oDlgAddEntry.oGrdValue.GetArray()}
Regards
Gilbert Vaillancourt