Is it possible to have a get control in insert mode when focused, along with the normal caret? In other words not having to press the insert key with the resulting blocky caret.
TIA
David
Is it possible to have a get control in insert mode when focused, along with the normal caret? In other words not having to press the insert key with the resulting blocky caret.
TIA
David
Dear David,
Did you find a solution for this request?
Sincerely,
oGet:bGotFocus := { || Set( SET_INSERT, .t. ) }Darrell,
If you call this ath the beginning of your app:
TGet():lChangeCaret = .F.
Then the GETs will not change their carets.
Thanks Antonio
Hi Antonio,
I inserted code however it did not work.
Darrell,
What FWH version are you using ?
Here it is working fine
Dear Antonio,
I am using 14.09
I found the code below and added to program and it is working now.
set(_SET_INSERT, .T.)
Sincerely,
very good ![]()
Hi Darrell
I have being away for a week (downtime
) and missed your post.
I see you have the solution already, I have converted one of my applications and the clients are happy
Cheers
David