Ok skonuk, now I understood. Thanks for your patient. but please note in parts what you said:
skonuk wrote:If the cell has been chosen (this may be marked with the arrow keys or the mouse)
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:only enter key can switch to edit mode.
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:any key (a.. z / 0 .9 / * + - ....) keypres be able to switch to edit mode.
In this case, you will need to make your own function for
OnChange event.
skonuk wrote:generally accepted because of other software languages grid applications in this way
Normally in other languages this is accepted... Ok