Dear Antonio and friends!
I have a new strange behavior in my app... On FWH 2.8, when I clicked on a button or press enter, I set a focus for a another get and this work very fine.
When I updated to new FWH 9.06, this not works very fine... Only when I clicked on button, it's work! On press enter, not works!
Please, help me!
Error on Focus with button Click!?!?
Error on Focus with button Click!?!?
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Re: Error on Focus with button Click!?!?
A example
Code: Select all
IF CHK_PARCELAS( nValorDocumento, oGets, lClickBotaoAlterar )
oButtons[1]:Click()
ELSEIF nParcelas <> 1
oLbx:SetFocus()
ELSE
oButtons[7]:setFocus() // <-Here, it's don't goes to oButtons[7]... Goes to oButtons[2] ???? :(
ENDIF
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Error on Focus with button Click!?!?
Please build a reduced and self-contained sample of the problem.
EMG
EMG