Page 1 of 1

GRID edit behaviour

Posted: Sat Apr 03, 2010 9:52 am
by Czarny_Pijar
- In the grid
- in the column where COLUMNCONTROLS is declared as {'TEXTBOX','CHARACTER'}
- after entering into the EDIT mode ( dont matter how, mouse-click or ENTER-key-press)
- after moving the cursor to the end of the edited text (by pressing END-key)

the cursor should go to the LEN(RTRIM(text)) position.

Until now, the cursor is stopped at the LEN(text) position, what is most undesirable, I suspect, not only for me.

Re: GRID edit behaviour

Posted: Sat Apr 03, 2010 1:29 pm
by Roberto Lopez
Czarny_Pijar wrote:- In the grid
- in the column where COLUMNCONTROLS is declared as {'TEXTBOX','CHARACTER'}
- after entering into the EDIT mode ( dont matter how, mouse-click or ENTER-key-press)
- after moving the cursor to the end of the edited text (by pressing END-key)

the cursor should go to the LEN(RTRIM(text)) position.

Until now, the cursor is stopped at the LEN(text) position, what is most undesirable, I suspect, not only for me.
Thanks for the suggestion.

Re: GRID edit behaviour

Posted: Tue Apr 06, 2010 11:50 am
by Czarny_Pijar
Another wish in the same place.

(
The length of the edited text in the GRID
should not be greater than
the length of the corresponding field in the database.
)

OR

(
something like 'X' template symbol in the command '@..GET PICTURE', http://www.itlnet.net/programming/progr ... aee8c.html
example :

aCtrl_2 := {'TEXTBOX', 'CHARACTER', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'}
)