Grid without Enter Key

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Grid without Enter Key

Post by Pablo César »

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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
skonuk
Posts: 28
Joined: Fri Sep 17, 2010 7:37 pm
Location: turkey-bursa

Re: Grid without Enter Key

Post by skonuk »

I'm sorry for the novice.

im testing for your notice

thansk
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Grid without Enter Key

Post by Pablo César »

No problem. Foreign languages ​​are difficult to start. But try to write in turkish first, but make the synthetic and objective manner. Translate into English and this same result already translated, paste to translate from english to truco. So you see it was well written. Google translator is improving, but has serious shortcomings when translating.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Grid without Enter Key

Post by Rathinagiri »

In the recent versions of HMG, we have full control over the events and keys thanks to Claudio. I am working on a clean and simple sample to make HMG grid as Excel like.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Grid without Enter Key

Post by mol »

Rathinagiri wrote:I am working on a clean and simple sample to make HMG grid as Excel like.
Great news!
Post Reply