Hi,
I put the TEdit control on the RibbonBar. Everything works fine as long as the mouse cursor is on the RibbonBar, otherwise TEdit is cleared. To protect myself from this I do:
However, Var Put (oEdt:text()) takes the text without the last pressed character.
I know the code of this symbol, but I don't know in which position to enter it.
How to find out the number of the current position in the line in TEdit (a la oGet:nPos) ?
I put the TEdit control on the RibbonBar. Everything works fine as long as the mouse cursor is on the RibbonBar, otherwise TEdit is cleared. To protect myself from this I do:
oEdt:bChange:={|nKey,flfg,oEdt|oEdt:VarPut(oEdt:cText())}I know the code of this symbol, but I don't know in which position to enter it.
How to find out the number of the current position in the line in TEdit (a la oGet:nPos) ?