He creado ester Boton
El evento si funciona, lo que hace es que no me refresca el registro en el formulario. Solamente lo hace cuando retiro el Puntero de Maus de los botones.
Código: Selecionar todos
oThisButton := wvgPushButton():New(::oCrt)
oThisButton:Border := .T.
oThisButton:PointerFocus := .f.
oThisButton:Caption := IconFromCaption( acButtons[ nCont ], @cToolTip )
oThisButton:Create( , , { -1, iif( nCol == 0, -0.1, -nCol ) }, { -3, -5 } ) // { -1, iif( nCol == 0, -0.1, -nCol ) }, { -3, -5 } )
oThisButton:ToolTipText := cToolTip
oThisButton:Activate := { || ::reg_nav0001("S0") }

