TGET in insert mode
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
TGET in insert mode
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
TIA
David
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
- nageswaragunupudi
- Posts: 10709
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 6 times
- Contact:
Re: TGET in insert mode
I hope you might have tried
Code: Select all | Expand
oGet:bGotFocus := { || Set( SET_INSERT, .t. ) }
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 42406
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
Re: TGET in insert mode
Darrell,
If you call this ath the beginning of your app:
TGet():lChangeCaret = .F.
Then the GETs will not change their carets.
If you call this ath the beginning of your app:
TGet():lChangeCaret = .F.
Then the GETs will not change their carets.
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42406
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: TGET in insert mode
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,
I am using 14.09
I found the code below and added to program and it is working now.
set(_SET_INSERT, .T.)
Sincerely,
- Antonio Linares
- Site Admin
- Posts: 42406
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: TGET in insert mode
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
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