Skip to Content
0
Jan 19, 2011 at 08:05 AM

HANDLE_FORM_EVENTS dont work

43 Views

Hello,

I'm a rookie and I'm learning about all.

I try to catch de Handle Form Events for a button in a new form but I can't.

The code that i use is:

Public Overrides Sub HANDLE_FORM_EVENTS(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean)

If Trim(pVal.ItemUID) <> "" Then

'Eventos de Controles o Items de Formulario

Select Case pVal.ItemUID

Case BtnSiguiente

Siguiente()

End Select

end if

Thanks