Editing grid using Enter Key

32 views
Skip to first unread message

Gilbert Vaillancourt

unread,
May 21, 2026, 9:15:21 AMMay 21
to Harbour Minigui
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

Reply all
Reply to author
Forward
0 new messages