Skip to Content
0
Former Member
May 15, 2008 at 04:47 AM

Pane level error

25 Views

hi i desigend folder in srf .but folder in no visible

Private Sub oApplication_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles oApplication.ItemEvent

If pVal.FormUID = "transaction" And pVal.ItemUID = "1" And pVal.Before_Action = True And pVal.InnerEvent = False And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then

oForm.PaneLevel = 1

End If

If pVal.FormUID = "transaction" And pVal.ItemUID = "2" And pVal.Before_Action = True And pVal.InnerEvent = False And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then

oForm.PaneLevel = 2

End If

If pVal.FormUID = "transaction" And pVal.ItemUID = "3" And pVal.Before_Action = True And pVal.InnerEvent = False And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then

oForm.PaneLevel = 3

End If

If pVal.FormUID = "transaction" And pVal.ItemUID = "4" And pVal.Before_Action = True And pVal.InnerEvent = False And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then

oForm.PaneLevel = 4

End If

end sub

Edited by: jaya nandhini on May 15, 2008 6:48 AM