I noticed a strange problem in the TGET-class since the latest version 9.03 of FwH.
If I go to a numeric GET, using the ENTER-key, everything is OK.
But if I select the number in the same GET, using the mouse, nothing happens if I want to type another number. It looks just like my NumLock has been put off. If I press the HOME-button first, I can type another number.
If I go back one GET and I go back to the numeric GET, using the ENTER-key, I can type another number again.
This is the code I use for my numeric field :
- Code: Select all Expand view
- REDEFINE GET oGET VAR cPRAANTKOP ID 120 OF PreDlg PICTURE "99999"
oGET:bGotFocus := {|| SYSREFRESH(),oGET:Assign(),oGET:SelectAll()}
Until FwH 9.02, everything is OK.
Does anyone know what the reason is for this behaviour in FwH 9.03 ?
Thanks a lot in advance.