ok - so I owe you:

1) OnGotFocus

2) OnLostFocus

3) OnMouseOver and OnClick open for HTML enabled labels ...

I would like to help you finalize your BBChecker ASAP because as you are developing, I'm converting / porting your stuff over to KIXFORMS-TNG ... which I've decided to make as BACKWARD COMPATIBLE to KIXFORMS as possible ... plus, you(we) can finally get rid of those embedded INLINE()/DOEVENTS() calls ... no need to worry about refreshes anymore!

In preparation for the conversion, can you test something for me ? I'm getting rid of the SCREEN object, eg:

$ScreenHeight = $Form.Screen.Height

and making it:

$ScreenHeight = $Form.ScreenHeight

in the new build. But this should already be implemented in KIXFORMS1 ... can you give it a shot ?