Post
by Antonio Linares »
Dear Jimmy,
Reviewing Harbour OLE implementation it seems as this is the way:
oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } )
but here in my tests it is not working as expected.
Maybe another Harbour OLE bug ? I am doing some research to find the right way...