nageswaragunupudi wrote:Mr. Frances
This seems to be a much simpler solution. Can you please test and confirm if it works for you?
- Code: Select all Expand view
function ActiveControl()
local oWnd := oWndFromHwnd( GetFocus() )
return If( oWnd:IsKindOf( 'TCONTROL' ), oWnd, nil )
Dear Mr. RAO,
On MDI app.. I have a runtime error on oWnd:IskidOf() "no exported method".. in dialog too.
Regards,
Frances