Advertisement
Guest User

Untitled

a guest
Oct 16th, 2015
7,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.17 KB | None | 0 0
  1. Select Case pVal.EventType
  2.     Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
  3.         Select Case pVal.ItemUID
  4.             Case "bt_Print"
  5.                 '"Your code here
  6.         End Select
  7. End Select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement