Grid without Enter Key
Posted: Tue Jan 07, 2014 9:27 pm
Ok skonuk, now I understood. Thanks for your patient. but please note in parts what you said:
Cells selections in grid is posible thru arrows keys, but CellNavigation (grid property) must be .T. otherwise the selectable higlighted (cursor of grid) will be completly in row mode (pointer moves line with all fields).skonuk wrote:If the cell has been chosen (this may be marked with the arrow keys or the mouse)
The ENTER event will work normally as the event ONDBLCLICK. You can put your own function for editing fields routine for ONDBLCLICK event which will call you function.skonuk wrote:only enter key can switch to edit mode.
In this case, you will need to make your own function for OnChange event.skonuk wrote:any key (a.. z / 0 .9 / * + - ....) keypres be able to switch to edit mode.
Normally in other languages this is accepted... Okskonuk wrote:generally accepted because of other software languages grid applications in this way