Editing a cell in dcbrowse
Posted: Tue Oct 07, 2014 6:31 am
Hi everybody
I want to edit a cell, using@ 3,2 DCBROWSE oBrowse DATA cAlias SIZE wcol,wrow FONT feldfont ;
ITEMSELECTED {||dblclickvorein(),oBrowse:RefreshAll()} EDIT xbeK_CTRL_E MODE DCGUI_BROWSE_EDITDOWN
Clicking into the cell I can change the content but after leaving the cell with ENTER , the old content will be restored and the
next cell down will be edited. I think the code MODE DCGUI_BROWSE_EDITDOWN isn't correct.
I want to start editing with CTRL_E and finish it by using ENTER or something else and the changed content should be saved.
I prefer to change the content directly instead of using DCHOTKEY xbeK_CTRL_E ACTION ....
I want to edit a cell, using
Code: Select all
ITEMSELECTED {||dblclickvorein(),oBrowse:RefreshAll()} EDIT xbeK_CTRL_E MODE DCGUI_BROWSE_EDITDOWN
Code: Select all
next cell down will be edited. I think the code MODE DCGUI_BROWSE_EDITDOWN isn't correct.
I want to start editing with CTRL_E and finish it by using ENTER or something else and the changed content should be saved.
I prefer to change the content directly instead of using DCHOTKEY xbeK_CTRL_E ACTION ....