I found a little problem related with Focus* management.
Code: Select all
2011-11-23 15:10 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
! source/basic.prg
! a little bug related with current form (THISWINDOW or s_oCurWindow)
within __HmgOnGotFocusExec().
! source/hmgparent.prg
+ FindValidParent() method to explore and find a valid parent related with
current object. It can be returnes: a valid Hmg object else NIL.
ATTENTION: caution with its usage.
Can be improved for other type of finding.
Usage: FindValidParent( n ) where n can be: 1 to find the first form
Cheers