From: Alexander S.K. <al...@be...> - 2015-12-10 11:33:40
|
Alain Aupeix пишет: > I have a get that I initialized with a value. > > 1) Entering in the get clicking with the mouse at the end of the string. > Even the pointer is at the end of the string, the characters are added > or overwrite the beginning of the string > > 2) If I'm editing the get, and I must leave the focus, for exemple to do > something elsewhere, when I return to the get, the characters are added > or overwrite the beginning the string. > Does you return to the get clicking it with a mouse ? In general, it is related to an implementation of GET objects. In Clipper, if we enter to a numerical get, the first key pressing causes the content of the get to be cleared. But there wasn't mouse in Clipper. Probably, we need to provide this feature only for the case when we enter to a GET object using the keyboard ? Regards, Alexander. |