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: 653
- Joined: Fri Oct 28, 2005 9:53 am
- Location: The Woodlands - Dallas - Scottsdale - London
- Contact:
Re: TGET in insert mode
Dear David,
Did you find a solution for this request?
Sincerely,
Did you find a solution for this request?
Sincerely,
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: TGET in insert mode
I hope you might have tried
Code: Select all
oGet:bGotFocus := { || Set( SET_INSERT, .t. ) }
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- 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: 653
- Joined: Fri Oct 28, 2005 9:53 am
- Location: The Woodlands - Dallas - Scottsdale - London
- Contact:
Re: TGET in insert mode
Thanks Antonio
- cdmmaui
- Posts: 653
- Joined: Fri Oct 28, 2005 9:53 am
- Location: The Woodlands - Dallas - Scottsdale - London
- Contact:
Re: TGET in insert mode
Hi Antonio,
I inserted code however it did not work.
I inserted code however it did not work.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: TGET in insert mode
Darrell,
What FWH version are you using ?
Here it is working fine
What FWH version are you using ?
Here it is working fine
- cdmmaui
- Posts: 653
- Joined: Fri Oct 28, 2005 9:53 am
- Location: The Woodlands - Dallas - Scottsdale - London
- 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: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- 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