Página 1 de 1
TArrayBrowse (2)
Publicado: Mié Nov 15, 2006 10:21 am
por david fung
1. aCols[1]:OnExit not fired if it is ended with <Enter> (nEditType <>
"NONE")
2. if aCols[1]:OnExit method return a .F., focus still go to next
control (should not leave control in documentation)
3. aCols[1]:OnExit event oNextCtl has Nil value
where [1] is just any column
Regards
David
TArrayBrowse (2)
Publicado: Mié Nov 15, 2006 12:08 pm
por ignacio
David,
> 1. aCols[1]:OnExit not fired if it is ended with <Enter> (nEditType <>
> "NONE")
Fixed. BTW this problem arised ONLY with single edit and in that case you
may use oCol:OnPostEdit to do the same job.
> 2. if aCols[1]:OnExit method return a .F., focus still go to next control
> (should not leave control in documentation)
This is ONLY TRUE on multiple edit and the focus is passed to another column
edit control. That way is working nicely here.
> 3. aCols[1]:OnExit event oNextCtl has Nil value
That only happens when there is no column edit control that receives the
focus, for example clicking outside any edit column control. Is the correct
behaviour.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
TArrayBrowse (2)
Publicado: Mié Nov 15, 2006 12:08 pm
por NoName
David,
> 1. aCols[1]:OnExit not fired if it is ended with <Enter> (nEditType <>
> "NONE")
Fixed. BTW this problem arised ONLY with single edit and in that case you
may use oCol:OnPostEdit to do the same job.
> 2. if aCols[1]:OnExit method return a .F., focus still go to next control
> (should not leave control in documentation)
This is ONLY TRUE on multiple edit and the focus is passed to another column
edit control. That way is working nicely here.
> 3. aCols[1]:OnExit event oNextCtl has Nil value
That only happens when there is no column edit control that receives the
focus, for example clicking outside any edit column control. Is the correct
behaviour.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com